mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-26 17:24:45 +00:00
[ACA-2140] get the ADF style fixes in the same place
- to be easier to move them to ADF
This commit is contained in:
parent
a971d8c24b
commit
0c0e13e13e
@ -6,22 +6,6 @@
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
// ADF FIXES
|
||||
adf-permission-list {
|
||||
.adf-display-permission-container {
|
||||
flex: 1;
|
||||
|
||||
.adf-datatable-permission {
|
||||
width: 100%;
|
||||
|
||||
.adf-datatable-cell--icon, // '--icon' should be replaced with '--image' as in all the other data tables
|
||||
.adf-datatable-cell--image {
|
||||
min-width: $data-table-thumbnail-width;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.aca-node-permissions-dialog {
|
||||
.mat-dialog-title {
|
||||
font-size: 20px;
|
||||
|
@ -58,7 +58,7 @@ $foreground: map-get($custom-theme, foreground);
|
||||
$warn: map-get($custom-theme, warn);
|
||||
|
||||
@mixin custom-theme($theme) {
|
||||
@include adf-document-list-theme-test($theme);
|
||||
@include adf-style-fixes($theme);
|
||||
|
||||
@include layout-theme($theme);
|
||||
@include aca-search-input-theme($theme);
|
||||
|
@ -1,6 +1,6 @@
|
||||
@import 'mixins';
|
||||
|
||||
@mixin adf-document-list-theme-test($theme) {
|
||||
@mixin adf-style-fixes($theme) {
|
||||
$background: map-get($theme, background);
|
||||
$foreground: map-get($theme, foreground);
|
||||
$primary: map-get($theme, primary);
|
||||
@ -26,4 +26,19 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
adf-permission-list {
|
||||
.adf-display-permission-container {
|
||||
flex: 1;
|
||||
|
||||
.adf-datatable-permission {
|
||||
width: 100%;
|
||||
|
||||
.adf-datatable-cell--icon, // '--icon' should be replaced with '--image' as in all the other data tables
|
||||
.adf-datatable-cell--image {
|
||||
min-width: $data-table-thumbnail-width;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user