v2.0.4-beta

This commit is contained in:
2021-01-14 11:26:30 -03:00
parent 1ac2789f28
commit 05e12addac
93 changed files with 544 additions and 863 deletions

View File

@ -0,0 +1,17 @@
#menu {
i {
font-size: font-size(24);
}
.right.menu {
.item {
.shopping.cart {
.cantidad {
font-size: font-size(12);
font-family: $font_family;
top: rem(-28);
left: rem(3.2);
}
}
}
}
}