From dc3b09c8f38872ef8b792a4b551671a6105754cc Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 13 Jun 2020 10:00:50 +0000 Subject: composer update bootstrap --- .../site/docs/4.5/examples/pricing/index.html | 110 +++++++++++++++++++++ .../site/docs/4.5/examples/pricing/pricing.css | 20 ++++ 2 files changed, 130 insertions(+) create mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/pricing/index.html create mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/pricing/pricing.css (limited to 'vendor/twbs/bootstrap/site/docs/4.5/examples/pricing') diff --git a/vendor/twbs/bootstrap/site/docs/4.5/examples/pricing/index.html b/vendor/twbs/bootstrap/site/docs/4.5/examples/pricing/index.html new file mode 100644 index 000000000..395242d6b --- /dev/null +++ b/vendor/twbs/bootstrap/site/docs/4.5/examples/pricing/index.html @@ -0,0 +1,110 @@ +--- +layout: examples +title: Pricing example +extra_css: "pricing.css" +include_js: false +--- + +
+
Company name
+ + Sign up +
+ +
+

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
  • +
+ +
+
+
+ + +
diff --git a/vendor/twbs/bootstrap/site/docs/4.5/examples/pricing/pricing.css b/vendor/twbs/bootstrap/site/docs/4.5/examples/pricing/pricing.css new file mode 100644 index 000000000..cbf0ec013 --- /dev/null +++ b/vendor/twbs/bootstrap/site/docs/4.5/examples/pricing/pricing.css @@ -0,0 +1,20 @@ +html { + font-size: 14px; +} +@media (min-width: 768px) { + html { + font-size: 16px; + } +} + +.container { + max-width: 960px; +} + +.pricing-header { + max-width: 700px; +} + +.card-deck .card { + min-width: 220px; +} -- cgit v1.2.3