14 lines
333 B
CSS
14 lines
333 B
CSS
.bloco_ambiente .coluna_2 .opicaoAmbie button {
|
|
outline: none;
|
|
background: none;
|
|
border: none;
|
|
|
|
width: 20vw;
|
|
height: 6vh;
|
|
background-color: var(--Cor_Segundaria_2_1);
|
|
box-shadow: 5px 5px 0px var(--Cor_Segundaria_2_2);
|
|
|
|
font-family: var(--font_titulo);
|
|
color: var(--Matriz);
|
|
font-size: 1.2vw;
|
|
} |