mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-08 07:48:02 +08:00
48 lines
581 B
Text
48 lines
581 B
Text
.b-domain-alias-content {
|
|
&.modal {
|
|
max-width: 330px;
|
|
}
|
|
|
|
.error-desc {
|
|
color: red;
|
|
}
|
|
}
|
|
|
|
.b-domain-content {
|
|
|
|
&.modal {
|
|
max-width: 810px;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|
|
|
|
.error-desc {
|
|
color: red;
|
|
}
|
|
|
|
.testing-done {
|
|
color: green !important;
|
|
}
|
|
|
|
.testing-error {
|
|
color: red !important;
|
|
}
|
|
|
|
.tab-content {
|
|
grid-column-end: 5;
|
|
border: 1px solid #ddd;
|
|
padding: 10px;
|
|
}
|
|
}
|