econocart/src/pages/generico_lista/main.scss

17 lines
276 B
SCSS

page-lista {
.text-end{
display: relative;
float: right;
}
.text-muted{
opacity: 0.5;
}
.text-main{
transition: all 200ms ease-in-out;
}
.tickado{
text-decoration: line-through;
opacity: 0.5;
}
}