fix: Minimized modal shadow to make it more visible

This commit is contained in:
Suraj Shetty 2021-02-09 16:09:22 +05:30
parent c4c79ab8f6
commit 2cdd686cdd

View file

@ -130,6 +130,7 @@ body.modal-open {
border-radius: var(--border-radius-md);
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
box-shadow: -10px 10p rgba(0, 0, 0, 0.100661);
}
@include media-breakpoint-down(sm) {
@ -206,4 +207,4 @@ body.modal-open {
.avatar {
margin-right: var(--margin-md);
}
}
}