56 lines
1.2 KiB
CSS
56 lines
1.2 KiB
CSS
.bloco_ambiente .seguimento_1 .capitulo_1 .painel_Cap {
|
|
width: 90%;
|
|
height: 74vh;
|
|
padding: 2vw;
|
|
|
|
background-color: var(--Cor_Segundaria_5_1);
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: start;
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.bloco_ambiente .seguimento_1 .capitulo_1 .painel_Cap .coluna_1 {
|
|
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.bloco_ambiente .seguimento_1 .capitulo_1 .painel_Cap .coluna_1 .insercao_ambiente button {
|
|
width: 14vw;
|
|
height: 6vh;
|
|
}
|
|
|
|
.bloco_ambiente .seguimento_1 .capitulo_1 .painel_Cap .coluna_1 .pesquisa {
|
|
width: 60%;
|
|
height: 8vh;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.bloco_ambiente .seguimento_1 .capitulo_1 .painel_Cap .coluna_1 .pesquisa input {
|
|
background: none;
|
|
outline: none;
|
|
border: none;
|
|
|
|
width: 15vw;
|
|
height: 4vh;
|
|
|
|
background-color: var(--Matriz);
|
|
border: 0.4vw solid var(--Cor_Segundaria_2_1);
|
|
box-shadow: 4px 4px 0px 0px var(--Cor_Segundaria_2_2);
|
|
|
|
padding-left: 1vw;
|
|
padding-right: 1vw;
|
|
|
|
font-size: 0.8vw;
|
|
font-family: var(--font_titulo);
|
|
color: var(--Cor_Segundaria_2_1);
|
|
|
|
} |