assets/styles/components/_modal.scss
.modal.is-active {
@apply z-[998];
}
.modal-background {
position: fixed !important;
background-color: rgba(0, 0, 0, 0.5);
}
.modal {
.modal-close {
background-color: rgba(255, 255, 255, 0.2);
}
.modal-content {
@include ktheme() {
box-shadow: theme('primary-shadow');
border: 1px solid theme('border-color');
}
}
}