mirror of
https://github.com/jlengrand/leaflet-geosearch.git
synced 2026-03-10 08:31:26 +00:00
14 lines
347 B
CSS
14 lines
347 B
CSS
.root > div > :nth-child(1) > :nth-child(2), .root > div > :nth-child(2) {
|
|
display: none;
|
|
}
|
|
|
|
.root + div > pre {
|
|
height: auto;
|
|
display: block;
|
|
background-color: var(--theme-ui-colors-playground-bg,#FFFFFF);
|
|
border: 1px solid var(--theme-ui-colors-playground-border,#CED4DE);
|
|
border-top: 0;
|
|
border-radius: 0 0 4px 4px;
|
|
margin: 0;
|
|
}
|