mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
16 lines
297 B
SCSS
16 lines
297 B
SCSS
/* Styling for voting on proposals*/
|
|
.rating {
|
|
background: image-url("star.png") 0 0;
|
|
width: 24px;
|
|
height: 24px;
|
|
display: inline-block;
|
|
float: left;
|
|
|
|
&.bright {
|
|
background-image: image-url("star-bright.png");
|
|
}
|
|
|
|
&.glow {
|
|
background-image: image-url("star-glow.png");
|
|
}
|
|
}
|