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.scss13
-rw-r--r--res/client/css/style.css12
2 files changed, 2 insertions, 23 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);
diff --git a/res/client/css/style.css b/res/client/css/style.css
index cf63e281..38917696 100644
--- a/res/client/css/style.css
+++ b/res/client/css/style.css
@@ -143,21 +143,11 @@ table {
*:before, *:after {
box-sizing: border-box; }
-.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: 36px;
- margin-bottom: 400px;
+ margin-top: 80px;
width: 470px;
background: white;
box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.3); }