mirror of
https://github.com/jlengrand/leaflet-geosearch.git
synced 2026-03-10 08:31:26 +00:00
19 lines
299 B
CSS
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;
|
|
}
|