Merge branch 'master' into 134-implement-design-for-day-overview

This commit is contained in:
Julia Friesel
2018-08-22 12:27:56 +02:00
6 changed files with 265 additions and 21 deletions
+18 -2
View File
@@ -146,9 +146,25 @@ export default StyleSheet.create({
marginLeft: 'auto',
marginRight: 'auto'
},
stats: {
statsIntro: {
fontSize: 18,
margin: 10,
textAlign: 'left',
textAlignVertical: 'center'
},
statsRow: {
flexDirection: 'row',
width: '100%'
},
statsLabelLeft: {
fontSize: 18,
width: '60%',
textAlign: 'left',
textAlignVertical: 'center',
marginLeft: 10
},
statsLabelRight: {
fontSize: 18,
margin: 30,
textAlign: 'left',
textAlignVertical: 'center'
},