Files
stand/assets/sass/common/_testimonios.scss

14 lines
166 B
SCSS
Raw Normal View History

2021-01-13 14:17:30 -03:00
#testimonios {
.testimonios {
.ui.card {
background-color: $gris;
.rating {
.icon {
2021-01-31 17:38:55 -03:00
color: yellow;
2021-01-13 14:17:30 -03:00
}
}
}
}
}