mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-11 09:45:54 +08:00
21 lines
237 B
Text
21 lines
237 B
Text
#rl-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;
|
|
}
|
|
}
|
|
}
|