diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-07-23 17:06:48 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-07-23 17:06:48 +0200 |
| commit | d258c7614f6c41c6f78939e9d47edff2d44af19f (patch) | |
| tree | 850e39a41014918b89189be2c62283b78c099161 /app/components/PreferencesStyles.js | |
| parent | 26258ff77bcd32ca362aa6b0e0087b9602076d2e (diff) | |
| parent | 858c95cdf3bb94ff4e75eb63c8c982520a5fb629 (diff) | |
| download | mullvadvpn-d258c7614f6c41c6f78939e9d47edff2d44af19f.tar.xz mullvadvpn-d258c7614f6c41c6f78939e9d47edff2d44af19f.zip | |
Merge branch 'add-settings-navigation'
Diffstat (limited to 'app/components/PreferencesStyles.js')
| -rw-r--r-- | app/components/PreferencesStyles.js | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/app/components/PreferencesStyles.js b/app/components/PreferencesStyles.js index 9d0192df2f..eaedf5f761 100644 --- a/app/components/PreferencesStyles.js +++ b/app/components/PreferencesStyles.js @@ -17,29 +17,11 @@ export default { flexGrow: 0, flexShrink: 0, flexBasis: 'auto', - paddingTop: 40, + paddingTop: 16, paddingRight: 24, paddingLeft: 24, paddingBottom: 24, }, - preferences__close: { - position: 'absolute', - top: 0, - left: 12, - borderWidth: 0, - padding: 0, - margin: 0, - zIndex: 1 /* part of .preferences__container covers the button */, - cursor: 'default', - }, - preferences__close_content: { - flexDirection: 'row', - alignItems: 'center', - }, - preferences__close_icon: { - opacity: 0.6, - marginRight: 8, - }, preferences__content: { flexDirection: 'column', flexGrow: 1, @@ -69,12 +51,6 @@ export default { }, }), ...createTextStyles({ - preferences__close_title: { - fontFamily: 'Open Sans', - fontSize: 13, - fontWeight: '600', - color: colors.white60, - }, preferences__title: { fontFamily: 'DINPro', fontSize: 32, |
