CASH-1043 adjust modal position.
This commit is contained in:
parent
a6cc80e88e
commit
2b59f66d8d
1 changed files with 2 additions and 3 deletions
|
|
@ -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: .5rem 0 0 0;
|
||||
@include media-breakpoint-up(md) {
|
||||
box-shadow: none;
|
||||
border-radius: 0;
|
||||
margin: auto;
|
||||
height: auto;
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue