map-alliance/src/app/views/map/map.component.scss
ztimson b0d74321c8
Some checks failed
Build Functions / Build NPM Project (push) Successful in 18s
Build Website / Build NPM Project (push) Failing after 24s
Build Website / Tag Version (push) Has been skipped
Build Website / Build & Push Dockerfile (push) Has been skipped
Updated angular version to latest
2023-12-11 21:32:05 -05:00

33 lines
347 B
SCSS

#map {
height: 100vh;
}
.palette {
position: fixed;
z-index: 5000;
top: 60px;
right: 15px;
}
.share {
position: fixed;
z-index: 5000;
top: 60px;
right: 15px;
}
.info {
background-color: #00000050;
position: fixed;
z-index: 5000;
bottom: 15px;
left: 15px;
}
.gps {
position: fixed;
z-index: 5000;
bottom: 15px;
right: 15px;
}