econocart/src/pages/generico_lista/main.scss

17 lines
276 B
SCSS
Raw Normal View History

2017-05-21 19:48:08 +00:00
page-lista {
.text-end{
display: relative;
float: right;
}
.text-muted{
opacity: 0.5;
}
2017-05-28 22:15:08 +00:00
.text-main{
transition: all 200ms ease-in-out;
}
.tickado{
text-decoration: line-through;
opacity: 0.5;
}
2017-05-24 03:32:32 +00:00
}