Files
leaflet-geosearch/docs/assets/css/style.css
Stephan Meijer e43ec54440 fix box sizing
2017-01-31 16:01:28 +01:00

19 lines
299 B
CSS

html, body {
font-family: 'Open Sans', sans-serif;
margin: 0;
padding: 0;
height: 100%;
width: 100%;
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: border-box;
}
:global(.leaflet-control-geosearch.bar) {
position: absolute !important;
left: 50px;
right: 515px;
}