summaryrefslogtreecommitdiff
path: root/web-ui/src/login/login.css
diff options
context:
space:
mode:
authorAnike Arni <aarni@thoughtworks.com>2017-02-22 10:52:52 -0300
committerAnike Arni <aarni@thoughtworks.com>2017-02-22 15:22:55 -0300
commit38c73f2e67173d5358dd4bb7e17b1e5b9c283f22 (patch)
treeb7fc2c890eb7242877e47cf926a4aa45a171bcce /web-ui/src/login/login.css
parentf7bd078bcce2d6cad419fceb55ab71415cda4d33 (diff)
[#907] Add pixelated welcome message to login
with @tuliocasagrande and @thaissiqueira
Diffstat (limited to 'web-ui/src/login/login.css')
-rw-r--r--web-ui/src/login/login.css17
1 files changed, 12 insertions, 5 deletions
diff --git a/web-ui/src/login/login.css b/web-ui/src/login/login.css
index d1206a39..5116875e 100644
--- a/web-ui/src/login/login.css
+++ b/web-ui/src/login/login.css
@@ -46,17 +46,24 @@ body {
}
@media only screen and (min-width : 500px) {
- body {
- font-size: 1.2em;
- }
-
.disclaimer {
width: 60%;
}
}
@media only screen and (min-width : 960px) {
+ body {
+ font-size: 1.2em;
+ }
+
.disclaimer {
- width: 40%;
+ width: 70%;
+ max-width: 700px;
+ padding: 0;
+ font-size: 1em;
+ }
+
+ .disclaimer-content {
+ font-size: 0.7em;
}
}