Files
stand/assets/sass/common/_nav.scss

18 lines
271 B
SCSS
Raw Normal View History

2021-01-14 11:26:30 -03:00
#menu {
z-index: 100;
background: none !important;
border: none !important;
box-shadow: none !important;
.right.menu {
.item {
.shopping.cart {
.cantidad {
position: relative;
color: $blanco;
}
}
}
}
}