Migrate assets to use Webpacker
This commit is contained in:
46
app/javascript/src/styles/specific/artists.scss
Normal file
46
app/javascript/src/styles/specific/artists.scss
Normal file
@@ -0,0 +1,46 @@
|
||||
@import "../common/000_vars.scss";
|
||||
|
||||
div#c-artists, div#excerpt {
|
||||
span.new-artist {
|
||||
font-weight: bold;
|
||||
color: #A00;
|
||||
}
|
||||
|
||||
div#a-banned {
|
||||
}
|
||||
|
||||
ul ul {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
div#a-show {
|
||||
p.legend {
|
||||
margin-bottom: 2em;
|
||||
font-size: 0.8em;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
|
||||
div#a-edit, div#a-new {
|
||||
textarea {
|
||||
height: 10em;
|
||||
|
||||
&#artist_other_names_comma {
|
||||
height: 3em;
|
||||
}
|
||||
}
|
||||
|
||||
.hint {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
div.recent-posts {
|
||||
margin-top: 1em;
|
||||
|
||||
h1 {
|
||||
font-size: $h2_size;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user