Merge pull request #2810 from Safelite/feature/CASH-1403
CASH-1403: Parity - increase height for error messages
This commit is contained in:
commit
014692faec
1 changed files with 4 additions and 1 deletions
|
|
@ -921,7 +921,10 @@ export default {
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
|
|
||||||
@include media-breakpoint-down(lg) {
|
@include media-breakpoint-down(lg) {
|
||||||
min-height: 1688px;
|
min-height: 1750px;
|
||||||
|
}
|
||||||
|
@include media-breakpoint-down(md) {
|
||||||
|
min-height: 1890px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#pageLoadingModal {
|
#pageLoadingModal {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue