Migrate assets to use Webpacker
This commit is contained in:
25
app/javascript/src/styles/specific/wiki_page_versions.scss
Normal file
25
app/javascript/src/styles/specific/wiki_page_versions.scss
Normal file
@@ -0,0 +1,25 @@
|
||||
div#c-wiki-page-versions {
|
||||
#a-diff {
|
||||
del {
|
||||
background: #FCC;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
ins {
|
||||
background: #CFC;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
#a-index {
|
||||
table {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
#a-show {
|
||||
span.version {
|
||||
color: #AAA;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user