fix: minimized modal style
This commit is contained in:
parent
8f92875ffd
commit
95a509b1d2
1 changed files with 7 additions and 7 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue