diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-10 15:03:28 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-10 15:03:28 +0200 |
| commit | 6f7be3af9be1417372ca395f24fa3a1de216f8af (patch) | |
| tree | 02ed228561d24de99a671a687a764abdf36ac30d /res/client/css/partials | |
| parent | 88389e6a3f2c067d138b7f65af5671a0841277f0 (diff) | |
login.html: fix background image impl using template specific css
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/login.scss | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/res/client/css/partials/login.scss b/res/client/css/partials/login.scss index e6ba7694..7c2a94eb 100644 --- a/res/client/css/partials/login.scss +++ b/res/client/css/partials/login.scss @@ -8,22 +8,11 @@ } -.login-background { - 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; padding-bottom: $three-baselines; - margin-bottom: 400px; + margin-top: 80px; width: 470px; background: white; box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.3); |
