SSOSignUpPanel.uss
1.2 KB
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
SignUp {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: stretch;
align-content: stretch;
padding: 20px 0;
height: 100%;
}
#email {
margin-bottom: 5px;
}
TextField {
flex-direction: column;
font-size: 14px;
}
#password {
height: 42px;
}
.password {
width: 48.5%;
margin-bottom: 1px;
}
#signUp {
margin-top: 10px;
height: 30px;
width: 195px;
margin-left: 56%;
margin-right: 25px;
}
#policyContainer {
margin: 5px;
}
.policyFont {
font-size: 11px;
}
#median {
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 0.5px;
border-color: rgba(196, 196, 196, 1);
height: 1px;
margin: 8px 20px 8px 20px;
}
.alternate-button {
width: 195px;
height: 30px;
margin-left: 56%;
margin-right: 25px;
}
.icon {
height: 25px;
width: 25px;
}
#unityIDButton {
color: white;
background-color: black;
}
#emailNotification, #passwordNotificationLabel, confirmPasswordNotificationLabel {
height: 15px;
}
#passwordNotificationLabel, confirmPasswordNotificationLabel {
width: 50%;
}
#progressContainer {
margin-top: 5px;
}