Rev 5151 | Ir a la última revisión | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |
.modal-md {
max-width: 55vw;
}
.modal-content {
background-color: $bg-color !important;
color: $font-color !important;
}
.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;
border: none;
border-radius: $button-text-color;
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;
}
}
}
}