summaryrefslogtreecommitdiffhomepage
path: root/app/components/SettingsStyles.js
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2018-07-25 14:21:37 -0300
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2018-07-26 08:14:04 -0300
commitfcf7c3bbd79eef086a1f8764d2a3fff332722fd2 (patch)
treed4acdb5b24198dc9db0e4349f6f0f988c70b5a96 /app/components/SettingsStyles.js
parenta71f03133221e8000bcc4713d6d67757ea904d7e (diff)
downloadmullvadvpn-fcf7c3bbd79eef086a1f8764d2a3fff332722fd2.tar.xz
mullvadvpn-fcf7c3bbd79eef086a1f8764d2a3fff332722fd2.zip
Make settings headers also drag the window
Diffstat (limited to 'app/components/SettingsStyles.js')
-rw-r--r--app/components/SettingsStyles.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/components/SettingsStyles.js b/app/components/SettingsStyles.js
index e165e82fe2..c67edcecf9 100644
--- a/app/components/SettingsStyles.js
+++ b/app/components/SettingsStyles.js
@@ -11,15 +11,6 @@ export default {
flexDirection: 'column',
flex: 1,
},
- settings__header: {
- flexGrow: 0,
- flexShrink: 0,
- flexBasis: 'auto',
- paddingTop: 16,
- paddingRight: 24,
- paddingLeft: 24,
- paddingBottom: 24,
- },
settings__content: {
flexDirection: 'column',
flex: 1,
@@ -43,13 +34,6 @@ export default {
},
}),
...createTextStyles({
- settings__title: {
- fontFamily: 'DINPro',
- fontSize: 32,
- fontWeight: '900',
- lineHeight: 40,
- color: colors.white,
- },
settings__account_paid_until_label__error: {
color: colors.red,
},