From 54fa28441c5f0bdcd9687615f4a6b7a0fab024a3 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 7 Sep 2018 11:26:02 +0200 Subject: install bootstrap via composer --- .../site/docs/4.1/examples/sign-in/index.html | 36 ++++++++++++++++++ .../site/docs/4.1/examples/sign-in/signin.css | 44 ++++++++++++++++++++++ 2 files changed, 80 insertions(+) create mode 100644 vendor/twbs/bootstrap/site/docs/4.1/examples/sign-in/index.html create mode 100644 vendor/twbs/bootstrap/site/docs/4.1/examples/sign-in/signin.css (limited to 'vendor/twbs/bootstrap/site/docs/4.1/examples/sign-in') diff --git a/vendor/twbs/bootstrap/site/docs/4.1/examples/sign-in/index.html b/vendor/twbs/bootstrap/site/docs/4.1/examples/sign-in/index.html new file mode 100644 index 000000000..2c9436643 --- /dev/null +++ b/vendor/twbs/bootstrap/site/docs/4.1/examples/sign-in/index.html @@ -0,0 +1,36 @@ + + + + + + + + + + Signin Template for Bootstrap + + + + + + + + + +
+ +

Please sign in

+ + + + +
+ +
+ +

© 2017-2018

+
+ + diff --git a/vendor/twbs/bootstrap/site/docs/4.1/examples/sign-in/signin.css b/vendor/twbs/bootstrap/site/docs/4.1/examples/sign-in/signin.css new file mode 100644 index 000000000..90cc93e5b --- /dev/null +++ b/vendor/twbs/bootstrap/site/docs/4.1/examples/sign-in/signin.css @@ -0,0 +1,44 @@ +html, +body { + height: 100%; +} + +body { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + padding-top: 40px; + padding-bottom: 40px; + background-color: #f5f5f5; +} + +.form-signin { + width: 100%; + max-width: 330px; + padding: 15px; + margin: auto; +} +.form-signin .checkbox { + font-weight: 400; +} +.form-signin .form-control { + position: relative; + box-sizing: border-box; + height: auto; + padding: 10px; + font-size: 16px; +} +.form-signin .form-control:focus { + z-index: 2; +} +.form-signin input[type="email"] { + margin-bottom: -1px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.form-signin input[type="password"] { + margin-bottom: 10px; + border-top-left-radius: 0; + border-top-right-radius: 0; +} -- cgit v1.2.3