-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
96 lines (86 loc) · 1.55 KB
/
style.css
File metadata and controls
96 lines (86 loc) · 1.55 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
body{
margin: 0px;
}
.video {
height: 100vh;
width: 100vw;
overflow: hidden;
}
span.percantage2 {
color: black;
font-size: 5.4vh;
font-family: arial;
margin-left: 15.3vw;
display: inline-block;
margin-top: 1.3vh;
position: relative;
z-index: 2;
}
video {
width: 100vw;
height: 100vh;
object-fit: cover;
}
.vote-row {
margin-top: 5.1vh;
height: 8.6vh;
}
.progress-bar {
width: 25.8vw;
height: 100%;
outline: solid 2px #ffffff;
position: relative;
display: inline-block;
}
.progress-filler {
position: absolute;
background: white;
height: 100%;
transition-property: all;
transition-duration: 2s;
transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
transition-delay: 0s;
overflow: hidden;
}
span.percantage {
color: white;
font-size: 5.4vh;
font-family: arial;
margin-left: 15.3vw;
display: inline-block;
margin-top: 1.3vh;
position: absolute;
z-index: 2;
}
.team-title {
color: white;
display: inline-block;
font-family: arial;
margin-left: 2.7vw;
font-size: 4.3vh;
position: absolute;
line-height: 8.5vh;
}
.big-num {
display: inline-block;
font-weight: bold;
}
.right-text {
color: white;
position: absolute;
bottom: 0;
right: 0;
width: 33vw;
height: 23vh;
font-family: arial;
padding-right: 2vw;
font-size: 2.1vw;
box-sizing: border-box;
}
.phone {
margin-top: 1vh;
font-size: 4vw;
}
.vote-row:nth-child(1) {
margin-top: 0;
}