summaryrefslogtreecommitdiff
path: root/res/client/css
diff options
context:
space:
mode:
Diffstat (limited to 'res/client/css')
-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;