v2.1.0-alpha

This commit is contained in:
2021-01-14 11:50:51 -03:00
parent 05e12addac
commit 0320b990c6
9 changed files with 338 additions and 1327 deletions

View File

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