fix: Minimized modal shadow to make it more visible
This commit is contained in:
parent
c4c79ab8f6
commit
2cdd686cdd
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue