snappymail/dev/Styles/AdminDomain.less
2014-05-15 20:06:44 +04:00

44 lines
536 B
Plaintext

.b-domain-content {
&.modal {
width: 810px;
}
.modal-header {
background-color: #fff;
}
.modal-body {
position: relative;
overflow: hidden;
width: 1600px;
height: 370px;
left: 0;
}
&.domain-edit .modal-body {
height: 320px;
}
&.domain-white-list-page .modal-body {
left: -800px;
}
.error-desc {
color: red;
margin-left: 10px;
}
.testing-done {
.imap-header, .smtp-header {
color: green;
font-weight: bold;
}
}
.testing-error {
.imap-header, .smtp-header {
color: red;
}
}
}