summaryrefslogtreecommitdiffhomepage
path: root/app/components/ConnectStyles.js
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2018-06-01 16:13:10 +0200
committerAndrej Mihajlov <and@mullvad.net>2018-06-05 12:11:55 +0200
commitca2f6fbfcad7b73d4ea63ef46cb1cab943ec9087 (patch)
treeb1f7754eb50896ab3681e35fa4e08be642b940c9 /app/components/ConnectStyles.js
parent5852c980980de53e00d76a0bdb4b41bf5c0f5b39 (diff)
downloadmullvadvpn-ca2f6fbfcad7b73d4ea63ef46cb1cab943ec9087.tar.xz
mullvadvpn-ca2f6fbfcad7b73d4ea63ef46cb1cab943ec9087.zip
Add formatted source code
Diffstat (limited to 'app/components/ConnectStyles.js')
-rw-r--r--app/components/ConnectStyles.js11
1 files changed, 5 insertions, 6 deletions
diff --git a/app/components/ConnectStyles.js b/app/components/ConnectStyles.js
index 413d2f0c1d..85558d6a12 100644
--- a/app/components/ConnectStyles.js
+++ b/app/components/ConnectStyles.js
@@ -21,11 +21,10 @@ export default {
container: {
flexDirection: 'column',
flex: 1,
- position: 'relative', /* need this for z-index to work to cover map */
+ position: 'relative' /* need this for z-index to work to cover map */,
zIndex: 1,
-
},
- footer:{
+ footer: {
flex: 0,
marginBottom: 16,
},
@@ -62,7 +61,7 @@ export default {
flex: 1,
},
status_icon: {
- position:'absolute',
+ position: 'absolute',
alignSelf: 'center',
width: 60,
height: 60,
@@ -92,7 +91,7 @@ export default {
letterSpacing: -0.7,
color: colors.white,
marginBottom: 7,
- flex:0,
+ flex: 0,
},
error_title: {
fontFamily: 'DINPro',
@@ -143,4 +142,4 @@ export default {
marginBottom: 4,
},
}),
-}; \ No newline at end of file
+};