diff options
| author | Ofer Lehr <ofer@oferlehr.com> | 2015-02-09 21:43:40 +0200 |
|---|---|---|
| committer | Ofer Lehr <ofer@oferlehr.com> | 2015-02-09 21:43:40 +0200 |
| commit | 62153af8b1b34b09fb020759c86e82a308ec6f19 (patch) | |
| tree | 3078b80a59df6ad24ad87c1c2825d712889a48f7 /res/client/css/partials | |
| parent | 97a8ff937aeaba6f5b7a409cb3d96d33a1a4c43a (diff) | |
Improved styling of login screen
background image now covers the whole background
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/login.scss | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/res/client/css/partials/login.scss b/res/client/css/partials/login.scss index c58396b2..986a511e 100644 --- a/res/client/css/partials/login.scss +++ b/res/client/css/partials/login.scss @@ -12,15 +12,19 @@ background: url(../img/login-background.jpg); background-repeat: no-repeat; background-position: center; + background-size: cover; + width: 100%; + height: 100%; + padding: 50px; + overflow-y: hidden; } .welcome-box { margin-left: auto; margin-right: auto; - margin-top: 50px; - padding-bottom: 10px; - width: 445px; - height: auto; + padding-bottom: $three-baselines; + margin-bottom: 400px; + width: 470px; background: white; } |
