From 9dc949b62c6b5e3c8872211f71b11714d9d22b22 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 20 Jan 2023 11:05:15 +0000 Subject: native dark theme initial checkin --- .../content/docs/5.2/examples/modals/index.html | 173 --------------------- .../content/docs/5.2/examples/modals/modals.css | 15 -- 2 files changed, 188 deletions(-) delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/modals/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/modals/modals.css (limited to 'vendor/twbs/bootstrap/site/content/docs/5.2/examples/modals') diff --git a/vendor/twbs/bootstrap/site/content/docs/5.2/examples/modals/index.html b/vendor/twbs/bootstrap/site/content/docs/5.2/examples/modals/index.html deleted file mode 100644 index a68bd419e..000000000 --- a/vendor/twbs/bootstrap/site/content/docs/5.2/examples/modals/index.html +++ /dev/null @@ -1,173 +0,0 @@ ---- -layout: examples -title: Modals -extra_css: - - "modals.css" -body_class: "" ---- - - - - Bootstrap - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - -
- - - -
- - - -
diff --git a/vendor/twbs/bootstrap/site/content/docs/5.2/examples/modals/modals.css b/vendor/twbs/bootstrap/site/content/docs/5.2/examples/modals/modals.css deleted file mode 100644 index 51ad2c4fb..000000000 --- a/vendor/twbs/bootstrap/site/content/docs/5.2/examples/modals/modals.css +++ /dev/null @@ -1,15 +0,0 @@ -.modal-sheet .modal-dialog { - width: 380px; - transition: bottom .75s ease-in-out; -} -.modal-sheet .modal-footer { - padding-bottom: 2rem; -} - -.modal-alert .modal-dialog { - width: 380px; -} - -.modal-tour .modal-dialog { - width: 380px; -} -- cgit v1.2.3