Migrate assets to use Webpacker
This commit is contained in:
11
app/javascript/src/styles/specific/post_events.scss
Normal file
11
app/javascript/src/styles/specific/post_events.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
div#c-post-events {
|
||||
#a-index {
|
||||
tr.resolved-true {
|
||||
background: #DDD;
|
||||
}
|
||||
|
||||
tr.resolved-false {
|
||||
background: #FFF;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user