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,52 @@
@import "../common/000_vars.css.scss";
div#c-moderator-post-queues {
div.post {
margin-bottom: 4em;
overflow: hidden;
&.post-pos-score {
background: rgb(230, 255, 230);
}
&.post-has-dup {
background: rgb(255, 255, 100);
}
&.post-neg-score {
background: rgb(255, 230, 230);
}
aside {
float: left;
width: 220px;
text-align: right;
padding-right: 20px;
}
section {
float: left;
width: 800px;
}
&[data-tags~=animated], &[data-file-ext=swf], &[data-file-ext=webm], &[data-file-ext=zip], &[data-file-ext=mp4] {
aside:before {
@include animated-icon;
}
}
&[data-has-sound=true] {
aside:before {
@include sound-icon;
}
}
}
div#moderation-guideline {
width: 900px;
h1 {
font-size: $h2_size;
}
}
}