diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-06-01 16:13:10 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-06-05 12:11:55 +0200 |
| commit | ca2f6fbfcad7b73d4ea63ef46cb1cab943ec9087 (patch) | |
| tree | b1f7754eb50896ab3681e35fa4e08be642b940c9 /app/components/LoginStyles.js | |
| parent | 5852c980980de53e00d76a0bdb4b41bf5c0f5b39 (diff) | |
| download | mullvadvpn-ca2f6fbfcad7b73d4ea63ef46cb1cab943ec9087.tar.xz mullvadvpn-ca2f6fbfcad7b73d4ea63ef46cb1cab943ec9087.zip | |
Add formatted source code
Diffstat (limited to 'app/components/LoginStyles.js')
| -rw-r--r-- | app/components/LoginStyles.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/components/LoginStyles.js b/app/components/LoginStyles.js index 21c3aa4429..5e64e8b1eb 100644 --- a/app/components/LoginStyles.js +++ b/app/components/LoginStyles.js @@ -7,7 +7,7 @@ export default { login_footer: { backgroundColor: colors.darkBlue, paddingTop: 18, - paddingBottom:16, + paddingBottom: 16, flex: 0, }, status_icon: { @@ -16,18 +16,18 @@ export default { marginBottom: 30, justifyContent: 'center', }, - login_form:{ - flex:1, + login_form: { + flex: 1, flexDirection: 'column', - overflow:'visible', + overflow: 'visible', paddingTop: 0, paddingBottom: 0, paddingLeft: 24, paddingRight: 24, marginTop: 83, - marginBottom:0, + marginBottom: 0, marginRight: 0, - marginLeft:0, + marginLeft: 0, }, account_input_group: { borderWidth: 2, @@ -131,7 +131,7 @@ export default { letterSpacing: -0.7, color: colors.white, marginBottom: 7, - flex:0, + flex: 0, }, subtitle: { fontFamily: 'Open Sans', |
