Styling for homescreen elements to breathe

This commit is contained in:
emelko
2019-05-23 17:09:44 +02:00
parent 668acb4afe
commit 418b9c0f5d
2 changed files with 23 additions and 30 deletions
+11 -20
View File
@@ -104,9 +104,6 @@ export default StyleSheet.create({
marginLeft: 10,
marginTop: 6
},
homeView: {
marginHorizontal: 50,
},
button: {
paddingVertical: 10,
paddingHorizontal: 20,
@@ -120,30 +117,24 @@ export default StyleSheet.create({
homeButtonText: {
color: fontOnPrimaryColor
},
homeIconElement: {
homeView: {
margin: 40,
},
homeDescriptionText: {
width: 200,
marginBottom: defaultBottomMargin,
},
homeElement: {
alignItems: 'center',
marginTop: 15,
flexDirection: 'row'
marginBottom: 40,
flexDirection: 'row',
},
homeIconTextWrapper: {
alignItems: 'center',
justifyContent: 'center',
marginBottom: 10,
},
wrapperCycle: {
wrapperIcon: {
width: 80,
height: 77,
position: 'absolute'
},
wrapperDrop: {
width: 81,
height: 85,
marginTop: 20,
position: 'absolute'
},
wrapperCircle: {
width: 80,
height: 80,
position: 'absolute'
},
homeCircle: {