From 89e4006b2d84d398e34d407a019854823b1dd37d Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 22 Sep 2021 06:38:27 +0000 Subject: composer update bootstrap to version 5.1.1 --- .../site/content/docs/5.1/helpers/position.md | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/helpers/position.md (limited to 'vendor/twbs/bootstrap/site/content/docs/5.1/helpers/position.md') diff --git a/vendor/twbs/bootstrap/site/content/docs/5.1/helpers/position.md b/vendor/twbs/bootstrap/site/content/docs/5.1/helpers/position.md new file mode 100644 index 000000000..d54c1c795 --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/5.1/helpers/position.md @@ -0,0 +1,42 @@ +--- +layout: docs +title: Position +description: Use these helpers for quickly configuring the position of an element. +group: helpers +toc: true +--- + +## Fixed top + +Position an element at the top of the viewport, from edge to edge. Be sure you understand the ramifications of fixed position in your project; you may need to add additional CSS. + +```html +
...
+``` + +## Fixed bottom + +Position an element at the bottom of the viewport, from edge to edge. Be sure you understand the ramifications of fixed position in your project; you may need to add additional CSS. + +```html +
...
+``` + +## Sticky top + +Position an element at the top of the viewport, from edge to edge, but only after you scroll past it. The `.sticky-top` utility uses CSS's `position: sticky`, which isn't fully supported in all browsers. + +```html +
...
+``` + +## Responsive sticky top + +Responsive variations also exist for `.sticky-top` utility. + +```html +
Stick to the top on viewports sized SM (small) or wider
+
Stick to the top on viewports sized MD (medium) or wider
+
Stick to the top on viewports sized LG (large) or wider
+
Stick to the top on viewports sized XL (extra-large) or wider
+``` -- cgit v1.2.3 From a451449766d581978068a5b8f8c1e27f50386ea7 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 23 Sep 2021 08:33:36 +0000 Subject: Revert "composer update bootstrap to version 5.1.1" This reverts commit 89e4006b2d84d398e34d407a019854823b1dd37d. --- .../site/content/docs/5.1/helpers/position.md | 42 ---------------------- 1 file changed, 42 deletions(-) delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/helpers/position.md (limited to 'vendor/twbs/bootstrap/site/content/docs/5.1/helpers/position.md') diff --git a/vendor/twbs/bootstrap/site/content/docs/5.1/helpers/position.md b/vendor/twbs/bootstrap/site/content/docs/5.1/helpers/position.md deleted file mode 100644 index d54c1c795..000000000 --- a/vendor/twbs/bootstrap/site/content/docs/5.1/helpers/position.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -layout: docs -title: Position -description: Use these helpers for quickly configuring the position of an element. -group: helpers -toc: true ---- - -## Fixed top - -Position an element at the top of the viewport, from edge to edge. Be sure you understand the ramifications of fixed position in your project; you may need to add additional CSS. - -```html -
...
-``` - -## Fixed bottom - -Position an element at the bottom of the viewport, from edge to edge. Be sure you understand the ramifications of fixed position in your project; you may need to add additional CSS. - -```html -
...
-``` - -## Sticky top - -Position an element at the top of the viewport, from edge to edge, but only after you scroll past it. The `.sticky-top` utility uses CSS's `position: sticky`, which isn't fully supported in all browsers. - -```html -
...
-``` - -## Responsive sticky top - -Responsive variations also exist for `.sticky-top` utility. - -```html -
Stick to the top on viewports sized SM (small) or wider
-
Stick to the top on viewports sized MD (medium) or wider
-
Stick to the top on viewports sized LG (large) or wider
-
Stick to the top on viewports sized XL (extra-large) or wider
-``` -- cgit v1.2.3 From e6dac085cb1d601da1fc63bfd59d811612fa6ef4 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 8 Oct 2021 12:24:19 +0000 Subject: update composer libs --- .../site/content/docs/5.1/helpers/position.md | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/helpers/position.md (limited to 'vendor/twbs/bootstrap/site/content/docs/5.1/helpers/position.md') diff --git a/vendor/twbs/bootstrap/site/content/docs/5.1/helpers/position.md b/vendor/twbs/bootstrap/site/content/docs/5.1/helpers/position.md new file mode 100644 index 000000000..d54c1c795 --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/5.1/helpers/position.md @@ -0,0 +1,42 @@ +--- +layout: docs +title: Position +description: Use these helpers for quickly configuring the position of an element. +group: helpers +toc: true +--- + +## Fixed top + +Position an element at the top of the viewport, from edge to edge. Be sure you understand the ramifications of fixed position in your project; you may need to add additional CSS. + +```html +
...
+``` + +## Fixed bottom + +Position an element at the bottom of the viewport, from edge to edge. Be sure you understand the ramifications of fixed position in your project; you may need to add additional CSS. + +```html +
...
+``` + +## Sticky top + +Position an element at the top of the viewport, from edge to edge, but only after you scroll past it. The `.sticky-top` utility uses CSS's `position: sticky`, which isn't fully supported in all browsers. + +```html +
...
+``` + +## Responsive sticky top + +Responsive variations also exist for `.sticky-top` utility. + +```html +
Stick to the top on viewports sized SM (small) or wider
+
Stick to the top on viewports sized MD (medium) or wider
+
Stick to the top on viewports sized LG (large) or wider
+
Stick to the top on viewports sized XL (extra-large) or wider
+``` -- cgit v1.2.3