diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-07-26 12:21:20 -0300 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-07-26 12:21:20 -0300 |
| commit | d120021305aeb01ce106e3c1e8a53a5295424ccb (patch) | |
| tree | 3049efa67741df389d32acaa6ab83ee0bc63f1f7 /app/components/SupportStyles.js | |
| parent | 405ff3c747f8847f1a777b5267906aba6c35d1df (diff) | |
| parent | 84703044ec321ee9782984ef033ee4b88e442cbb (diff) | |
| download | mullvadvpn-d120021305aeb01ce106e3c1e8a53a5295424ccb.tar.xz mullvadvpn-d120021305aeb01ce106e3c1e8a53a5295424ccb.zip | |
Merge branch 'drag-settings'
Diffstat (limited to 'app/components/SupportStyles.js')
| -rw-r--r-- | app/components/SupportStyles.js | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/app/components/SupportStyles.js b/app/components/SupportStyles.js index 077335ae99..b03a7344ed 100644 --- a/app/components/SupportStyles.js +++ b/app/components/SupportStyles.js @@ -12,13 +12,6 @@ export default Object.assign( flexDirection: 'column', flex: 1, }, - support__header: { - flex: 0, - paddingTop: 12, - paddingBottom: 24, - paddingLeft: 24, - paddingRight: 24, - }, support__content: { flex: 1, display: 'flex', @@ -68,23 +61,6 @@ export default Object.assign( }, }), createTextStyles({ - support__title: { - fontFamily: 'DINPro', - fontSize: 32, - fontWeight: '900', - lineHeight: 40, - color: colors.white, - marginBottom: 4, - }, - support__subtitle: { - fontFamily: 'Open Sans', - fontSize: 13, - fontWeight: '600', - overflow: 'visible', - color: colors.white80, - lineHeight: 20, - letterSpacing: -0.2, - }, support__form_email: { flex: 1, borderRadius: 4, |
