blob: 5b10dee0eefdafb90ac01fe11b0645c6961b6afa [file] [log] [blame]
.notification-modal {
.modal-content {
.modal-header {
padding: 15px 10px 10px;
.modal-title {
@extend .heading-5-semibold;
}
}
.modal-body {
padding: 30px 15px;
@extend .body-1-semibold;
}
}
&.danger {
.modal-content .modal-header {
border-top: 3px solid $red;
}
}
&.negative {
.modal-content .modal-header {
border-top: 3px solid $red;
}
}
&.warning {
.modal-content .modal-header {
border-top: 3px solid $yellow;
}
}
}