diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-10 12:24:35 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-10 12:24:35 +0200 |
| commit | 0fae5648d688d2de15ed2b2f5417283bb73535d4 (patch) | |
| tree | ac0fc25fc8aba7745b05bb6c6fa7e475ca017dc4 /res | |
| parent | 736b1b14817f8e7cfc85d2d14f39c39a186698a1 (diff) | |
style: welcome-box shadow
Diffstat (limited to 'res')
| -rw-r--r-- | res/client/css/partials/login.scss | 1 | ||||
| -rw-r--r-- | res/client/css/style.css | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/res/client/css/partials/login.scss b/res/client/css/partials/login.scss index 986a511e..e6ba7694 100644 --- a/res/client/css/partials/login.scss +++ b/res/client/css/partials/login.scss @@ -26,6 +26,7 @@ margin-bottom: 400px; width: 470px; background: white; + box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.3); } .login-rhizi-logo { diff --git a/res/client/css/style.css b/res/client/css/style.css index 25e8e1ba..cf63e281 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -159,7 +159,8 @@ table { padding-bottom: 36px; margin-bottom: 400px; width: 470px; - background: white; } + background: white; + box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.3); } .login-rhizi-logo { margin-left: auto; |
