summaryrefslogtreecommitdiffhomepage
path: root/app/components/ConnectStyles.js
diff options
context:
space:
mode:
authoranderklander <anderklander@gmail.com>2018-03-29 14:35:33 +0200
committeranderklander <anderklander@gmail.com>2018-04-11 13:45:41 +0200
commit5fb52b9524267f4676ec56adef2ef64e59ddded9 (patch)
treec74d378c3e6dbef8ece5eb64b2af0b259d3f1657 /app/components/ConnectStyles.js
parent6f795054d5e8452c5b2e9872562ff6e71656ced6 (diff)
downloadmullvadvpn-5fb52b9524267f4676ec56adef2ef64e59ddded9.tar.xz
mullvadvpn-5fb52b9524267f4676ec56adef2ef64e59ddded9.zip
Use Accordion in Connect
Diffstat (limited to 'app/components/ConnectStyles.js')
-rw-r--r--app/components/ConnectStyles.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/components/ConnectStyles.js b/app/components/ConnectStyles.js
index 030d33b07c..d857c94b9b 100644
--- a/app/components/ConnectStyles.js
+++ b/app/components/ConnectStyles.js
@@ -77,10 +77,11 @@ export default {
fontSize: 12,
fontWeight: '800',
lineHeight: 17,
- marginTop: 8,
- marginLeft: 20,
- marginRight: 20,
- marginBottom: 8,
+ paddingTop: 8,
+ paddingLeft: 20,
+ paddingRight: 20,
+ paddingBottom: 8,
+ height: 36,
color: colors.white60,
backgroundColor: colors.blue,
},
@@ -143,5 +144,4 @@ export default {
marginBottom: 4,
},
}),
- blockingMessageHeight: 36,
}; \ No newline at end of file