-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathstyle.css
More file actions
47 lines (39 loc) · 717 Bytes
/
style.css
File metadata and controls
47 lines (39 loc) · 717 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
.container {
min-height: calc(100vh - 121px);
}
footer.footer {
padding-top: 5px;
}
.home-button {
padding: 0.5rem !important;
margin: 0 !important;
display: block !important;
}
.support-button {
padding: 0.5rem 0 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
display: block !important;
height: calc(48px + 0.5rem);
}
.support-button img {
height: 48px;
padding: 0;
margin: auto;
display: block;
}
.faq-link {
float: right;
}
.fa-li {
margin-top: 3px;
color: red;
}
select.invalid {
border-color: #BB0000 !important;
background-color: #880000;
}
.support-anchor {
position: relative;
bottom: 3.5rem;
}