ios: header home
This commit is contained in:
@@ -7,6 +7,12 @@ const Styles = StyleSheet.create({
|
||||
alignItems: "stretch",
|
||||
padding: 20,
|
||||
},
|
||||
textHeaderHome: {
|
||||
fontSize: 18,
|
||||
fontWeight: 'bold',
|
||||
flex: 1,
|
||||
color: 'white'
|
||||
},
|
||||
textDefault: {
|
||||
fontSize: 15,
|
||||
lineHeight: 24,
|
||||
@@ -62,7 +68,7 @@ const Styles = StyleSheet.create({
|
||||
cDefault: {
|
||||
color: '#19345E'
|
||||
},
|
||||
cFolder:{
|
||||
cFolder: {
|
||||
color: '#f9cc40'
|
||||
},
|
||||
mb05: {
|
||||
@@ -134,6 +140,21 @@ const Styles = StyleSheet.create({
|
||||
ml25: {
|
||||
marginLeft: 25
|
||||
},
|
||||
pb05: {
|
||||
paddingBottom: 5
|
||||
},
|
||||
pb07: {
|
||||
paddingBottom: 7
|
||||
},
|
||||
pb10: {
|
||||
paddingBottom: 10
|
||||
},
|
||||
pb13: {
|
||||
paddingBottom: 13
|
||||
},
|
||||
pb15: {
|
||||
paddingBottom: 15
|
||||
},
|
||||
ph05: {
|
||||
paddingHorizontal: 5,
|
||||
},
|
||||
@@ -143,6 +164,9 @@ const Styles = StyleSheet.create({
|
||||
ph15: {
|
||||
paddingHorizontal: 15,
|
||||
},
|
||||
ph20: {
|
||||
paddingHorizontal: 20,
|
||||
},
|
||||
pv05: {
|
||||
paddingVertical: 5
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user