summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@codeispoetry.ru>2017-03-01 17:23:52 +0000
committerAndrej Mihajlov <and@codeispoetry.ru>2017-03-01 17:23:52 +0000
commitff0c9dc1c84708121b7b5bfe5036ce3bdff7a94e (patch)
treee90e2b0e42f63d318626acccc21a1b3e64816afa
parent7ae7608cc0ac1a0790cff646ac47b6fb0f1f25e7 (diff)
downloadmullvadvpn-ff0c9dc1c84708121b7b5bfe5036ce3bdff7a94e.tar.xz
mullvadvpn-ff0c9dc1c84708121b7b5bfe5036ce3bdff7a94e.zip
Update location picker styles
-rw-r--r--app/components/SelectLocation.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/components/SelectLocation.css b/app/components/SelectLocation.css
index f82f135a21..c19c663c2f 100644
--- a/app/components/SelectLocation.css
+++ b/app/components/SelectLocation.css
@@ -11,7 +11,7 @@
.select-location__header {
flex: 0 0 auto;
- padding: 40px 24px 24px;
+ padding: 41px 24px 24px;
position: relative; /* anchor for close button */
}
@@ -35,16 +35,16 @@
font-family: DINPro;
font-size: 32px;
font-weight: 900;
- line-height: 40px;
+ line-height: normal;
color: #FFFFFF;
- margin: 0 0 8px 0;
+ margin: 0 0 9px 0;
}
.select-location__subtitle {
font-family: "Open Sans";
font-size: 13px;
font-weight: 600;
- line-height: 20px;
+ line-height: normal;
color: rgba(255,255,255,0.8);
}