Files
leaflet-geosearch/docs/components/Code.css
2016-12-19 19:44:18 +01:00

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;
}