46 lines
669 B
SCSS
46 lines
669 B
SCSS
#map {
|
|
height: 100vh;
|
|
}
|
|
|
|
.palette {
|
|
position: fixed;
|
|
z-index: 500;
|
|
top: 50px;
|
|
right: 15px;
|
|
}
|
|
|
|
.info {
|
|
background-color: #00000050;
|
|
position: fixed;
|
|
z-index: 500;
|
|
bottom: 15px;
|
|
left: 15px;
|
|
}
|
|
|
|
.gps {
|
|
position: fixed;
|
|
z-index: 500;
|
|
bottom: 15px;
|
|
right: 15px;
|
|
}
|
|
|
|
::ng-deep .mat-menu-panel {
|
|
background-color: rgba(0, 0, 0, 0.8) !important;
|
|
|
|
.mat-menu-item {
|
|
color: rgba(255, 255, 255, 0.54);
|
|
|
|
.mat-icon-no-color {
|
|
color: rgba(255, 255, 255, 0.54)
|
|
}
|
|
}
|
|
}
|
|
|
|
::ng-deep .mat-toolbar {
|
|
position: absolute;
|
|
height: 45px !important;
|
|
z-index: 500;
|
|
color: rgba(255, 255, 255, 0.54);
|
|
background-color: rgba(0, 0, 0, 0.8);
|
|
}
|