diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-06 17:23:38 +0000 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-06 17:23:38 +0000 |
| commit | cb9466bc86a4c7a46d00e0fd45e5e4806730f8f4 (patch) | |
| tree | 66629a5f0af19dfbd334a27705c56edb21dac9c4 | |
| parent | ccb596debb7bfd9c49b7d9baea8beb4aed6e7760 (diff) | |
| download | mullvadvpn-cb9466bc86a4c7a46d00e0fd45e5e4806730f8f4.tar.xz mullvadvpn-cb9466bc86a4c7a46d00e0fd45e5e4806730f8f4.zip | |
Uppercase remaining time
| -rw-r--r-- | app/components/Settings.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/components/Settings.css b/app/components/Settings.css index c99c7bbcec..862d2fa13d 100644 --- a/app/components/Settings.css +++ b/app/components/Settings.css @@ -93,9 +93,10 @@ .settings__account-paid-until-label { font-family: "Open Sans"; - font-size: 13px; - font-weight: 800; + font-size: 13px; + font-weight: 800; color: rgba(255, 255, 255, 0.8); + text-transform: uppercase; } .settings__account-paid-until-label--error { |
