summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@codeispoetry.ru>2017-03-06 17:23:38 +0000
committerAndrej Mihajlov <and@codeispoetry.ru>2017-03-06 17:23:38 +0000
commitcb9466bc86a4c7a46d00e0fd45e5e4806730f8f4 (patch)
tree66629a5f0af19dfbd334a27705c56edb21dac9c4
parentccb596debb7bfd9c49b7d9baea8beb4aed6e7760 (diff)
downloadmullvadvpn-cb9466bc86a4c7a46d00e0fd45e5e4806730f8f4.tar.xz
mullvadvpn-cb9466bc86a4c7a46d00e0fd45e5e4806730f8f4.zip
Uppercase remaining time
-rw-r--r--app/components/Settings.css5
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 {