36 lines
625 B
SCSS
36 lines
625 B
SCSS
|
#header {
|
||
|
background-image: $fondo_cabezal;
|
||
|
background-repeat: no-repeat;
|
||
|
background-color: rgba(0, 0, 0, .4);
|
||
|
background-blend-mode: multiply;
|
||
|
|
||
|
color: $blanco;
|
||
|
|
||
|
.container {
|
||
|
#menu {
|
||
|
background: none !important;
|
||
|
border: none !important;
|
||
|
box-shadow: none !important;
|
||
|
|
||
|
.right.menu {
|
||
|
.item {
|
||
|
.shopping.cart {
|
||
|
.cantidad {
|
||
|
position: relative;
|
||
|
color: $blanco;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.segment {
|
||
|
margin: 0 !important;
|
||
|
#logo {
|
||
|
img {
|
||
|
width: 50%;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|