mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +03:00
Drop bootstrap modal.less by using <dialog> <header> and <footer>
https://snappymail.eu/demo/ updated for testing
This commit is contained in:
parent
880d4a05e9
commit
6170de5aee
70 changed files with 1521 additions and 1709 deletions
|
|
@ -1,4 +1,4 @@
|
|||
.RL-Login, .RL-AdminLogin {
|
||||
#V-Login, #V-AdminLogin {
|
||||
position: fixed;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
@glass-error-color: #f76260;
|
||||
@glass-m-color: rgba(255, 255, 255, .8);
|
||||
|
||||
.b-login-content {
|
||||
.LoginView {
|
||||
|
||||
position: relative;
|
||||
|
||||
|
|
@ -163,7 +163,7 @@
|
|||
}
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
.b-login-content {
|
||||
.LoginView {
|
||||
form {
|
||||
padding: 30px 4vw 10px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue