Styling for homescreen elements to breathe
This commit is contained in:
+11
-20
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user