diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-07-20 15:35:44 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-07-24 13:48:18 +0200 |
| commit | b45bc31c0b6a3c248c64da3cd75f9e10607bdc8a (patch) | |
| tree | 38f1972ac884b6372ec38becd68144af20c18b57 /app/components/ConnectStyles.js | |
| parent | 4b15132791c45c6d5675dbb39c74c5a6d257d458 (diff) | |
| download | mullvadvpn-b45bc31c0b6a3c248c64da3cd75f9e10607bdc8a.tar.xz mullvadvpn-b45bc31c0b6a3c248c64da3cd75f9e10607bdc8a.zip | |
Remove global styles from app buttons
Diffstat (limited to 'app/components/ConnectStyles.js')
| -rw-r--r-- | app/components/ConnectStyles.js | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/app/components/ConnectStyles.js b/app/components/ConnectStyles.js index 85558d6a12..0db0d75179 100644 --- a/app/components/ConnectStyles.js +++ b/app/components/ConnectStyles.js @@ -5,7 +5,6 @@ import { colors } from '../config'; export default { ...createViewStyles({ connect: { - height: '100%', flex: 1, }, map: { @@ -26,7 +25,9 @@ export default { }, footer: { flex: 0, - marginBottom: 16, + paddingBottom: 16, + paddingLeft: 24, + paddingRight: 24, }, blocking_container: { width: '100%', @@ -42,16 +43,6 @@ export default { marginRight: 8, backgroundColor: colors.red, }, - server: { - paddingTop: 7, - paddingLeft: 12, - paddingRight: 12, - paddingBottom: 9, - backgroundColor: colors.white20, - borderRadius: 4, - flexDirection: 'row', - alignItems: 'center', - }, status: { paddingTop: 0, paddingLeft: 24, @@ -67,6 +58,9 @@ export default { height: 60, marginTop: 94, }, + switch_location_button: { + marginBottom: 16, + }, }), ...createTextStyles({ blocking_message: { |
