diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-01 17:08:52 +0000 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-01 17:08:52 +0000 |
| commit | d860dd85fa3da3999bf376d88cfc0926bffc2424 (patch) | |
| tree | d8d3eda276022bb34384ccd490328d8ede37ae8a /app/components | |
| parent | c4f15c5515f57dce7c85fe499836f496d6e33a1d (diff) | |
| download | mullvadvpn-d860dd85fa3da3999bf376d88cfc0926bffc2424.tar.xz mullvadvpn-d860dd85fa3da3999bf376d88cfc0926bffc2424.zip | |
Decrease font size for instruction texts from 15px -> 13px
Diffstat (limited to 'app/components')
| -rw-r--r-- | app/components/SelectLocation.css | 4 | ||||
| -rw-r--r-- | app/components/Settings.css | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app/components/SelectLocation.css b/app/components/SelectLocation.css index c70d3a5d07..f82f135a21 100644 --- a/app/components/SelectLocation.css +++ b/app/components/SelectLocation.css @@ -42,7 +42,7 @@ .select-location__subtitle { font-family: "Open Sans"; - font-size: 15px; + font-size: 13px; font-weight: 600; line-height: 20px; color: rgba(255,255,255,0.8); @@ -99,7 +99,7 @@ .select-location__cell-footer { padding: 8px 24px 24px; font-family: "Open Sans"; - font-size: 15px; + font-size: 13px; font-weight: 600; line-height: 20px; color: rgba(255,255,255,0.8); diff --git a/app/components/Settings.css b/app/components/Settings.css index d05a5f7a2e..0cecf68fbc 100644 --- a/app/components/Settings.css +++ b/app/components/Settings.css @@ -49,7 +49,7 @@ .settings__account { font-family: "Open Sans"; - font-size: 15px; + font-size: 13px; font-weight: 600; line-height: 20px; color: rgba(255,255,255,0.8); @@ -109,7 +109,7 @@ .settings__cell-footer { padding: 8px 24px 24px; font-family: "Open Sans"; - font-size: 15px; + font-size: 13px; font-weight: 600; line-height: 20px; color: rgba(255,255,255,0.8); |
