2020-05-13 12:41:43 +00:00
|
|
|
@import './styles/card';
|
|
|
|
@import './styles/table';
|
|
|
|
@import './styles/sidenav-list';
|
2020-07-22 12:40:37 +00:00
|
|
|
@import 'src/app/modules/avatar/avatar.component';
|
2020-05-13 12:41:43 +00:00
|
|
|
@import './styles/changes';
|
2020-07-22 12:40:37 +00:00
|
|
|
@import 'src/app/pages/projects/owned-projects/owned-project-detail/application-grid/application-grid.component';
|
2020-07-01 15:48:34 +00:00
|
|
|
@import './styles/meta';
|
2020-07-02 15:16:47 +00:00
|
|
|
@import './styles/theme-card';
|
2020-05-13 12:41:43 +00:00
|
|
|
|
|
|
|
@mixin component-themes($theme) {
|
2020-06-26 12:15:05 +00:00
|
|
|
@include avatar-theme($theme);
|
|
|
|
@include card-theme($theme);
|
|
|
|
@include table-theme($theme);
|
|
|
|
@include sidenav-list-theme($theme);
|
2020-07-22 12:40:37 +00:00
|
|
|
@include application-grid-theme($theme);
|
2020-06-26 12:15:05 +00:00
|
|
|
@include changes-theme($theme);
|
2020-07-01 15:48:34 +00:00
|
|
|
@include meta-theme($theme);
|
2020-07-02 15:16:47 +00:00
|
|
|
@include theme-card($theme);
|
2020-05-13 12:41:43 +00:00
|
|
|
}
|