mirror of
https://github.com/netzmacht/contao-leaflet-geocode-widget.git
synced 2025-11-29 12:13:40 +01:00
27 lines
471 B
CSS
27 lines
471 B
CSS
.wizard_2 {
|
|
width: 325px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.leaflet-geocode-map {
|
|
width: 100%;
|
|
height: 50vh;
|
|
min-height: 400px
|
|
}
|
|
|
|
.leaflet-geocode-btn {
|
|
margin-top: 10px;
|
|
display: inline-block;
|
|
padding: 7px 12px;
|
|
border: 1px solid #aaa;
|
|
border-radius: 2px;
|
|
box-sizing: border-box;
|
|
cursor: pointer;
|
|
background: #eee;
|
|
transition: background .2s ease;
|
|
}
|
|
|
|
.leaflet-geocode-btn + .leaflet-geocode-btn {
|
|
margin-left: 5px;
|
|
}
|