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 --- .../docs/5.2/examples/navbars-offcanvas/index.html | 147 --------------------- .../docs/5.2/examples/navbars-offcanvas/navbar.css | 7 - 2 files changed, 154 deletions(-) delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/navbars-offcanvas/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/navbars-offcanvas/navbar.css (limited to 'vendor/twbs/bootstrap/site/content/docs/5.2/examples/navbars-offcanvas') diff --git a/vendor/twbs/bootstrap/site/content/docs/5.2/examples/navbars-offcanvas/index.html b/vendor/twbs/bootstrap/site/content/docs/5.2/examples/navbars-offcanvas/index.html deleted file mode 100644 index 9099dc93a..000000000 --- a/vendor/twbs/bootstrap/site/content/docs/5.2/examples/navbars-offcanvas/index.html +++ /dev/null @@ -1,147 +0,0 @@ ---- -layout: examples -title: Navbar Template -extra_css: - - "navbar.css" ---- - -
- - - - - - -
-
-
-

Navbar with offcanvas examples

-

This example shows how responsive offcanvas menus work within the navbar. For positioning of navbars, checkout the }}">top and }}">fixed top examples.

-

From the top down, you'll see a dark navbar, light navbar and a responsive navbar—each with offcanvases built in. Resize your browser window to the large breakpoint to see the toggle for the offcanvas.

-

- }}" role="button">Learn more about offcanvas navbars » -

-
-
-
-
diff --git a/vendor/twbs/bootstrap/site/content/docs/5.2/examples/navbars-offcanvas/navbar.css b/vendor/twbs/bootstrap/site/content/docs/5.2/examples/navbars-offcanvas/navbar.css deleted file mode 100644 index 70d209409..000000000 --- a/vendor/twbs/bootstrap/site/content/docs/5.2/examples/navbars-offcanvas/navbar.css +++ /dev/null @@ -1,7 +0,0 @@ -body { - padding-bottom: 20px; -} - -.navbar { - margin-bottom: 20px; -} -- cgit v1.2.3