geoproject-app/public/assets/style.css

16 lines
353 B
CSS
Raw Normal View History

#editor-ui {
position: fixed !important;
bottom: 1rem !important;
left: 1rem !important;
z-index: 9999 !important;
background: white;
padding: 0.5rem;
border-radius: 4px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
#increase-margin {
padding: 0.5rem 1rem;
font-size: 1.5rem;
cursor: pointer;
}/*# sourceMappingURL=style.css.map */