27 lines
398 B
CSS
27 lines
398 B
CSS
.corpo_controler {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.seguimento_1,
|
|
.seguimento_2 {
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 50%;
|
|
gap: 2vw;
|
|
}
|
|
|
|
.dashbord_user_1 {
|
|
width: 18vw;
|
|
height: 20vh;
|
|
background-color: var(--Matriz);
|
|
}
|
|
|
|
.dashbord_user_2,
|
|
.dashbord_user_3 {
|
|
width: 20vw;
|
|
height: 8vh;
|
|
background-color: var(--Matriz);
|
|
} |