-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.css
More file actions
99 lines (90 loc) · 1.71 KB
/
app.css
File metadata and controls
99 lines (90 loc) · 1.71 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
body {
padding: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00B7FF;
}
.button {
border-style: none;
cursor: pointer;
align-items: center;
height: 40px;
width: 401px;
text-align: center;
position: absolute;
letter-spacing: 0.28px;
box-sizing: border-box;
color: white;
font-family: 'Raleway', Helvetica, Arial, serif;
font-size: 14px;
font-style: normal;
font-weight: 700;
text-transform: none;
text-indent: 0px;
text-shadow: none;
margin: 0em;
padding: 1px 6px;
background-color: rgba(2,10,64,1.0);
border-image: initial
}
.form {
margin-top: 40px;
}
.email_prompt {
align-items: center;
align-self: center;
background-color: white;
border: 1px solid rgba(2,10,64,1.0);
border-radius: 2px;
box-sizing: border-box;
display: inline-flex;
flex-direction: row;
flex-shrink: 0;
height: 40px;
justify-content: flex-start;
margin-right: 1.0px;
margin-bottom: 20px;
min-width: 399px;
padding: 0 16.0px;
position: relative;
width: auto;
}
#email {
background-color: white;
flex-shrink: 0;
height: auto;
letter-spacing: 0.12px;
line-height: 16px;
min-height: 16px;
position: relative;
text-align: left;
white-space: nowrap;
width: 351px;
color: rgba(2,10,64,1.0);
font-family: 'Raleway', Helvetica, Arial, serif;
font-size: 12px;
font-style: normal;
font-weight: 500;
padding: 1px 2px;
outline: none;
}
h1 {
padding-bottom: 20px;
}
#uid2_state .label {
white-space: nowrap;
padding-right: 20px;
}
#uid2_state tr {
margin-top: 10px;
}
.message {
color: green;
padding: 20px;
margin-left: -22px;
font-size: 16px;
font-weight: 500;
border: 2px solid green;
border-radius: 5px;
}