mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Remove background-size contain style
This commit is contained in:
parent
011855bf8a
commit
377252edae
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
@main-color: #333;
|
||||
@main-background-color: #e3e3e3;
|
||||
@main-background-image: none; // "images/background.png"
|
||||
@main-background-size: contain;
|
||||
@main-background-size: inherit;
|
||||
|
||||
// LOADING
|
||||
@loading-color: #000; // #ddd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue