mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +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
|
|
@ -2,7 +2,7 @@
|
|||
"name": "RainLoop",
|
||||
"title": "RainLoop Webmail",
|
||||
"version": "1.6.0",
|
||||
"release": "615",
|
||||
"release": "616",
|
||||
"description": "Simple, modern & fast web-based email client",
|
||||
"homepage": "http://rainloop.net",
|
||||
"main": "Gruntfile.js",
|
||||
|
|
|
|||
|
|
@ -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