mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 11:39:21 +03:00
Added "Enforce 2-Step verification" setting
This commit is contained in:
parent
b7709c8117
commit
acb013fbb5
47 changed files with 1271 additions and 908 deletions
|
|
@ -149,6 +149,7 @@ html.rl-no-preview-pane {
|
|||
background-color: #fff;
|
||||
border-radius: 5px;
|
||||
padding: 10px 15px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.emptySubjectText {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,18 @@
|
|||
.popups {
|
||||
|
||||
.b-two-factor-content {
|
||||
|
||||
width: 750px;
|
||||
|
||||
.modal-body {
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
background-color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.b-two-factor-test-content {
|
||||
.modal-header {
|
||||
background-color: #fff;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue