14 lines
166 B
SCSS
14 lines
166 B
SCSS
#testimonios {
|
|
.testimonios {
|
|
.ui.card {
|
|
background-color: $gris;
|
|
|
|
.rating {
|
|
.icon {
|
|
color: yellow;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|