mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
[ACA-2523] Change comment colors (#5617)
This commit is contained in:
parent
0a9fb69498
commit
b4399059dc
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
@mixin adf-task-list-comment-list-theme($theme) {
|
@mixin adf-task-list-comment-list-theme($theme) {
|
||||||
$primary: map-get($theme, primary);
|
$primary: map-get($theme, primary);
|
||||||
|
$foreground: map-get($theme, foreground);
|
||||||
$primaryColor: mat-color($primary, 100);
|
$primaryColor: mat-color($primary, 100);
|
||||||
$rippleColor: mat-color($primary, 300);
|
$rippleColor: mat-color($primary, 300);
|
||||||
|
|
||||||
@ -47,6 +48,7 @@
|
|||||||
padding: 10px 5px;
|
padding: 10px 5px;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
background-color: mat-color($primary);
|
background-color: mat-color($primary);
|
||||||
|
color: mat-contrast($primary, default);
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -73,7 +75,7 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
letter-spacing: -0.2px;
|
letter-spacing: -0.2px;
|
||||||
line-height: 1.43;
|
line-height: 1.43;
|
||||||
opacity: 0.54;
|
color: mat-color($foreground, secondary-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
&-comment-message-time {
|
&-comment-message-time {
|
||||||
@ -81,7 +83,7 @@
|
|||||||
width: calc(100% - 10%);
|
width: calc(100% - 10%);
|
||||||
padding: 2px 10px;
|
padding: 2px 10px;
|
||||||
font-size: 12px !important;
|
font-size: 12px !important;
|
||||||
opacity: 0.54;
|
color: mat-color($foreground, secondary-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
&-comment-contents {
|
&-comment-contents {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user