testes/Css/page/Ambiente/Config/Ambientes/Painel/Painelpopup.css

18 lines
334 B
CSS

.PopPainel {
background-color: var(--Cor_Segundaria_3_1);
box-shadow: 5px 5px 0px 0px var(--Cor_Segundaria_3_2);
width: 40vw;
height: 60vh;
padding: 2vw;
position: absolute;
top: 10vh;
left: 40vw;
display: none;
flex-direction: column;
align-items: center;
justify-content: start;
}