You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
461 B
21 lines
461 B
@import "../../kewilayahan/scss/base/bootstrap-extended/include"; // Bootstrap includes |
|
@import "../../kewilayahan/scss/base/components/include"; // Components includes |
|
.map-leaflet { |
|
|
|
width: 100%; |
|
height: 100%; |
|
z-index: 3; |
|
|
|
} |
|
.leaflet-container { |
|
width: 100%; |
|
height: calc(100vh); |
|
font-family: inherit !important; |
|
|
|
} |
|
.leaflet-control-layers-base > label { |
|
font-size: larger; |
|
cursor: pointer; |
|
/* color: $primary; */ |
|
font-weight: bold; |
|
}
|
|
|