Migrate assets to use Webpacker
This commit is contained in:
17
app/javascript/src/styles/specific/user_feedback.scss
Normal file
17
app/javascript/src/styles/specific/user_feedback.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user