mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-1501] Node Selector - DL cell flex alignment (#470)
* use flex alignment * move override to its own theme
This commit is contained in:
committed by
Denys Vuika
parent
a2e5a8ca1a
commit
121855e47e
@@ -21,6 +21,7 @@
|
||||
@import './overrides/adf-document-list.theme';
|
||||
@import './overrides/adf-upload-drag-area.theme';
|
||||
@import './overrides/adf-search-sorting-picker.theme';
|
||||
@import './overrides/adf-content-node-selector.theme';
|
||||
|
||||
@import 'layout';
|
||||
@import 'snackbar';
|
||||
@@ -76,6 +77,7 @@ $custom-theme: mat-light-theme($custom-theme-primary, $custom-theme-accent);
|
||||
@include adf-document-list-theme($theme);
|
||||
@include adf-upload-drag-area-theme($theme);
|
||||
@include adf-search-sorting-picker-theme($theme);
|
||||
@include adf-content-node-selector-theme($theme);
|
||||
|
||||
@include aca-layout-theme($theme);
|
||||
@include aca-header-theme($theme);
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
@mixin adf-content-node-selector-theme($theme) {
|
||||
|
||||
adf-content-node-selector-panel {
|
||||
.cell-container {
|
||||
display: flex !important;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user