mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-29 11:01:34 +08:00
44 lines
No EOL
536 B
Text
44 lines
No EOL
536 B
Text
.b-domain-content {
|
|
|
|
&.modal {
|
|
width: 645px;
|
|
}
|
|
|
|
.modal-header {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.modal-body {
|
|
position: relative;
|
|
overflow: hidden;
|
|
width: 1300px;
|
|
height: 390px;
|
|
left: 0;
|
|
}
|
|
|
|
&.domain-edit .modal-body {
|
|
height: 350px;
|
|
}
|
|
|
|
&.domain-white-list-page .modal-body {
|
|
left: -640px;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|
|
} |