-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
66 lines (52 loc) · 996 Bytes
/
style.css
File metadata and controls
66 lines (52 loc) · 996 Bytes
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
body.bg-dark {
background-color: #1A1A24 !important;
}
.bg-grey {
background-color: #40404A;
border-radius: 0.25rem;
padding: 1rem;
margin-top: 0.5rem;
}
.app-title {
margin-bottom: 1rem;
}
.btn-warning {
color: #000;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:hover {
color: #000;
background-color: #e0a800;
border-color: #d39e00;
}
.email-input-group {
}
.form-control {
padding: .5rem .75rem;
}
.section-box {
border: 1px solid #f8f9fa;
padding: 2rem;
border-radius: 0.4rem;
margin-top: 0.5rem;
text-align: center;
height: 250px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.container {
padding-top: 20px;
padding-bottom: 20px;
}
.mail-section {
margin-bottom: 20px;
}
.result-section {
}
.spinner-border {
width: 3rem;
height: 3rem;
}