Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49fbc1 commit eb372c1Copy full SHA for eb372c1
src/components/Rating/Rating.scss
@@ -3,30 +3,30 @@
3
@import '../../scss/global/mixins';
4
5
.rating {
6
- color: $slate-20;
+ color: #9e9e9e;
7
font-size: 28px;
8
padding: 0;
9
10
span {
11
- margin: 0 $scaledown-7;
+ margin: 0 0.197rem;
12
13
&:hover {
14
cursor: pointer;
15
}
16
17
18
.is-filled {
19
- color: $mango;
+ color: #2D8EF4;
20
21
22
23
.rate-this-doc {
24
- background: $slate-02;
+ background: #fbfbfc;
25
display: inline-block;
26
- margin: $scale-0 0;
27
- padding: $scaledown-3 $scaleup-3;
+ margin: 1rem 0;
+ padding: 0.556rem 1.875rem;
28
29
&__success {
30
- @include colfax(600);
+ @include effra(600);
31
32
0 commit comments