summaryrefslogtreecommitdiff
path: root/web-ui/src/login/login.css
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/src/login/login.css')
-rw-r--r--web-ui/src/login/login.css33
1 files changed, 3 insertions, 30 deletions
diff --git a/web-ui/src/login/login.css b/web-ui/src/login/login.css
index bbb37443..d1206a39 100644
--- a/web-ui/src/login/login.css
+++ b/web-ui/src/login/login.css
@@ -25,29 +25,6 @@ body {
background-repeat: repeat;
}
-.error {
- color: #D72A25;
- margin: 10px 0 0 0;
-}
-
-.login {
- display: block;
- width: 90%;
- margin: auto;
- max-width: 400px;
- padding: 2em 0;
- margin-top: 3%;
- margin-bottom: 3%;
- background-color: #FFF;
- display: flex;
- flex-direction: column;
- align-items: center;
-}
-
-#root {
- width: 70%;
-}
-
.disclaimer {
display: block;
width: 90%;
@@ -68,22 +45,18 @@ body {
margin-top: 1em;
}
-.logo {
- width: 70%;
-}
-
@media only screen and (min-width : 500px) {
body {
- font-size: 1.3em;
+ font-size: 1.2em;
}
- .login, .disclaimer {
+ .disclaimer {
width: 60%;
}
}
@media only screen and (min-width : 960px) {
- .login, .disclaimer {
+ .disclaimer {
width: 40%;
}
}