mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Variabilize backdrop class name (#34094)
This commit is contained in:
@@ -98,6 +98,10 @@
|
||||
&.show { opacity: $modal-backdrop-opacity; }
|
||||
}
|
||||
|
||||
.offcanvas-backdrop {
|
||||
@extend .modal-backdrop;
|
||||
}
|
||||
|
||||
// Modal header
|
||||
// Top section of the modal w/ title and dismiss
|
||||
.modal-header {
|
||||
|
||||
Reference in New Issue
Block a user