From 9866053f0ce44721c11990c9f9407e7428757c99 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 10 May 2019 14:21:36 +0200 Subject: update bootstrap to version 4.3.1 --- .../site/docs/4.3/assets/scss/_masthead.scss | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 vendor/twbs/bootstrap/site/docs/4.3/assets/scss/_masthead.scss (limited to 'vendor/twbs/bootstrap/site/docs/4.3/assets/scss/_masthead.scss') diff --git a/vendor/twbs/bootstrap/site/docs/4.3/assets/scss/_masthead.scss b/vendor/twbs/bootstrap/site/docs/4.3/assets/scss/_masthead.scss new file mode 100644 index 000000000..f4e70a2cf --- /dev/null +++ b/vendor/twbs/bootstrap/site/docs/4.3/assets/scss/_masthead.scss @@ -0,0 +1,52 @@ +// stylelint-disable declaration-no-important + +.bd-masthead { + position: relative; + padding: 3rem ($grid-gutter-width / 2); + // background-image: linear-gradient(45deg, #fafafa, #f5f5f5); + + h1 { + @include font-size(4rem); + line-height: 1; + } + + .btn { + padding: .8rem 2rem; + font-weight: 600; + @include font-size(1.25rem); + } + + .carbonad { + margin-top: 0 !important; + margin-bottom: -3rem !important; + } + + @include media-breakpoint-up(sm) { + padding-top: 5rem; + padding-bottom: 5rem; + + .carbonad { + margin-bottom: 0 !important; + } + } + + @include media-breakpoint-up(md) { + .carbonad { + margin-top: 3rem !important; + } + } +} + +.half-rule { + width: 6rem; + margin: 2.5rem 0; +} + +.masthead-followup { + .bd-clipboard { display: none; } + + .highlight { + padding: .5rem 0; + background-color: transparent; + } +} -- cgit v1.2.3