mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 11:13:25 +00:00
first setup
This commit is contained in:
@@ -1,50 +1,6 @@
|
||||
import { StyleSheet } from 'react-native';
|
||||
import Colors from '../constants/Colors';
|
||||
|
||||
export const globalStyles = StyleSheet.create({
|
||||
pageContainer: {
|
||||
flex: 1,
|
||||
backgroundColor: Colors.dark.shade900,
|
||||
paddingVertical: 48,
|
||||
},
|
||||
container: {
|
||||
padding: 24,
|
||||
},
|
||||
sectionTitle: {
|
||||
color: '#FFF',
|
||||
letterSpacing: -1.5,
|
||||
fontWeight: 'bold',
|
||||
fontSize: 28,
|
||||
},
|
||||
sectionSubtitle: {
|
||||
color: Colors.dark.shade200,
|
||||
fontSize: 14,
|
||||
},
|
||||
textWhite: {
|
||||
color: '#FFF',
|
||||
},
|
||||
flexRow: {
|
||||
flexDirection: 'row',
|
||||
},
|
||||
itemsCenter: {
|
||||
alignItems: 'center',
|
||||
},
|
||||
justifyCenter: {
|
||||
justifyContent: 'center',
|
||||
},
|
||||
input: {
|
||||
borderRadius: 24,
|
||||
paddingRight: 18,
|
||||
paddingVertical: 12,
|
||||
color: '#FFF',
|
||||
},
|
||||
border: {
|
||||
borderWidth: 1,
|
||||
borderColor: 'rgba(255,255,255,.1)',
|
||||
},
|
||||
roundedFull: {
|
||||
borderRadius: 34,
|
||||
},
|
||||
fOpenSansLight: {
|
||||
fontFamily: 'OpenSansLight',
|
||||
},
|
||||
@@ -63,13 +19,4 @@ export const globalStyles = StyleSheet.create({
|
||||
fOpenSansRegular: {
|
||||
fontFamily: 'OpenSansRegular',
|
||||
},
|
||||
textMuted: {
|
||||
color: '#5F5F7A',
|
||||
},
|
||||
dotSeperator: {
|
||||
width: 4,
|
||||
height: 4,
|
||||
backgroundColor: '#5F5F7A',
|
||||
borderRadius: 50,
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user