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. --- .../docs/5.0/examples/starter-template/index.html | 51 ++++++++++++++++++++++ .../examples/starter-template/starter-template.css | 18 ++++++++ 2 files changed, 69 insertions(+) create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/starter-template/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/starter-template/starter-template.css (limited to 'vendor/twbs/bootstrap/site/content/docs/5.0/examples/starter-template') diff --git a/vendor/twbs/bootstrap/site/content/docs/5.0/examples/starter-template/index.html b/vendor/twbs/bootstrap/site/content/docs/5.0/examples/starter-template/index.html new file mode 100644 index 000000000..48a5cbfad --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/5.0/examples/starter-template/index.html @@ -0,0 +1,51 @@ +--- +layout: examples +title: Starter Template +extra_css: + - "starter-template.css" +--- + +
+
+ + Bootstrap + Starter template + +
+ +
+

Get started with Bootstrap

+

Quickly and easily get started with Bootstrap's compiled, production-ready files with this barebones example featuring some basic HTML and helpful links. Download all our examples to get started.

+ + + +
+ +
+
+

Starter projects

+

Ready to beyond the starter template? Check out these open source projects that you can quickly duplicate to a new GitHub repository.

+ +
+ +
+

Guides

+

Read more detailed instructions and documentation on using or contributing to Bootstrap.

+ +
+
+
+ +
diff --git a/vendor/twbs/bootstrap/site/content/docs/5.0/examples/starter-template/starter-template.css b/vendor/twbs/bootstrap/site/content/docs/5.0/examples/starter-template/starter-template.css new file mode 100644 index 000000000..d03436db0 --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/5.0/examples/starter-template/starter-template.css @@ -0,0 +1,18 @@ +.icon-list { + padding-left: 0; + list-style: none; +} +.icon-list li { + display: flex; + align-items: flex-start; + margin-bottom: .25rem; +} +.icon-list li::before { + display: block; + flex-shrink: 0; + width: 1.5em; + height: 1.5em; + margin-right: .5rem; + content: ""; + background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center / 100% auto; +} -- cgit v1.2.3