-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.css
77 lines (60 loc) · 900 Bytes
/
index.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
68
69
70
71
72
73
74
75
76
77
#stage {
background: black;
z-index: 1000;
}
body {
margin: 0;
padding: 10px;
background: black;
}
footer {
position: absolute;
bottom: 0;
left: 0;
width: 100vw;
}
#car-info {
height: 90vh;
background-color: #111111;
}
.music-container {
background-color: #171717;
}
#map {
width: 100%;
height: 90vh;
background-color: black;
}
.footer-image-container {
height: 55px;
width: 65px;
}
.active {
background-color: #ccc;
border-radius: 10px;
padding: 25px;
}
.fc-white {
color: white;
}
.fc-light-grey {
color: #666666;
}
.fs-sm {
font-size: 14px;
}
.fs-1_5-em {
font-size: 1.5em;
}
.br-5 {
border-radius: 5px;
}
.br-top-left-5 {
border-radius: 5px;
}
.br-top-right-5 {
border-radius: 5px;
}
.justify-content-evenly {
justify-content: space-evenly;
}