WIP Update modal to drawer.
This commit is contained in:
parent
7f2a56d813
commit
aef6308ac7
1 changed files with 5 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ export default {
|
||||||
.modal {
|
.modal {
|
||||||
top: auto;
|
top: auto;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
height: auto;
|
// height: auto;
|
||||||
h5,
|
h5,
|
||||||
strong,
|
strong,
|
||||||
.subheader-text {
|
.subheader-text {
|
||||||
|
|
@ -82,6 +82,10 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&.modal-dialog-centered {
|
||||||
|
align-items: flex-end;
|
||||||
|
min-height: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.modal-footer {
|
.modal-footer {
|
||||||
border-top: none;
|
border-top: none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue