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

Skip to content

Commit eb372c1

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

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/components/Rating/Rating.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,30 @@
33
@import '../../scss/global/mixins';
44

55
.rating {
6-
color: $slate-20;
6+
color: #9e9e9e;
77
font-size: 28px;
88
padding: 0;
99

1010
span {
11-
margin: 0 $scaledown-7;
11+
margin: 0 0.197rem;
1212

1313
&:hover {
1414
cursor: pointer;
1515
}
1616
}
1717

1818
.is-filled {
19-
color: $mango;
19+
color: #2D8EF4;
2020
}
2121
}
2222

2323
.rate-this-doc {
24-
background: $slate-02;
24+
background: #fbfbfc;
2525
display: inline-block;
26-
margin: $scale-0 0;
27-
padding: $scaledown-3 $scaleup-3;
26+
margin: 1rem 0;
27+
padding: 0.556rem 1.875rem;
2828

2929
&__success {
30-
@include colfax(600);
30+
@include effra(600);
3131
}
3232
}

0 commit comments

Comments
 (0)