2
0
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:
Romain
2021-05-31 19:14:54 +02:00
committed by GeoSot
parent 088ef62982
commit 93f1107ef5
5 changed files with 39 additions and 16 deletions
+4
View File
@@ -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 {