snappymail/dev/Styles/Admin/Domain.less

49 lines
581 B
Text
Raw Normal View History

2016-06-11 06:20:09 +08:00
.b-domain-alias-content {
&.modal {
max-width: 330px;
2016-06-11 06:20:09 +08:00
}
.error-desc {
color: red;
}
}
2014-02-01 05:37:26 +08:00
.b-domain-content {
&.modal {
max-width: 810px;
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 {
2021-08-27 02:31:38 +08:00
color: green !important;
2014-02-01 05:37:26 +08:00
}
.testing-error {
2021-08-27 02:31:38 +08:00
color: red !important;
}
.tab-content {
grid-column-end: 5;
border: 1px solid #ddd;
padding: 10px;
2014-02-01 05:37:26 +08:00
}
}