.modal-content { | |
.modal-header { | |
border-top: 3px solid $blue; | |
.modal-title { | |
@extend .heading-2; | |
} | |
} | |
.modal-body{ | |
padding: 0; | |
.validation-form-content { | |
padding: 50px; | |
overflow-y: auto; | |
max-height: 490px; | |
} | |
} | |
.modal-footer { | |
padding: 15px; | |
border-top: 0; | |
background-color: $tlv-gray; | |
} | |
} |