Removed .css from .css.scss from files which were causing deprecation warning

This commit is contained in:
Naman Gupta 2018-01-11 18:07:37 +05:30 committed by James Mason
parent 0ee0da1898
commit 8e91f51940
11 changed files with 3 additions and 3 deletions

View file

@ -0,0 +1,19 @@
/* Styling for voting on proposals*/
.myrating.bright { background-image: image-url("star-bright.png"); }
.myrating.glow { background-image: image-url("star-glow.png"); }
.othersrating.bright { background-image: image-url("star-bright.png"); }
.avgrating.bright { background-image: image-url("star-bright.png"); }
.avgrating {
background: image-url("star.png") 0 0;
margin-right: -2px;
width: 24px;
height: 24px;
display: inline-block;
}
.myrating, .othersrating {
background: image-url("star.png") 0 0;
width: 24px;
height: 24px;
float: left;
}