Popovics András 4b76e6b4a9 [ADF-1841] Content Metadata first iteration (#2666)
* First try

* Small layout changes

* Add pipe support for CardViewTextItemModel

* property service

* Additional stuff

* Make CardViewUpdateService smarter

* Content metadata saving

* Rebase fix

* CardView Style fixes

* Fix core and content-services tests

* Fix CardView text item update UX
2017-11-18 10:43:39 +00:00

38 lines
1.4 KiB
SCSS

@import './theme-colors';
@import './default-class';
@import './theming';
@import '../collapsable/accordion-group.component';
@import '../card-view/card-view-textitem.component';
@import '../card-view/card-view-dateitem.component';
@import '../card-view/card-view.component';
@import '../toolbar/toolbar.component';
@import '../pagination/pagination.component';
@import '../info-drawer/info-drawer-layout.component';
@import '../settings/host-settings.component';
@import '../userinfo/components/user-info.component';
@import '../login/components/login.component';
@import '../datatable/components/datatable/datatable.component';
@import '../form/components/widgets/form';
@import '../viewer/components/viewer.component';
@mixin adf-core-theme($theme) {
@include adf-form-theme($theme);
@include adf-host-settings-theme($theme);
@include adf-accordion-theme($theme);
@include adf-card-view-textitem-theme($theme);
@include adf-card-view-dateitem-theme($theme);
@include adf-card-view-theme($theme);
@include adf-toolbar-theme($theme);
@include adf-info-drawer-theme($theme);
@include adf-pagination-theme($theme);
@include adf-colors-theme($theme);
@include adf-default-class($theme);
@include adf-userinfo-theme($theme);
@include adf-login-theme($theme);
@include adf-datatable-theme($theme);
@include adf-viewer-theme($theme);
}