Rev 2087 | AutorÃa | Ultima modificación | Ver Log |
@import '../../../styles/variables.scss';
.modal-content {
position: relative;
textarea,
select {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: $bg-color;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
select {
height: 40px;
padding-left: 15px;
margin-bottom: 0;
background-color: $bg-color;
}
img,
video {
object-fit: contain;
height: auto;
max-height: 600px;
max-width: 100%;
}
}
.modal-header {
position: relative;
border-bottom: none;
padding-bottom: 0;
}
.modal-footer {
justify-content: flex-start;
border-top: none;
padding-top: 0;
}