-
Notifications
You must be signed in to change notification settings - Fork 0
/
play.css
67 lines (53 loc) · 930 Bytes
/
play.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
56
57
58
59
60
61
62
63
64
65
66
67
.btn-timer {
width: 80px;
height: 38px;
}
.start-modal-btn {
width: 150px;
}
.error-span {
color: red;
font-weight: bold;
}
.progress.guessed {
background-color: #a4f0a5 !important;
}
.progress.half-guessed {
background-color: #fbc19d !important;
}
.progress.unguessed {
background-color: #fb9d9d !important;
}
.progress-bar.bg-guessed {
background-color: #36a853 !important;
}
.progress-bar.bg-half-guessed {
background-color: #f0820d !important;
}
.progress-bar.bg-unguessed {
background-color: #d23939 !important;
}
.button-icon {
width: 15px;
height: 15px;
vertical-align: initial;
}
.playback-button {
width: 40px;
height: 33px;
padding-top: 4px !important;
}
.playing-span {
font-size: large;
}
.score-span {
font-size: large;
}
.song-span {
font-size: small;
}
.footer {
position: absolute;
width: 100%;
bottom: 0;
}