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. --- .../content/docs/5.1/examples/pricing/index.html | 187 --------------------- .../content/docs/5.1/examples/pricing/pricing.css | 11 -- 2 files changed, 198 deletions(-) delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/pricing/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/pricing/pricing.css (limited to 'vendor/twbs/bootstrap/site/content/docs/5.1/examples/pricing') diff --git a/vendor/twbs/bootstrap/site/content/docs/5.1/examples/pricing/index.html b/vendor/twbs/bootstrap/site/content/docs/5.1/examples/pricing/index.html deleted file mode 100644 index c62c68c70..000000000 --- a/vendor/twbs/bootstrap/site/content/docs/5.1/examples/pricing/index.html +++ /dev/null @@ -1,187 +0,0 @@ ---- -layout: examples -title: Pricing example -extra_css: - - "pricing.css" -include_js: false ---- - - - - Check - - - - -
-
- - -
-

Pricing

-

Quickly build an effective pricing table for your potential customers with this Bootstrap example. It’s built with default Bootstrap components and utilities with little customization.

-
-
- -
-
-
-
-
-

Free

-
-
-

$0/mo

-
    -
  • 10 users included
  • -
  • 2 GB of storage
  • -
  • Email support
  • -
  • Help center access
  • -
- -
-
-
-
-
-
-

Pro

-
-
-

$15/mo

-
    -
  • 20 users included
  • -
  • 10 GB of storage
  • -
  • Priority email support
  • -
  • Help center access
  • -
- -
-
-
-
-
-
-

Enterprise

-
-
-

$29/mo

-
    -
  • 30 users included
  • -
  • 15 GB of storage
  • -
  • Phone and email support
  • -
  • Help center access
  • -
- -
-
-
-
- -

Compare plans

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FreeProEnterprise
Public
Private
Permissions
Sharing
Unlimited members
Extra security
-
-
- - -
diff --git a/vendor/twbs/bootstrap/site/content/docs/5.1/examples/pricing/pricing.css b/vendor/twbs/bootstrap/site/content/docs/5.1/examples/pricing/pricing.css deleted file mode 100644 index c7304d10b..000000000 --- a/vendor/twbs/bootstrap/site/content/docs/5.1/examples/pricing/pricing.css +++ /dev/null @@ -1,11 +0,0 @@ -body { - background-image: linear-gradient(180deg, #eee, #fff 100px, #fff); -} - -.container { - max-width: 960px; -} - -.pricing-header { - max-width: 700px; -} -- cgit v1.2.3