Files
stand/assets/sass/common/_header.scss
2021-01-14 11:26:30 -03:00

20 lines
310 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 {
.segment {
margin: 0 !important;
#logo {
img {
width: 50%;
}
}
}
}
}