mirror of
https://github.com/jlengrand/leaflet-geosearch.git
synced 2026-03-10 15:51:12 +00:00
18 lines
276 B
CSS
18 lines
276 B
CSS
.code {
|
|
position: absolute;
|
|
top: 120px;
|
|
right: 20px;
|
|
bottom: 20px;
|
|
width: 425px;
|
|
|
|
background: rgba(0, 0, 0, .7);
|
|
color: #fff;
|
|
border-radius: 4px;
|
|
padding: 24px;
|
|
font-family: Roboto, monospace;
|
|
white-space: pre;
|
|
|
|
font-size: 14px;
|
|
line-height: 22px;
|
|
}
|