19 lines
296 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|