Files
contao-leaflet-geocode-widget/src/Resources/public/css/backend.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;
}