-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUI.js
106 lines (100 loc) · 1.93 KB
/
UI.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
import {StyleSheet} from 'react-native';
export const styles = StyleSheet.create({
input:{
backgroundColor:"#fff",
borderColor:"#b76c94",
marginTop:10
},
container:{
padding:10,
backgroundColor:'white',
height:'100%'
},
back:{
height:30,
width:100,
backgroundColor:'royalblue',
margin:20,
padding:5,
borderRadius:5
},
btxt:{
color:'white',
alignSelf:'center',
marginTop:3
},
regbutt:{
height:50,
width:300,
alignSelf:'center',
backgroundColor:'royalblue',
borderRadius:5,
marginTop:10
},
regtxt:{
color:'white',
fontSize:25,
alignSelf:"center",
marginTop:14
},
pp:{
padding:10,
backgroundColor:'white',
marginTop:30
},
con:{
backgroundColor:'#f1f1f1',
padding:10,
height:'100%'
},
uname:{
fontSize:30,
marginLeft:70,
marginTop:23,
position:'absolute'
},
pane1:{
marginTop:20,
backgroundColor:'white',
padding:10,
borderRadius:4,
display:'flex',
},
uimg:{
height:50,
width:50
},
input:{
backgroundColor:"#fff",
borderColor:"#b76c94",
marginTop:10
},
container:{
padding:10,
backgroundColor:'white',
height:'100%'
},
logo:{
height:100,
width:100,
alignSelf:'center',
marginTop:50
},
shift:{
marginTop:10
},
regbutt2:{
height:50,
width:300,
alignSelf:'center',
backgroundColor:'#0bb171',
borderRadius:5,
marginTop:10
},
regtxt:{
color:'white',
fontSize:25,
alignSelf:"center",
marginTop:14
}
})