AutorÃa | Ultima modificación | Ver Log |
.modal-content {
background-color: $bg-color !important;
color: $font-color !important;
border: 0px;
textarea,
input,
select {
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
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: #fff;
}
.job_descp img,
.job_descp video {
object-fit: contain;
height: auto;
max-height: 600px;
}
}
.modal-header {
position: relative;
border-bottom: none;
h3 {
font-size: 18px;
}
.close {
z-index: 100;
border: none;
top: 1rem;
right: 1rem;
}
}
.modal-footer {
justify-content: flex-start;
border-top: none;
button {
background-color: $button-bg;
color: $button-text-color;
border: none;
font-size: 15px;
font-weight: 500;
padding: 10px;
border-radius: $border-radius;
&:hover,
&:active {
background-color: $button-bg-hover;
}
&:nth-child(2) {
color: $button-text-color-secondary !important;
background-color: $button-bg-secondary;
border: 1px solid $border-gray-primary;
&:hover {
background-color: $button-bg-secondary-hover;
}
}
&.save {
color: $button-text-color-secondary;
background-color: $button-bg-secondary;
&:hover {
background-color: $button-bg-secondary-hover;
}
}
}
}