Ir a la última revisión | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |
@use '../../../../css/shared/variables.scss';
.fileModal {
background-color: black;
position: absolute;
top: 0;
bottom: 0;
height: 100%;
width: 100%;
z-index: 99999;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.buttonsContainer {
margin-top: 1rem;
}
.button {
padding: 1rem;
background-color: variables.$primary-lightblue;
color: white;
border-radius: 5px;
& + & {
margin-left: 1rem;
}
}
.file {
width: 90vw;
height: 60vh;
object-fit: contain;
}