static-cms/src/components/Widgets/ObjectControl.css
Benaiah Mischenko 7dd8ca13c4 Migrate to plain CSS (remove CSS modules) (#659)
* 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
2017-10-18 12:29:38 -04:00

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