11 lines
223 B
SCSS
11 lines
223 B
SCSS
/* raty-js */
|
|
|
|
/* ******************************************************************************* */
|
|
|
|
@import "../../scss/_bootstrap-extended/include";
|
|
@import "raty-js/src/raty";
|
|
|
|
.raty img {
|
|
@include icon-base(2rem);
|
|
}
|