Arquivos
jsxc/example/css/example.css
T
2016-10-20 15:59:26 +02:00

61 linhas
840 B
CSS

body {
margin-top: 30px;
}
.logout {
display: none;
}
.jsxc-org {
display: none;
}
#content form .alert {
display: none;
}
#content h3 {
border-bottom: 1px solid #e5e5e5;
margin-bottom: 20px;
}
#content .col-md-4 .form {
min-height: 180px;
}
#content .row:first-child {
margin-bottom: 30px;
}
#content .col-md-4>p {
margin-bottom: 30px;
}
#server-flash {
margin: 0;
margin-top: 10px;
}
#server-flash:before {
content: "\e031";
position: relative;
top: 1px;
padding-right: 5px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
#server-flash.success:before {
content: "\e089";
color: green;
}
#server-flash.fail:before {
content: "\e088";
color: red;
}