16 lines
353 B
CSS
16 lines
353 B
CSS
|
|
#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 */
|