Migrate assets to use Webpacker
This commit is contained in:
13
app/javascript/src/styles/specific/post_flags.scss
Normal file
13
app/javascript/src/styles/specific/post_flags.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
div#c-post-flags {
|
||||
li {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
tr.resolved-true {
|
||||
background: #DDD !important;
|
||||
}
|
||||
|
||||
tr.resolved-false {
|
||||
background: #FFF !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user