mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
[AAE-13042] css variables names changed to avoid name collisions in other apps (#8351)
This commit is contained in:
@@ -50,7 +50,7 @@ $adf-info-drawer-icon-size-half: 24px !default;
|
||||
line-height: 1.6;
|
||||
letter-spacing: -0.5px;
|
||||
text-align: left;
|
||||
color: var(--theme-foreground-text-color-054);
|
||||
color: var(--adf-theme-foreground-text-color-054);
|
||||
|
||||
& > div {
|
||||
overflow: hidden;
|
||||
@@ -77,7 +77,7 @@ $adf-info-drawer-icon-size-half: 24px !default;
|
||||
.adf-manage-versions-no-permission {
|
||||
margin: 0;
|
||||
padding: $adf-info-drawer-icon-size-half;
|
||||
color: var(--theme-foreground-text-color-054);
|
||||
color: var(--adf-theme-foreground-text-color-054);
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
Reference in New Issue
Block a user