mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-13042] css variables names changed to avoid name collisions in other apps (#8351)
This commit is contained in:
@@ -75,16 +75,16 @@
|
||||
}
|
||||
|
||||
&-actions {
|
||||
border-top: 1px solid var(--theme-foreground-divider-color);
|
||||
border-top: 1px solid var(--adf-theme-foreground-divider-color);
|
||||
padding: 8px;
|
||||
box-sizing: border-box;
|
||||
height: 40px;
|
||||
|
||||
&-icon {
|
||||
color: var(--theme-foreground-text-color-054);
|
||||
color: var(--adf-theme-foreground-text-color-054);
|
||||
|
||||
&:hover {
|
||||
color: var(--theme-foreground-text-color-087);
|
||||
color: var(--adf-theme-foreground-text-color-087);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -56,7 +56,7 @@
|
||||
}
|
||||
|
||||
.adf-report-report-container {
|
||||
border-bottom: solid 1px var(--theme-foreground-divider-color);
|
||||
border-bottom: solid 1px var(--adf-theme-foreground-divider-color);
|
||||
padding-top: 10px;
|
||||
|
||||
.mat-toolbar {
|
||||
|
Reference in New Issue
Block a user