fix: minimized modal style

This commit is contained in:
prssanna 2020-12-09 14:44:33 +05:30
parent 8f92875ffd
commit 95a509b1d2

View file

@ -114,7 +114,7 @@ h5.modal-title {
right: 15px;
bottom: 0;
margin: 0;
max-width: 400px !important;
min-width: 400px;
.modal-header {
padding-top: var(--padding-sm);
padding-bottom: var(--padding-xs);
@ -126,17 +126,17 @@ h5.modal-title {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
@include media-breakpoint-down(sm) {
right: 0;
width: 100%;
min-width: 100%;
}
}
.modal-body, .modal-footer {
display: none;
}
@include media-breakpoint-down(sm) {
.modal-actions {
display: none;
}
}
}
/* msgprint dialog */