Merge branch '345-move-info-button-out-of-header-to-body' into marie-move-info-button-out-of-header-to-body

This commit is contained in:
Julia Friesel
2019-05-19 17:53:14 +02:00
26 changed files with 481 additions and 397 deletions
+19 -13
View File
@@ -173,12 +173,10 @@ export default StyleSheet.create({
},
symptomViewHeading: {
fontWeight: 'bold',
fontFamily: textFontBold,
marginTop: 10
fontFamily: textFontBold
},
symptomInfoIcon: {
marginRight: 20,
marginLeft: 20
symptomSection: {
marginBottom: 10
},
symptomBoxImage: {
width: 50,
@@ -243,9 +241,6 @@ export default StyleSheet.create({
navigationArrow: {
padding: 20
},
hiddenIcon: {
padding: 20
},
menu: {
backgroundColor: primaryColor,
alignItems: 'center',
@@ -389,7 +384,8 @@ export default StyleSheet.create({
borderLeftWidth: null
},
page: {
marginHorizontal: 10
marginHorizontal: 10,
marginTop: 20
},
calendarToday: {
fontWeight: 'bold',
@@ -441,8 +437,16 @@ export default StyleSheet.create({
marginTop: 20,
color: 'grey'
},
infoButton: {
paddingVertical: 20
headerDeleteButton: {
paddingHorizontal: 20,
paddingVertical: 20,
alignItems: 'flex-end'
},
infoButtonSymptomView: {
position: 'absolute',
paddingVertical: 10,
paddingHorizontal: 10,
right: -10
},
licensePage: {
paddingVertical: 20,
@@ -487,8 +491,10 @@ export const iconStyles = {
color: colorInActive,
},
infoInHeading: {
marginRight: 5,
color: 'black'
marginRight: 5
},
infoInSymptomView: {
size: 20
},
hiddenIcon: {
size: 20,