32 lines
412 B
CSS
32 lines
412 B
CSS
/*--------------
|
|
Tela de apresentação de conteudo
|
|
------------------*/
|
|
|
|
|
|
.capitulo_2 {
|
|
width: 96.4vw;
|
|
height: 90vh;
|
|
position: fixed;
|
|
right: 0;
|
|
top: 10vh;
|
|
z-index: -1;
|
|
transition: 1s ease;
|
|
}
|
|
|
|
.transmissão {
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
|
|
transition: 1s ease;
|
|
}
|
|
|
|
|
|
|
|
.Corpo_2 .Colunas_1 .transmissão.expansao {
|
|
|
|
width: 81vw;
|
|
height: 82vh;
|
|
transition: 1s ease;
|
|
|
|
} |