Files
stand/assets/sass/common/_testimonios.scss
2021-01-31 17:38:55 -03:00

14 lines
166 B
SCSS

#testimonios {
.testimonios {
.ui.card {
background-color: $gris;
.rating {
.icon {
color: yellow;
}
}
}
}
}