2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Move offcanvas-backdrop css in offcanvas.scss

This commit is contained in:
Romain
2021-05-31 19:22:10 +02:00
committed by GeoSot
parent 93f1107ef5
commit 1eb2ffa0db
2 changed files with 4 additions and 4 deletions
-4
View File
@@ -98,10 +98,6 @@
&.show { opacity: $modal-backdrop-opacity; }
}
.offcanvas-backdrop {
@extend .modal-backdrop;
}
// Modal header
// Top section of the modal w/ title and dismiss
.modal-header {
+4
View File
@@ -14,6 +14,10 @@
@include transition(transform $offcanvas-transition-duration ease-in-out);
}
.offcanvas-backdrop {
@extend .modal-backdrop;
}
.offcanvas-header {
display: flex;
align-items: center;