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