mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Resolve issue #130
This commit is contained in:
parent
637ed9a478
commit
c8678953fe
3 changed files with 137 additions and 241 deletions
|
|
@ -14,18 +14,6 @@
|
|||
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;
|
||||
|
|
@ -45,15 +33,16 @@
|
|||
}
|
||||
|
||||
.testing-done {
|
||||
&.imap-header, &.sieve-header, &.smtp-header {
|
||||
color: green;
|
||||
font-weight: bold;
|
||||
}
|
||||
color: green !important;
|
||||
}
|
||||
|
||||
.testing-error {
|
||||
&.imap-header, &.sieve-header, &.smtp-header {
|
||||
color: red;
|
||||
}
|
||||
color: red !important;
|
||||
}
|
||||
|
||||
.tab-content {
|
||||
grid-column-end: 5;
|
||||
border: 1px solid #ddd;
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue