[ACA-2523] Change comment colors (#5617)

This commit is contained in:
Baptiste Mahé 2020-04-16 15:40:52 +02:00 committed by GitHub
parent 0a9fb69498
commit b4399059dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
@mixin adf-task-list-comment-list-theme($theme) {
$primary: map-get($theme, primary);
$foreground: map-get($theme, foreground);
$primaryColor: mat-color($primary, 100);
$rippleColor: mat-color($primary, 300);
@ -47,6 +48,7 @@
padding: 10px 5px;
width: 30px;
background-color: mat-color($primary);
color: mat-contrast($primary, default);
border-radius: 50%;
font-size: 16px;
text-align: center;
@ -73,7 +75,7 @@
font-size: 14px;
letter-spacing: -0.2px;
line-height: 1.43;
opacity: 0.54;
color: mat-color($foreground, secondary-text);
}
&-comment-message-time {
@ -81,7 +83,7 @@
width: calc(100% - 10%);
padding: 2px 10px;
font-size: 12px !important;
opacity: 0.54;
color: mat-color($foreground, secondary-text);
}
&-comment-contents {