CASH-1416: add further tweak to css for media queries
This commit is contained in:
parent
1153d4c722
commit
824b4cfa55
1 changed files with 5 additions and 1 deletions
|
|
@ -260,6 +260,10 @@ export default {
|
|||
}
|
||||
}
|
||||
.global-alert-wrapper .alert {
|
||||
margin: 0 0 1.5rem;
|
||||
margin: 1rem 0 1.5rem;
|
||||
|
||||
@include media-breakpoint-up(md) {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue