Merge pull request #83 from samuelthomas2774/fix-modal-backdrop-animation

Fix modal backdrop animation
This commit is contained in:
Alexei Stukov 2018-02-04 16:12:53 +02:00 committed by GitHub
commit 71df600173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,12 @@
opacity: .85;
padding: 20px;
z-index: 9000;
justify-content: center;
animation: bd-backdrop-in 0.22s ease;
&.bd-backdrop-out {
animation: bd-backdrop-out 0.22s ease;
}
}
.bd-modal {