mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Move offcanvas-backdrop css in offcanvas.scss
This commit is contained in:
@@ -98,10 +98,6 @@
|
|||||||
&.show { opacity: $modal-backdrop-opacity; }
|
&.show { opacity: $modal-backdrop-opacity; }
|
||||||
}
|
}
|
||||||
|
|
||||||
.offcanvas-backdrop {
|
|
||||||
@extend .modal-backdrop;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Modal header
|
// Modal header
|
||||||
// Top section of the modal w/ title and dismiss
|
// Top section of the modal w/ title and dismiss
|
||||||
.modal-header {
|
.modal-header {
|
||||||
|
|||||||
@@ -14,6 +14,10 @@
|
|||||||
@include transition(transform $offcanvas-transition-duration ease-in-out);
|
@include transition(transform $offcanvas-transition-duration ease-in-out);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.offcanvas-backdrop {
|
||||||
|
@extend .modal-backdrop;
|
||||||
|
}
|
||||||
|
|
||||||
.offcanvas-header {
|
.offcanvas-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user