Merge pull request #2742 from Safelite/CASH-1043-modal-position

CASH-1043 adjust modal position.
This commit is contained in:
bmauger 2025-08-07 16:54:11 -04:00 committed by GitHub
commit 88a129f07c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -933,11 +933,10 @@ export default {
.modal-dialog {
max-width: 767px;
margin: 0 0.5rem;
top: 30px;
top: 0;
@include media-breakpoint-up(md) {
width: 50%;
max-width: 600px;
top: 50px;
right: 0;
left: 0;
transform: none;
@ -945,10 +944,10 @@ export default {
}
.modal-content {
border-radius: 0.5rem;
margin: 0.5rem 0 0 0;
@include media-breakpoint-up(md) {
box-shadow: none;
border-radius: 0;
margin: auto;
height: auto;
border-radius: 0.5rem;
}