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 {
|
.modal-dialog {
|
||||||
max-width: 767px;
|
max-width: 767px;
|
||||||
margin: 0 0.5rem;
|
margin: 0 0.5rem;
|
||||||
top: 30px;
|
top: 0;
|
||||||
@include media-breakpoint-up(md) {
|
@include media-breakpoint-up(md) {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
top: 50px;
|
|
||||||
right: 0;
|
right: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
transform: none;
|
transform: none;
|
||||||
|
|
@ -945,10 +944,10 @@ export default {
|
||||||
}
|
}
|
||||||
.modal-content {
|
.modal-content {
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
|
margin: .5rem 0 0 0;
|
||||||
@include media-breakpoint-up(md) {
|
@include media-breakpoint-up(md) {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
margin: auto;
|
|
||||||
height: auto;
|
height: auto;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue