Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c49fbc1

Browse files
authored
Update Rating.scss
1 parent ac6967b commit c49fbc1

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

src/components/Rating/Rating.scss

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,32 @@
11

2+
@import '../../scss/global/variables';
3+
@import '../../scss/global/mixins';
4+
5+
.rating {
6+
color: $slate-20;
7+
font-size: 28px;
8+
padding: 0;
9+
10+
span {
11+
margin: 0 $scaledown-7;
12+
13+
&:hover {
14+
cursor: pointer;
15+
}
16+
}
17+
18+
.is-filled {
19+
color: $mango;
20+
}
21+
}
22+
23+
.rate-this-doc {
24+
background: $slate-02;
25+
display: inline-block;
26+
margin: $scale-0 0;
27+
padding: $scaledown-3 $scaleup-3;
28+
29+
&__success {
30+
@include colfax(600);
31+
}
32+
}

0 commit comments

Comments
 (0)