Adjust opacity transition.
This commit is contained in:
parent
4e51fce70b
commit
6e9979a6ad
1 changed files with 5 additions and 0 deletions
|
|
@ -200,6 +200,11 @@ export default {
|
||||||
&.show .modal-dialog {
|
&.show .modal-dialog {
|
||||||
transform: translateY(0);
|
transform: translateY(0);
|
||||||
}
|
}
|
||||||
|
@include media-breakpoint-up(md) {
|
||||||
|
&.fade {
|
||||||
|
transition: opacity 0.25s linear;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
.modal-backdrop {
|
.modal-backdrop {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue