mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-06-16 17:54:45 +00:00
* shared project scaffold * rules package * move evaluators to shared lib * add rxjs peer dependency * use dedicated material namespaces * create store package, move actions * move selectors to shared library * move generic effects to shared lib * move routing extensions * minor code reorg * fix unit tests * move content-api service * move permission service * update tests * update plint config * move page layout * css variables * use dedicated css property * move generic error component to shared lib * fix test
6 lines
116 B
SCSS
6 lines
116 B
SCSS
@import './app-layout/app-layout.theme.scss';
|
|
|
|
@mixin layout-theme($theme) {
|
|
@include app-layout-theme($theme);
|
|
}
|