Fix modal backdrop animation

This commit is contained in:
Samuel Elliott 2018-02-04 14:04:17 +00:00
parent 3edceebd89
commit ace7bab65e
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
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 {