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.
48 lines
891 B
48 lines
891 B
input#location { |
|
width: 400px; |
|
} |
|
.location-map { height: 180px; width: 550px; border-radius: 10px;} |
|
.location-map-user-profile { |
|
height: 50px; |
|
width: 180px; |
|
border-radius: 10px; |
|
transition: width 600ms, height 600ms; |
|
.leaflet-control-attribution.leaflet-control { |
|
display: none; |
|
} |
|
.leaflet-control-zoom.leaflet-bar.leaflet-control { |
|
display: none; |
|
} |
|
} |
|
.location-map-user-profile:hover{ |
|
height: 160px; |
|
width: 100%; |
|
.leaflet-control-attribution.leaflet-control { |
|
display: block; |
|
} |
|
.leaflet-control-zoom.leaflet-bar.leaflet-control { |
|
display: block; |
|
} |
|
} |
|
|
|
.global-map { |
|
height: ~"calc(100vh - 200px)"; |
|
width: 100%; |
|
border-radius: 10px; |
|
} |
|
|
|
/* required styles */ |
|
|
|
li.item-mapLocation { |
|
display: block; |
|
padding: 8px; |
|
} |
|
|
|
.location-map-user-profile img { |
|
width: 100%; |
|
max-height: none; |
|
} |
|
|
|
fieldset .fieldset-separator { |
|
margin-top: 10px; |
|
} |