Files
danbooru/app/javascript/src/styles/specific/user_feedback.scss
evazion f4512576a4 css: standardize width of fixed width pages.
Standardize various width-limited pages to 70em width.
2019-09-23 17:56:50 -05:00

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);
}
}