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

19 lines
296 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 {
2021-01-14 23:35:47 -03:00
cursor: pointer;
2021-01-14 11:26:30 -03:00
.cantidad {
position: relative;
color: $blanco;
}
}
}
}
}