summaryrefslogtreecommitdiff
path: root/res/client
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-02-10 12:24:35 +0200
committerLV-426 <lv-426@taproot.org.il>2015-02-10 12:24:35 +0200
commit0fae5648d688d2de15ed2b2f5417283bb73535d4 (patch)
treeac0fc25fc8aba7745b05bb6c6fa7e475ca017dc4 /res/client
parent736b1b14817f8e7cfc85d2d14f39c39a186698a1 (diff)
style: welcome-box shadow
Diffstat (limited to 'res/client')
-rw-r--r--res/client/css/partials/login.scss1
-rw-r--r--res/client/css/style.css3
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;