stylesheets: rename *.css.scss -> *.scss.

Fixes "DEPRECATION WARNING: Extra .css in SCSS file is unnecessary."
This commit is contained in:
evazion
2017-02-28 18:18:13 -06:00
parent 7f22baa1bc
commit df3925ecb4
56 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
@import "../common/000_vars.css.scss";
div#c-artists, div#excerpt {
span.new-artist {
font-weight: bold;
color: #A00;
}
div#a-banned {
}
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;
}
}
}