mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
Cleanup styling and gulp merge @media queries
This commit is contained in:
parent
d3d0180208
commit
e13337e247
60 changed files with 699 additions and 731 deletions
59
dev/Styles/Admin/Domain.less
Normal file
59
dev/Styles/Admin/Domain.less
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
.b-domain-alias-content {
|
||||
&.modal {
|
||||
max-width: 330px;
|
||||
}
|
||||
|
||||
.error-desc {
|
||||
color: red;
|
||||
}
|
||||
}
|
||||
|
||||
.b-domain-content {
|
||||
|
||||
&.modal {
|
||||
max-width: 810px;
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
width: 1600px;
|
||||
left: 0;
|
||||
transition: left 500ms ease;
|
||||
}
|
||||
|
||||
&.domain-second-page .modal-body {
|
||||
left: -800px;
|
||||
}
|
||||
|
||||
.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 {
|
||||
&.imap-header, &.sieve-header, &.smtp-header {
|
||||
color: green;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
.testing-error {
|
||||
&.imap-header, &.sieve-header, &.smtp-header {
|
||||
color: red;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue