Files
stand/assets/sass/common/_nav.scss
2021-01-14 23:35:47 -03:00

19 lines
296 B
SCSS

#menu {
z-index: 100;
background: none !important;
border: none !important;
box-shadow: none !important;
.right.menu {
.item {
.shopping.cart {
cursor: pointer;
.cantidad {
position: relative;
color: $blanco;
}
}
}
}
}