snappymail/dev/Styles/AdminDomain.less

60 lines
772 B
Plaintext
Raw Normal View History

2016-06-11 06:20:09 +08:00
.b-domain-alias-content {
&.modal {
width: 330px;
}
.error-desc {
color: red;
}
}
2014-02-01 05:37:26 +08:00
.b-domain-content {
&.modal {
2014-05-16 00:06:44 +08:00
width: 810px;
2014-02-01 05:37:26 +08:00
}
.modal-body {
position: relative;
overflow: hidden;
2014-05-16 00:06:44 +08:00
width: 1600px;
2014-02-01 05:37:26 +08:00
left: 0;
transition: left 500ms ease;
2014-02-01 05:37:26 +08:00
}
2014-11-20 05:32:20 +08:00
&.domain-second-page .modal-body {
2014-05-16 00:06:44 +08:00
left: -800px;
2014-02-01 05:37:26 +08:00
}
.domain-desc {
color: #666;
line-height: 20px;
background-color: #f9f9f9;
padding: 8px;
border: 1px solid #eee;
border-radius: 3px;
margin: -5px 0;
i {
font-style: normal;
color: red;
}
}
2014-02-01 05:37:26 +08:00
.error-desc {
color: red;
}
.testing-done {
2015-01-29 00:27:23 +08:00
&.imap-header, &.sieve-header, &.smtp-header {
2014-02-01 05:37:26 +08:00
color: green;
font-weight: bold;
}
}
.testing-error {
2015-01-29 00:27:23 +08:00
&.imap-header, &.sieve-header, &.smtp-header {
2014-02-01 05:37:26 +08:00
color: red;
}
}
}