94 lines
1.5 KiB
CSS
94 lines
1.5 KiB
CSS
.menu {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: end;
|
|
align-content: end;
|
|
align-items: end;
|
|
}
|
|
|
|
.cabecario_1 {
|
|
width: 95%;
|
|
height: 10vh;
|
|
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-content: center;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
transition: 1s ease;
|
|
|
|
|
|
}
|
|
|
|
.cabecario_1.expansao {
|
|
width: 83.5%;
|
|
transition: 1s ease;
|
|
|
|
}
|
|
|
|
.Bloco_subcab1_1 .icon_subcab1_1 {
|
|
width: 15vw;
|
|
}
|
|
|
|
.Bloco_subcab1_2 {
|
|
|
|
display: flex;
|
|
flex-direction: row;
|
|
padding-right: 2vw;
|
|
align-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.Bloco_subcab1_2 button {
|
|
width: 10vw;
|
|
height: 5vh;
|
|
font-family: var(--font_titulo);
|
|
font-size: 1vw;
|
|
|
|
outline: none;
|
|
border: none;
|
|
background: none;
|
|
|
|
background-color: var(--fundo_1);
|
|
color: var(--variante_font_1);
|
|
transition: 1s ease;
|
|
}
|
|
|
|
.Bloco_subcab1_2 button:hover {
|
|
|
|
background-color: var(--fundo_3);
|
|
color: var(--variante_font_3);
|
|
transition: 1s ease;
|
|
}
|
|
|
|
|
|
.cabecario_2 {
|
|
width: 73%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-content: center;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
background-color: var(--fundo_2);
|
|
height: 10vh;
|
|
}
|
|
|
|
.Bloco_subcab2_1 {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
align-content: center;
|
|
justify-content: space-around;
|
|
width: 8vw;
|
|
}
|
|
|
|
.Bloco_subcab2_1 .icon_subcab1_1 {
|
|
width: 3vw;
|
|
}
|
|
|
|
|
|
|
|
.Bloco_subcab2_2 .icon_subcab2_1 {
|
|
width: 2.5vw;
|
|
} |