-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
55 lines (46 loc) · 1.01 KB
/
style.css
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
.position-bottom {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.surpass_container button {
border-radius: 0;
}
.surpass_container input:focused {
border: none;
}
.surpass_check-row {
height: 3rem;
}
button.surpass_shroud-button:hover {
background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4'><rect x='1' y='1' width='2' height='2' /></svg>");
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
}
.surpass_gross-simpl-spot {
font-size: 16px;
}
.surpass_mode-button {
font-size: 32px;
}
.surpass_expose-mode .surpass_mode-indicator {
margin-right: 1.1rem;
}
.surpass_mask-mode .surpass_mode-indicator {
margin-right: 4.1rem;
}
.surpass_shroud-mode .surpass_mode-indicator {
margin-right: 7.1rem;
}
#final-json {
min-height: 360px;
background-image: url("assets/finish-line-bg.svg");
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
h1 {
text-align: center;
}