snappymail/dev/Styles/Admin/Domain.less

37 lines
480 B
Text
Raw Normal View History

#V-PopupsDomainAlias {
max-width: 330px;
2016-06-11 06:20:09 +08:00
}
#V-PopupsDomain {
2014-02-01 05:37:26 +08:00
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
.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
}
}