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