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:
@@ -21,7 +21,7 @@
|
||||
line-height: var(--theme-headline-line-height);
|
||||
letter-spacing: -0.4px;
|
||||
text-align: left;
|
||||
color: var(--theme-foreground-text-color-054);
|
||||
color: var(--adf-theme-foreground-text-color-054);
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
background-color: var(--theme-background-color);
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
color: var(--theme-foreground-text-color);
|
||||
color: var(--adf-theme-foreground-text-color);
|
||||
|
||||
button {
|
||||
text-transform: uppercase;
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
.adf-choose-action {
|
||||
&[disabled] {
|
||||
color: var(--theme-foreground-secondary-text-color);
|
||||
color: var(--adf-theme-foreground-secondary-text-color);
|
||||
}
|
||||
|
||||
&:enabled {
|
||||
|
@@ -26,7 +26,7 @@ dynamic-table-widget .adf-label {
|
||||
&-dynamic-table {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
border: 1px solid var(--theme-foreground-text-color-007);
|
||||
border: 1px solid var(--adf-theme-foreground-text-color-007);
|
||||
white-space: nowrap;
|
||||
font-size: $dynamic-table-font-size;
|
||||
|
||||
@@ -78,12 +78,12 @@ dynamic-table-widget .adf-label {
|
||||
}
|
||||
|
||||
td {
|
||||
color: var(--theme-foreground-text-color);
|
||||
color: var(--adf-theme-foreground-text-color);
|
||||
position: relative;
|
||||
vertical-align: middle;
|
||||
height: $dynamic-table-row-height;
|
||||
border-top: 1px solid var(--theme-foreground-text-color-007);
|
||||
border-bottom: 1px solid var(--theme-foreground-text-color-007);
|
||||
border-top: 1px solid var(--adf-theme-foreground-text-color-007);
|
||||
border-bottom: 1px solid var(--adf-theme-foreground-text-color-007);
|
||||
padding-top: $dynamic-table-cell-top;
|
||||
box-sizing: border-box;
|
||||
|
||||
@@ -104,7 +104,7 @@ dynamic-table-widget .adf-label {
|
||||
letter-spacing: 0;
|
||||
height: $dynamic-table-row-height;
|
||||
font-size: $dynamic-table-header-font-size;
|
||||
color: var(--theme-foreground-text-color);
|
||||
color: var(--adf-theme-foreground-text-color);
|
||||
padding-bottom: 8px;
|
||||
box-sizing: border-box;
|
||||
|
||||
@@ -118,7 +118,7 @@ dynamic-table-widget .adf-label {
|
||||
|
||||
&.adf-dynamic-table__header--sorted-asc,
|
||||
&.adf-dynamic-table__header--sorted-desc {
|
||||
color: var(--theme-foreground-text-color);
|
||||
color: var(--adf-theme-foreground-text-color);
|
||||
|
||||
&::before {
|
||||
@include typo-icon;
|
||||
@@ -133,7 +133,7 @@ dynamic-table-widget .adf-label {
|
||||
cursor: pointer;
|
||||
|
||||
&::before {
|
||||
color: var(--theme-foreground-disabled-text-color);
|
||||
color: var(--adf-theme-foreground-disabled-text-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -25,7 +25,7 @@
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border-radius: 100px;
|
||||
color: var(--theme-foreground-text-color);
|
||||
color: var(--adf-theme-foreground-text-color);
|
||||
font-weight: bolder;
|
||||
font-size: var(--theme-adf-picture-1-font-size);
|
||||
text-transform: uppercase;
|
||||
@@ -34,7 +34,7 @@
|
||||
&-people-widget-image {
|
||||
margin-left: -44px;
|
||||
left: 21px;
|
||||
background: var(--theme-background-dialog-color);
|
||||
background: var(--adf-theme-background-dialog-color);
|
||||
border-radius: 100px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
|
@@ -1,5 +1,5 @@
|
||||
.adf-assignment-header {
|
||||
border-bottom: 1px solid var(--theme-foreground-divider-color);
|
||||
border-bottom: 1px solid var(--adf-theme-foreground-divider-color);
|
||||
padding: 6px 20px;
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
}
|
||||
|
||||
.adf-assignment-top-container.mat-card {
|
||||
border-top: 1px solid var(--theme-foreground-divider-color);
|
||||
border-top: 1px solid var(--adf-theme-foreground-divider-color);
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
.adf-assignment-container {
|
||||
padding: 10px 20px;
|
||||
border-bottom: 1px solid var(--theme-foreground-divider-color);
|
||||
border-bottom: 1px solid var(--adf-theme-foreground-divider-color);
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
|
@@ -32,13 +32,13 @@
|
||||
padding: 10px 20px;
|
||||
font-size: var(--theme-body-1-font-size);
|
||||
font-weight: 600;
|
||||
border-bottom: 1px solid var(--theme-foreground-divider-color);
|
||||
border-bottom: 1px solid var(--adf-theme-foreground-divider-color);
|
||||
}
|
||||
|
||||
.adf-comments-input-container {
|
||||
width: calc(100% - 30px);
|
||||
padding: 8px 15px 0;
|
||||
border-bottom: 1px solid var(--theme-foreground-divider-color);
|
||||
border-bottom: 1px solid var(--adf-theme-foreground-divider-color);
|
||||
}
|
||||
|
||||
.adf-full-width {
|
||||
|
@@ -10,7 +10,7 @@
|
||||
}
|
||||
|
||||
.mat-form-field-label {
|
||||
color: var(--theme-mat-grey-color-a200-dark);
|
||||
color: var(--adf-theme-mat-grey-color-a200-dark);
|
||||
}
|
||||
|
||||
.mat-content-actions {
|
||||
|
@@ -18,7 +18,7 @@
|
||||
}
|
||||
|
||||
&-userinfo-pic {
|
||||
background: var(--theme-primary-300);
|
||||
background: var(--adf-theme-primary-300);
|
||||
display: inline-block;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
@@ -32,7 +32,7 @@
|
||||
}
|
||||
|
||||
&-userinfo-profile-image {
|
||||
background: var(--theme-primary-300);
|
||||
background: var(--adf-theme-primary-300);
|
||||
text-align: center;
|
||||
border-radius: 90%;
|
||||
width: 40px;
|
||||
@@ -132,7 +132,7 @@
|
||||
}
|
||||
|
||||
&-userinfo-profile-picture {
|
||||
background: var(--theme-primary-300);
|
||||
background: var(--adf-theme-primary-300);
|
||||
background-size: cover;
|
||||
border-radius: 50%;
|
||||
height: 80px;
|
||||
@@ -144,7 +144,7 @@
|
||||
&-userinfo-profile-initials {
|
||||
text-transform: uppercase;
|
||||
background-size: cover;
|
||||
background-color: var(--theme-primary-300);
|
||||
background-color: var(--adf-theme-primary-300);
|
||||
border-radius: 50%;
|
||||
height: 80px;
|
||||
width: 80px;
|
||||
|
@@ -1,7 +1,7 @@
|
||||
/* stylelint-disable no-descending-specificity */
|
||||
.adf-new-task-heading {
|
||||
padding-top: 12px;
|
||||
border-bottom: 1px solid var(--theme-foreground-divider-color);
|
||||
border-bottom: 1px solid var(--adf-theme-foreground-divider-color);
|
||||
|
||||
.mat-card-title {
|
||||
font-weight: bold;
|
||||
|
@@ -5,7 +5,7 @@
|
||||
margin: 16px auto;
|
||||
|
||||
.mat-card-actions {
|
||||
border-top: solid 1px var(--theme-background-status-bar-color);
|
||||
border-top: solid 1px var(--adf-theme-background-status-bar-color);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user