-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnormalUser.css
More file actions
52 lines (47 loc) · 866 Bytes
/
normalUser.css
File metadata and controls
52 lines (47 loc) · 866 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
48
49
50
51
52
.top-bar {
width: 100vw;
height: 10vh;
background: #5388EA;
position: sticky;
top: 0;
left: 0;
text-align: center;
z-index: 2;
align-items:center;
}
.title{
word-wrap: break-word;
font-weight: 400;
color: #FFD900;
font-size: 50px;
/* to-do add margin top */
}
#map {
width: 100vw;
height: 80vh;
}
.bottom-bar {
width:100vw;
height: 10vh;
background: #5388EA;
position: sticky;
top: 90vh;
left: 0vw;
}
.bottom-bar-button{
font-size: 40px;
color:#FFD900;
justify-content: center;
align-items: center;
background-color: transparent;
border: 2px solid black;
border-radius: 25px;
cursor: pointer;
text-align: center;
vertical-align: middle;
top: 10%;
height: fit-content;
left: 10%;
width: 80%;
position: relative;
}