* Migrate to plain CSS (remove CSS modules) Change `prefixer` to a function instead of a proxy * Switch prefix to `nc` * Replace prefixer with literal class names * Remove prefixer * Fix migration errors * fix compose migrations * Remove unnecessary theme imports * Remove old CSS import * fix sticky toolbar positioning * update to cssnano v4 so preset is used * fix css pseudo selectors * update lockfile
8 lines
171 B
CSS
8 lines
171 B
CSS
.nc-objectControl-root {
|
|
position: relative;
|
|
border: 2px solid rgba(0,0,0,0.1);
|
|
border-radius: var(--borderRadius);
|
|
margin-bottom: 20px;
|
|
padding: 0 20px 12px;
|
|
}
|