Rev 4210 | AutorÃa | Ultima modificación | Ver Log |
.file-modal {
background: $bg-color;
box-shadow: $shadow;
border-radius: $border-radius;
display: flex;
flex-direction: column;
gap: 0.5rem;
padding: 1rem;
width: 80vmin;
overflow: scroll;
position: absolute;
bottom: 100%;
left: 50%;
transform: translateX(-50%);
z-index: 10000;
.buttons-container {
display: flex;
gap: 1rem;
}
.file {
width: 100%;
height: 100%;
max-height: 320px;
object-fit: contain;
}
}