mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 00:23:03 +00:00
feat: add map module
This commit is contained in:
12
src/app/modules/map/widget/map-widget.scss
Normal file
12
src/app/modules/map/widget/map-widget.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
div.map-container {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
div.map-buttons {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
z-index: 10000;
|
||||
}
|
||||
Reference in New Issue
Block a user