29 lines
375 B
SCSS
29 lines
375 B
SCSS
#menu {
|
|
background-color: $azul_institucional;
|
|
position: relative;
|
|
height: 15rem;
|
|
width: 100%;
|
|
text-align: center;
|
|
|
|
nav {
|
|
img {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
}
|
|
|
|
.semi {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 25%;
|
|
width: 50%;
|
|
height: 50%;
|
|
//overflow: hidden;
|
|
|
|
img {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|