mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +03:00
Many small fixes.
This commit is contained in:
parent
9188228f5d
commit
ab374bbb71
13 changed files with 339 additions and 396 deletions
|
|
@ -1,18 +1,18 @@
|
|||
|
||||
.b-login-content .loginFormWrapper {
|
||||
width: 90%;
|
||||
.wrapper {
|
||||
padding: 30px 30px 10px 30px;
|
||||
}
|
||||
}
|
||||
|
||||
.thm-login {
|
||||
|
||||
width: 100% !important;
|
||||
width: calc(~'100% - 60px') !important;
|
||||
max-width: 303px !important;
|
||||
|
||||
box-shadow: 0 1px 4px #ccc !important;
|
||||
box-shadow: 0 1px 5px rgba(0,0,0,.2) !important;
|
||||
box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 1px 5px rgba(0,0,0,.1) !important;
|
||||
|
||||
.b-login-content .loginFormWrapper {
|
||||
width: 90%;
|
||||
.wrapper {
|
||||
padding: 30px 30px 10px 30px;
|
||||
}
|
||||
}
|
||||
|
||||
.thm-login {
|
||||
|
||||
width: 100% !important;
|
||||
width: calc(~'100% - 60px') !important;
|
||||
max-width: 303px !important;
|
||||
|
||||
box-shadow: 0 1px 4px #ccc !important;
|
||||
box-shadow: 0 1px 5px rgba(0,0,0,.2) !important;
|
||||
box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 1px 5px rgba(0,0,0,.1) !important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue