mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Add alias support (domains)
This commit is contained in:
parent
a1d829c697
commit
28a125426a
26 changed files with 1014 additions and 92 deletions
|
|
@ -1,3 +1,16 @@
|
|||
.b-domain-alias-content {
|
||||
&.modal {
|
||||
width: 330px;
|
||||
}
|
||||
.modal-header {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.error-desc {
|
||||
color: red;
|
||||
}
|
||||
}
|
||||
|
||||
.b-domain-content {
|
||||
|
||||
&.modal {
|
||||
|
|
@ -40,7 +53,6 @@
|
|||
|
||||
.error-desc {
|
||||
color: red;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.testing-done {
|
||||
|
|
|
|||
|
|
@ -24,8 +24,17 @@
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
&.disabled .domain-name {
|
||||
.domain-alias {
|
||||
display: inline-block;
|
||||
box-sizing: border-box;
|
||||
color: #bbb;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
.domain-name, .domain-alias {
|
||||
color: #bbb;
|
||||
}
|
||||
}
|
||||
|
||||
.button-delete {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue