mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4846] Move to ADF the style overrides from ACA (#5016)
* [ADF-4846] add $data-table-cell-link-color variable - move style fix needed on ACA to ADF * [ADF-4846] add $adf-permission-list-width variable - moved style fix for adf-permission-lists from ACA to ADF
This commit is contained in:
committed by
Eugenio Romano
parent
30d03cf540
commit
bfc3f30674
@@ -1,7 +1,7 @@
|
||||
@mixin adf-permission-list-theme($theme) {
|
||||
$adf-permission-list-width: 70% !default;
|
||||
|
||||
.adf {
|
||||
|
||||
&-permission-label {
|
||||
max-width: 130px;
|
||||
min-width: 100px;
|
||||
@@ -29,12 +29,13 @@
|
||||
&-display-permission-container {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
&-datatable-permission {
|
||||
display: flex;
|
||||
min-width: 450px;
|
||||
width: 70%;
|
||||
width: $adf-permission-list-width;
|
||||
}
|
||||
|
||||
&-locallyset-label {
|
||||
@@ -46,5 +47,4 @@
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user