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/SupportStyles.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/SupportStyles.js')
| -rw-r--r-- | app/components/SupportStyles.js | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/app/components/SupportStyles.js b/app/components/SupportStyles.js index e6323aafd1..77b4609568 100644 --- a/app/components/SupportStyles.js +++ b/app/components/SupportStyles.js @@ -19,19 +19,6 @@ export default Object.assign( paddingLeft: 24, paddingRight: 24, }, - support__close: { - cursor: 'default', - paddingLeft: 12, - paddingTop: 24, - flexDirection: 'row', - alignItems: 'center', - justifyContent: 'flex-start', - }, - support__close_icon: { - flex: 0, - opacity: 0.6, - marginRight: 8, - }, support__content: { flex: 1, display: 'flex', @@ -75,12 +62,6 @@ export default Object.assign( }, }), createTextStyles({ - support__close_title: { - fontFamily: 'Open Sans', - fontSize: 13, - fontWeight: '600', - color: colors.white60, - }, support__title: { fontFamily: 'DINPro', fontSize: 32, |
