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

15 lines
285 B
CSS

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