2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00
This commit is contained in:
Mark Otto
2022-05-25 20:54:46 -07:00
parent 0c5cc1bc28
commit 2e9d25ab04
2 changed files with 16 additions and 0 deletions
+12
View File
@@ -5,6 +5,18 @@
// .modal-dialog - positioning shell for the actual modal
// .modal-content - actual modal w/ bg and corners and stuff
// scss-docs-start modal-sass-deps
// @import "variables";
// @import "maps";
// @import "mixins";
// @import "utilities";
// @import "root";
// @import "reboot";
// @import "type";
// @import "transitions";
// @import "close";
// @import "modal";
// scss-docs-end modal-sass-deps
// Container that the modal scrolls within
.modal {
@@ -768,6 +768,10 @@ Another override is the option to pop up a modal that covers the user viewport,
## CSS
### Dependencies
{{< scss-docs name="modal-sass-deps" file="scss/_modal.scss" >}}
### Variables
{{< added-in "5.2.0" >}}