Merge pull request #2780 from Safelite/feature/bugfix/CASH-1416
Feature/bugfix/cash 1416
This commit is contained in:
commit
fdc5b93c10
1 changed files with 5 additions and 1 deletions
|
|
@ -260,6 +260,10 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.global-alert-wrapper .alert {
|
.global-alert-wrapper .alert {
|
||||||
margin: 0 0 1.5rem;
|
margin: 1rem 0 1.5rem;
|
||||||
|
|
||||||
|
@include media-breakpoint-up(md) {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue