10 lines
231 B
SCSS
10 lines
231 B
SCSS
div#c-user-feedbacks, div#c-moderator-dashboards div#col2 {
|
|
.feedback-category-positive {
|
|
background: var(--success-background-color);
|
|
}
|
|
|
|
.feedback-category-negative {
|
|
background: var(--error-background-color);
|
|
}
|
|
}
|