mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-13063] replaced custom color with theme related (#8408)
This commit is contained in:
@@ -8,6 +8,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-custom-user-header {
|
&-custom-user-header {
|
||||||
color: red;
|
color: var(--theme-warn-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.app-error-message--text {
|
.app-error-message--text {
|
||||||
color: #d50000;
|
color: var(--theme-warn-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-document-list-container {
|
.app-document-list-container {
|
||||||
|
@@ -19,9 +19,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.log-ERROR {
|
.log-ERROR {
|
||||||
color: red;
|
color: var(--theme-warn-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.log-WARN {
|
.log-WARN {
|
||||||
color: yellow;
|
color: var(--theme-accent-color);
|
||||||
}
|
}
|
||||||
|
@@ -15,6 +15,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.app-process-list-error-message {
|
.app-process-list-error-message {
|
||||||
color: red;
|
color: var(--theme-warn-color);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
@@ -15,6 +15,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.app-task-list-demo-error-message {
|
.app-task-list-demo-error-message {
|
||||||
color: red;
|
color: var(--theme-warn-color);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
@@ -7,13 +7,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.adf-dropdown-widget__invalid .adf-dropdown-widget__select {
|
.adf-dropdown-widget__invalid .adf-dropdown-widget__select {
|
||||||
border-color: #d50000;
|
border-color: var(--theme-warn-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.adf-dropdown-widget__invalid .adf-dropdown-widget__label {
|
.adf-dropdown-widget__invalid .adf-dropdown-widget__label {
|
||||||
color: #d50000;
|
color: var(--theme-warn-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.adf-dropdown-widget__invalid .adf-dropdown-widget__label::after {
|
.adf-dropdown-widget__invalid .adf-dropdown-widget__label::after {
|
||||||
background-color: #d50000;
|
background-color: var(--theme-warn-color);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user