18 lines
271 B
SCSS
18 lines
271 B
SCSS
|
#menu {
|
||
|
z-index: 100;
|
||
|
background: none !important;
|
||
|
border: none !important;
|
||
|
box-shadow: none !important;
|
||
|
|
||
|
.right.menu {
|
||
|
.item {
|
||
|
.shopping.cart {
|
||
|
.cantidad {
|
||
|
position: relative;
|
||
|
color: $blanco;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|