Reorganized
This commit is contained in:
18
src/app/views/map/map.component.scss
Normal file
18
src/app/views/map/map.component.scss
Normal file
@ -0,0 +1,18 @@
|
||||
.map {
|
||||
height: calc(100vh - 40px);
|
||||
}
|
||||
|
||||
.info {
|
||||
background-color: #00000050;
|
||||
position: fixed;
|
||||
z-index: 100;
|
||||
bottom: 15px;
|
||||
left: 15px;
|
||||
}
|
||||
|
||||
.gps {
|
||||
position: fixed;
|
||||
z-index: 100;
|
||||
bottom: 15px;
|
||||
right: 15px;
|
||||
}
|
Reference in New Issue
Block a user