diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-01 16:59:12 +0000 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-01 16:59:12 +0000 |
| commit | f4df32b86edb8f8867f9d67ae1fbeeabe10723ae (patch) | |
| tree | b7408d2078bc7593021e8291abc545e12e238e74 | |
| parent | 599eef1e69938b057b89760e67a85581e5d406ef (diff) | |
| download | mullvadvpn-f4df32b86edb8f8867f9d67ae1fbeeabe10723ae.tar.xz mullvadvpn-f4df32b86edb8f8867f9d67ae1fbeeabe10723ae.zip | |
Fix styles
| -rw-r--r-- | app/components/HeaderBar.css | 1 | ||||
| -rw-r--r-- | app/components/Login.css | 25 |
2 files changed, 13 insertions, 13 deletions
diff --git a/app/components/HeaderBar.css b/app/components/HeaderBar.css index b8dfe2543c..00ef8ef077 100644 --- a/app/components/HeaderBar.css +++ b/app/components/HeaderBar.css @@ -46,6 +46,7 @@ font-size: 24px; font-weight: 900; line-height: 30px; + letter-spacing: -0.5px; color: rgba(255,255,255,0.6); display: inline-block; vertical-align: middle; diff --git a/app/components/Login.css b/app/components/Login.css index 64a63f4bed..f3759d7dbc 100644 --- a/app/components/Login.css +++ b/app/components/Login.css @@ -6,7 +6,7 @@ .login-footer { background-color: #192E45; - padding: 16px 24px 24px; + padding: 18px 24px 24px; flex: 0 0 auto; } @@ -21,9 +21,9 @@ .login-footer__prompt { font-family: "Open Sans"; - font-size: 15px; + font-size: 13px; + line-height: 18px; font-weight: 600; - line-height: 20px; color: rgba(255,255,255,0.8); margin-bottom: 8px; } @@ -32,34 +32,34 @@ display: flex; flex-direction: column; padding: 0 24px; - margin: auto 0 65px; + margin: auto 0 70px; } .login-form__title { font-family: DINPro; font-size: 32px; font-weight: 900; - line-height: 40px; + line-height: 1.25em; color: #FFFFFF; - margin-bottom: 9px; + margin-bottom: 7px; } .login-form__subtitle { font-family: "Open Sans"; - font-size: 15px; + font-size: 13px; font-weight: 600; - line-height: 20px; + line-height: normal; color: rgba(255,255,255,0.8); - margin-bottom: 4px; + margin-bottom: 8px; } .login-form__input-wrap { - border: 4px solid rgba(0,0,0,0.1); + border: 2px solid transparent; background-color: #FFFFFF; background-clip: content-box; border-radius: 8px; - margin-left: -4px; - margin-right: -4px; + margin-left: -2px; + margin-right: -2px; display: flex; flex-direction: row; overflow: hidden; @@ -88,7 +88,6 @@ font-size: 20px; font-weight: 900; line-height: 26px; - letter-spacing: 1px; color: #294D73; background-color: transparent; flex: 1 1 auto; |
