81 lines
1.5 KiB
CSS
81 lines
1.5 KiB
CSS
.PopPainel.VisualizacaoRelaotirio {
|
|
height: 45vh;
|
|
|
|
top: 15vh;
|
|
left: 40vw;
|
|
|
|
}
|
|
|
|
.PopPainel.VisualizacaoRelaotirio .fecharPainel {
|
|
width: 100%;
|
|
height: 12vh;
|
|
display: flex;
|
|
justify-content: start;
|
|
align-items: center;
|
|
}
|
|
|
|
.PopPainel.VisualizacaoRelaotirio .fecharPainel button {
|
|
background: none;
|
|
border: none;
|
|
outline: none;
|
|
|
|
width: 8vw;
|
|
height: 5vh;
|
|
background-color: #c6c6c6;
|
|
box-shadow: 5px 5px 0px #9a9a9a;
|
|
font-size: 1vw;
|
|
color: var(--Matriz);
|
|
transition: 1s ease;
|
|
|
|
cursor: pointer;
|
|
}
|
|
|
|
.PopPainel.VisualizacaoRelaotirio .fecharPainel button:hover {
|
|
background-color: var(--Cor_Segundaria_5_1);
|
|
box-shadow: -5px 5px 0px var(--Cor_Segundaria_5_2);
|
|
}
|
|
|
|
|
|
.PopPainel.VisualizacaoRelaotirio .Titulo_Relatorio {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.PopPainel.VisualizacaoRelaotirio .Titulo_Relatorio h2 {
|
|
width: 70%;
|
|
height: 8vh;
|
|
padding: 1.2vw;
|
|
background-color: var(--Matriz);
|
|
|
|
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
|
|
font-family: var(--font_titulo);
|
|
font-size: 1.6vw;
|
|
color: var(--Cor_Segundaria_5_1);
|
|
|
|
|
|
}
|
|
|
|
.PopPainel.VisualizacaoRelaotirio .Evento {
|
|
width: 80%;
|
|
height: 30vh;
|
|
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: start;
|
|
align-items: start;
|
|
|
|
|
|
font-family: var(--font_titulo);
|
|
font-size: 1.4vw;
|
|
text-align: center;
|
|
color: var(--Matriz);
|
|
|
|
|
|
} |