mirror of
https://github.com/Blair-SGA-Dev-Team/blazerapp.git
synced 2026-07-16 06:50:22 -04:00
SSLOps, LunchEvent pg to match design team+style
This commit is contained in:
@@ -29,6 +29,22 @@ const styles = StyleSheet.create({
|
||||
alignSelf:'flex-end',
|
||||
marginTop:'-3%',
|
||||
marginRight:'-3%'
|
||||
},
|
||||
title1: {
|
||||
fontSize: 28,
|
||||
fontWeight: 'bold',
|
||||
},
|
||||
link: {
|
||||
fontSize: 28,
|
||||
textDecorationLine: 'underline',
|
||||
textDecorationStyle: "solid",
|
||||
textDecorationColor: "#000",
|
||||
},
|
||||
infoContainer: {
|
||||
backgroundColor: 'white',
|
||||
borderRadius: 6,
|
||||
padding: 5,
|
||||
marginBottom: 10,
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user