Files
danbooru/app/assets/stylesheets/specific/user_feedback.scss
evazion df3925ecb4 stylesheets: rename *.css.scss -> *.scss.
Fixes "DEPRECATION WARNING: Extra .css in SCSS file is unnecessary."
2017-02-28 19:01:09 -06:00

18 lines
321 B
SCSS

div#c-user-feedbacks, div#c-moderator-dashboards div#col2 {
.feedback-category-positive {
background: #DDFFDD !important;
}
.feedback-category-negative {
background: #FFDDDD !important;
}
.feedback-category-neutral {
background: #FFFFFF !important;
}
blockquote {
padding: 0.5em;
}
}