From 7a5dd0d1ce9ca3e4d4fb395540291721ba2f52c0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 10 Aug 2017 20:43:53 -0700 Subject: dist --- dist/css/bootstrap.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index fdc011426..e382f00c7 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5294,6 +5294,10 @@ a.bg-dark:focus, a.bg-dark:hover { background-color: #1d2124 !important; } +.bg-white { + background-color: #fff !important; +} + .bg-transparent { background-color: transparent !important; } @@ -5354,6 +5358,10 @@ a.bg-dark:focus, a.bg-dark:hover { border-color: #343a40 !important; } +.border-white { + border-color: #fff !important; +} + .rounded { border-radius: 0.25rem !important; } -- cgit v1.2.3 From 35f80bb12e4e71fd777ee60ffa43711d8f84b1a6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 10 Aug 2017 20:56:35 -0700 Subject: bump to beta --- dist/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index e382f00c7..b39107f6f 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1,5 +1,5 @@ /*! - * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com) + * Bootstrap v4.0.0-beta (https://getbootstrap.com) * Copyright 2011-2017 The Bootstrap Authors * Copyright 2011-2017 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) -- cgit v1.2.3 From 14cb6a649534a45705a68172311c89086f77a8fa Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 10 Aug 2017 23:35:04 -0700 Subject: dist --- dist/css/bootstrap.css | 1309 +++++++++++++++++++----------------------------- 1 file changed, 529 insertions(+), 780 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index b39107f6f..9599f72b3 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -62,8 +62,13 @@ } } -html { +*, +*::before, +*::after { box-sizing: border-box; +} + +html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; @@ -72,12 +77,6 @@ html { -webkit-tap-highlight-color: transparent; } -*, -*::before, -*::after { - box-sizing: inherit; -} - @-ms-viewport { width: device-width; } @@ -88,11 +87,12 @@ article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, s body { margin: 0; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; font-weight: normal; line-height: 1.5; color: #212529; + text-align: left; background-color: #fff; } @@ -266,7 +266,7 @@ caption { } th { - text-align: left; + text-align: inherit; } label { @@ -544,7 +544,7 @@ code, kbd, pre, samp { - font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } code { @@ -1678,7 +1678,7 @@ select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.for select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) { - height: calc(2.3125rem + 2px); + height: calc(2.875rem + 2px); } .form-group { @@ -1726,10 +1726,6 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for margin-left: -1.25rem; } -.form-check-input:only-child { - position: static; -} - .form-check-inline { display: inline-block; } @@ -1962,7 +1958,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for font-size: 1rem; line-height: 1.25; border-radius: 0.25rem; - transition: all 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .btn:focus, .btn:hover { @@ -2863,6 +2859,7 @@ tbody.collapse.show { color: #495057; text-align: center; background-color: #e9ecef; + background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; } @@ -2926,6 +2923,8 @@ tbody.collapse.show { .input-group-btn > .btn { position: relative; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.15); } .input-group-btn > .btn + .btn { @@ -3054,6 +3053,7 @@ tbody.collapse.show { color: #495057; vertical-align: middle; background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center; + background-clip: padding-box; background-size: 8px 10px; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; @@ -3092,27 +3092,32 @@ tbody.collapse.show { position: relative; display: inline-block; max-width: 100%; - height: 2.5rem; + height: calc(2.25rem + 2px); margin-bottom: 0; } .custom-file-input { min-width: 14rem; max-width: 100%; - height: 2.5rem; + height: calc(2.25rem + 2px); margin: 0; opacity: 0; } +.custom-file-input:focus ~ .custom-file-control { + box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff; +} + .custom-file-control { position: absolute; top: 0; right: 0; left: 0; z-index: 5; - height: 2.5rem; - padding: 0.5rem 1rem; - line-height: 1.5; + height: calc(2.25rem + 2px); + padding: 0.5rem 0.75rem; + overflow: hidden; + line-height: 1.25; color: #495057; pointer-events: none; -webkit-user-select: none; @@ -3120,6 +3125,7 @@ tbody.collapse.show { -ms-user-select: none; user-select: none; background-color: #fff; + background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; } @@ -3130,18 +3136,16 @@ tbody.collapse.show { .custom-file-control::before { position: absolute; - top: -1px; - right: -1px; - bottom: -1px; + top: 0; + right: 0; z-index: 6; display: block; - height: 2.5rem; - padding: 0.5rem 1rem; - line-height: 1.5; + height: calc(2.25rem + 2px); + padding: 0.5rem 0.75rem; + line-height: 1.25; color: #495057; background-color: #e9ecef; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0 0.25rem 0.25rem 0; + border-left: 1px solid rgba(0, 0, 0, 0.15); } .custom-file-control:lang(en)::before { @@ -4252,20 +4256,22 @@ tbody.collapse.show { .progress { display: -ms-flexbox; display: flex; + height: 1rem; overflow: hidden; font-size: 0.75rem; - line-height: 1rem; - text-align: center; background-color: #e9ecef; border-radius: 0.25rem; } .progress-bar { - height: 1rem; - line-height: 1rem; + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: center; + justify-content: center; color: #fff; background-color: #007bff; - transition: width 0.6s ease; } .progress-bar-striped { @@ -4663,6 +4669,10 @@ button.close { border-bottom: 1px solid #e9ecef; } +.modal-header .close { + margin-left: auto; +} + .modal-title { margin-bottom: 0; line-height: 1.5; @@ -4723,7 +4733,7 @@ button.close { z-index: 1070; display: block; margin: 0; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-style: normal; font-weight: normal; line-height: 1.5; @@ -4837,7 +4847,7 @@ button.close { display: block; max-width: 276px; padding: 1px; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-style: normal; font-weight: normal; line-height: 1.5; @@ -6310,6 +6320,27 @@ a.bg-dark:focus, a.bg-dark:hover { } } +.position-static { + position: static !important; +} + +.position-relative { + position: relative !important; +} + +.position-absolute { + position: absolute !important; +} + +.position-fixed { + position: fixed !important; +} + +.position-sticky { + position: -webkit-sticky !important; + position: sticky !important; +} + .fixed-top { position: fixed; top: 0; @@ -6403,1598 +6434,1312 @@ a.bg-dark:focus, a.bg-dark:hover { margin: 0 !important; } -.mt-0 { +.mt-0, +.my-0 { margin-top: 0 !important; } -.mr-0 { +.mr-0, +.mx-0 { margin-right: 0 !important; } -.mb-0 { +.mb-0, +.my-0 { margin-bottom: 0 !important; } -.ml-0 { - margin-left: 0 !important; -} - +.ml-0, .mx-0 { - margin-right: 0 !important; margin-left: 0 !important; } -.my-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; -} - .m-1 { margin: 0.25rem !important; } -.mt-1 { +.mt-1, +.my-1 { margin-top: 0.25rem !important; } -.mr-1 { +.mr-1, +.mx-1 { margin-right: 0.25rem !important; } -.mb-1 { +.mb-1, +.my-1 { margin-bottom: 0.25rem !important; } -.ml-1 { - margin-left: 0.25rem !important; -} - +.ml-1, .mx-1 { - margin-right: 0.25rem !important; margin-left: 0.25rem !important; } -.my-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; -} - .m-2 { margin: 0.5rem !important; } -.mt-2 { +.mt-2, +.my-2 { margin-top: 0.5rem !important; } -.mr-2 { +.mr-2, +.mx-2 { margin-right: 0.5rem !important; } -.mb-2 { +.mb-2, +.my-2 { margin-bottom: 0.5rem !important; } -.ml-2 { - margin-left: 0.5rem !important; -} - +.ml-2, .mx-2 { - margin-right: 0.5rem !important; margin-left: 0.5rem !important; } -.my-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; -} - .m-3 { margin: 1rem !important; } -.mt-3 { +.mt-3, +.my-3 { margin-top: 1rem !important; } -.mr-3 { +.mr-3, +.mx-3 { margin-right: 1rem !important; } -.mb-3 { +.mb-3, +.my-3 { margin-bottom: 1rem !important; } -.ml-3 { - margin-left: 1rem !important; -} - +.ml-3, .mx-3 { - margin-right: 1rem !important; margin-left: 1rem !important; } -.my-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; -} - .m-4 { margin: 1.5rem !important; } -.mt-4 { +.mt-4, +.my-4 { margin-top: 1.5rem !important; } -.mr-4 { +.mr-4, +.mx-4 { margin-right: 1.5rem !important; } -.mb-4 { +.mb-4, +.my-4 { margin-bottom: 1.5rem !important; } -.ml-4 { - margin-left: 1.5rem !important; -} - +.ml-4, .mx-4 { - margin-right: 1.5rem !important; margin-left: 1.5rem !important; } -.my-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; -} - .m-5 { margin: 3rem !important; } -.mt-5 { +.mt-5, +.my-5 { margin-top: 3rem !important; } -.mr-5 { +.mr-5, +.mx-5 { margin-right: 3rem !important; } -.mb-5 { +.mb-5, +.my-5 { margin-bottom: 3rem !important; } -.ml-5 { - margin-left: 3rem !important; -} - +.ml-5, .mx-5 { - margin-right: 3rem !important; margin-left: 3rem !important; } -.my-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; -} - .p-0 { padding: 0 !important; } -.pt-0 { +.pt-0, +.py-0 { padding-top: 0 !important; } -.pr-0 { +.pr-0, +.px-0 { padding-right: 0 !important; } -.pb-0 { +.pb-0, +.py-0 { padding-bottom: 0 !important; } -.pl-0 { - padding-left: 0 !important; -} - +.pl-0, .px-0 { - padding-right: 0 !important; padding-left: 0 !important; } -.py-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; -} - .p-1 { padding: 0.25rem !important; } -.pt-1 { +.pt-1, +.py-1 { padding-top: 0.25rem !important; } -.pr-1 { +.pr-1, +.px-1 { padding-right: 0.25rem !important; } -.pb-1 { +.pb-1, +.py-1 { padding-bottom: 0.25rem !important; } -.pl-1 { - padding-left: 0.25rem !important; -} - +.pl-1, .px-1 { - padding-right: 0.25rem !important; padding-left: 0.25rem !important; } -.py-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; -} - .p-2 { padding: 0.5rem !important; } -.pt-2 { +.pt-2, +.py-2 { padding-top: 0.5rem !important; } -.pr-2 { +.pr-2, +.px-2 { padding-right: 0.5rem !important; } -.pb-2 { +.pb-2, +.py-2 { padding-bottom: 0.5rem !important; } -.pl-2 { - padding-left: 0.5rem !important; -} - +.pl-2, .px-2 { - padding-right: 0.5rem !important; padding-left: 0.5rem !important; } -.py-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; -} - .p-3 { padding: 1rem !important; } -.pt-3 { +.pt-3, +.py-3 { padding-top: 1rem !important; } -.pr-3 { +.pr-3, +.px-3 { padding-right: 1rem !important; } -.pb-3 { +.pb-3, +.py-3 { padding-bottom: 1rem !important; } -.pl-3 { - padding-left: 1rem !important; -} - +.pl-3, .px-3 { - padding-right: 1rem !important; padding-left: 1rem !important; } -.py-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; -} - .p-4 { padding: 1.5rem !important; } -.pt-4 { +.pt-4, +.py-4 { padding-top: 1.5rem !important; } -.pr-4 { +.pr-4, +.px-4 { padding-right: 1.5rem !important; } -.pb-4 { +.pb-4, +.py-4 { padding-bottom: 1.5rem !important; } -.pl-4 { - padding-left: 1.5rem !important; -} - +.pl-4, .px-4 { - padding-right: 1.5rem !important; padding-left: 1.5rem !important; } -.py-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; -} - .p-5 { padding: 3rem !important; } -.pt-5 { +.pt-5, +.py-5 { padding-top: 3rem !important; } -.pr-5 { +.pr-5, +.px-5 { padding-right: 3rem !important; } -.pb-5 { +.pb-5, +.py-5 { padding-bottom: 3rem !important; } -.pl-5 { - padding-left: 3rem !important; -} - +.pl-5, .px-5 { - padding-right: 3rem !important; padding-left: 3rem !important; } -.py-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; -} - .m-auto { margin: auto !important; } -.mt-auto { +.mt-auto, +.my-auto { margin-top: auto !important; } -.mr-auto { +.mr-auto, +.mx-auto { margin-right: auto !important; } -.mb-auto { +.mb-auto, +.my-auto { margin-bottom: auto !important; } -.ml-auto { - margin-left: auto !important; -} - +.ml-auto, .mx-auto { - margin-right: auto !important; margin-left: auto !important; } -.my-auto { - margin-top: auto !important; - margin-bottom: auto !important; -} - @media (min-width: 576px) { .m-sm-0 { margin: 0 !important; } - .mt-sm-0 { + .mt-sm-0, + .my-sm-0 { margin-top: 0 !important; } - .mr-sm-0 { + .mr-sm-0, + .mx-sm-0 { margin-right: 0 !important; } - .mb-sm-0 { + .mb-sm-0, + .my-sm-0 { margin-bottom: 0 !important; } - .ml-sm-0 { - margin-left: 0 !important; - } + .ml-sm-0, .mx-sm-0 { - margin-right: 0 !important; margin-left: 0 !important; } - .my-sm-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } .m-sm-1 { margin: 0.25rem !important; } - .mt-sm-1 { + .mt-sm-1, + .my-sm-1 { margin-top: 0.25rem !important; } - .mr-sm-1 { + .mr-sm-1, + .mx-sm-1 { margin-right: 0.25rem !important; } - .mb-sm-1 { + .mb-sm-1, + .my-sm-1 { margin-bottom: 0.25rem !important; } - .ml-sm-1 { - margin-left: 0.25rem !important; - } + .ml-sm-1, .mx-sm-1 { - margin-right: 0.25rem !important; margin-left: 0.25rem !important; } - .my-sm-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } .m-sm-2 { margin: 0.5rem !important; } - .mt-sm-2 { + .mt-sm-2, + .my-sm-2 { margin-top: 0.5rem !important; } - .mr-sm-2 { + .mr-sm-2, + .mx-sm-2 { margin-right: 0.5rem !important; } - .mb-sm-2 { + .mb-sm-2, + .my-sm-2 { margin-bottom: 0.5rem !important; } - .ml-sm-2 { - margin-left: 0.5rem !important; - } + .ml-sm-2, .mx-sm-2 { - margin-right: 0.5rem !important; margin-left: 0.5rem !important; } - .my-sm-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } .m-sm-3 { margin: 1rem !important; } - .mt-sm-3 { + .mt-sm-3, + .my-sm-3 { margin-top: 1rem !important; } - .mr-sm-3 { + .mr-sm-3, + .mx-sm-3 { margin-right: 1rem !important; } - .mb-sm-3 { + .mb-sm-3, + .my-sm-3 { margin-bottom: 1rem !important; } - .ml-sm-3 { - margin-left: 1rem !important; - } + .ml-sm-3, .mx-sm-3 { - margin-right: 1rem !important; margin-left: 1rem !important; } - .my-sm-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } .m-sm-4 { margin: 1.5rem !important; } - .mt-sm-4 { + .mt-sm-4, + .my-sm-4 { margin-top: 1.5rem !important; } - .mr-sm-4 { + .mr-sm-4, + .mx-sm-4 { margin-right: 1.5rem !important; } - .mb-sm-4 { + .mb-sm-4, + .my-sm-4 { margin-bottom: 1.5rem !important; } - .ml-sm-4 { - margin-left: 1.5rem !important; - } + .ml-sm-4, .mx-sm-4 { - margin-right: 1.5rem !important; margin-left: 1.5rem !important; } - .my-sm-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } .m-sm-5 { margin: 3rem !important; } - .mt-sm-5 { + .mt-sm-5, + .my-sm-5 { margin-top: 3rem !important; } - .mr-sm-5 { + .mr-sm-5, + .mx-sm-5 { margin-right: 3rem !important; } - .mb-sm-5 { + .mb-sm-5, + .my-sm-5 { margin-bottom: 3rem !important; } - .ml-sm-5 { - margin-left: 3rem !important; - } + .ml-sm-5, .mx-sm-5 { - margin-right: 3rem !important; margin-left: 3rem !important; } - .my-sm-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } .p-sm-0 { padding: 0 !important; } - .pt-sm-0 { + .pt-sm-0, + .py-sm-0 { padding-top: 0 !important; } - .pr-sm-0 { + .pr-sm-0, + .px-sm-0 { padding-right: 0 !important; } - .pb-sm-0 { + .pb-sm-0, + .py-sm-0 { padding-bottom: 0 !important; } - .pl-sm-0 { - padding-left: 0 !important; - } + .pl-sm-0, .px-sm-0 { - padding-right: 0 !important; padding-left: 0 !important; } - .py-sm-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } .p-sm-1 { padding: 0.25rem !important; } - .pt-sm-1 { + .pt-sm-1, + .py-sm-1 { padding-top: 0.25rem !important; } - .pr-sm-1 { + .pr-sm-1, + .px-sm-1 { padding-right: 0.25rem !important; } - .pb-sm-1 { + .pb-sm-1, + .py-sm-1 { padding-bottom: 0.25rem !important; } - .pl-sm-1 { - padding-left: 0.25rem !important; - } + .pl-sm-1, .px-sm-1 { - padding-right: 0.25rem !important; padding-left: 0.25rem !important; } - .py-sm-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } .p-sm-2 { padding: 0.5rem !important; } - .pt-sm-2 { + .pt-sm-2, + .py-sm-2 { padding-top: 0.5rem !important; } - .pr-sm-2 { + .pr-sm-2, + .px-sm-2 { padding-right: 0.5rem !important; } - .pb-sm-2 { + .pb-sm-2, + .py-sm-2 { padding-bottom: 0.5rem !important; } - .pl-sm-2 { - padding-left: 0.5rem !important; - } + .pl-sm-2, .px-sm-2 { - padding-right: 0.5rem !important; padding-left: 0.5rem !important; } - .py-sm-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } .p-sm-3 { padding: 1rem !important; } - .pt-sm-3 { + .pt-sm-3, + .py-sm-3 { padding-top: 1rem !important; } - .pr-sm-3 { + .pr-sm-3, + .px-sm-3 { padding-right: 1rem !important; } - .pb-sm-3 { + .pb-sm-3, + .py-sm-3 { padding-bottom: 1rem !important; } - .pl-sm-3 { - padding-left: 1rem !important; - } + .pl-sm-3, .px-sm-3 { - padding-right: 1rem !important; padding-left: 1rem !important; } - .py-sm-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } .p-sm-4 { padding: 1.5rem !important; } - .pt-sm-4 { + .pt-sm-4, + .py-sm-4 { padding-top: 1.5rem !important; } - .pr-sm-4 { + .pr-sm-4, + .px-sm-4 { padding-right: 1.5rem !important; } - .pb-sm-4 { + .pb-sm-4, + .py-sm-4 { padding-bottom: 1.5rem !important; } - .pl-sm-4 { - padding-left: 1.5rem !important; - } + .pl-sm-4, .px-sm-4 { - padding-right: 1.5rem !important; padding-left: 1.5rem !important; } - .py-sm-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } .p-sm-5 { padding: 3rem !important; } - .pt-sm-5 { + .pt-sm-5, + .py-sm-5 { padding-top: 3rem !important; } - .pr-sm-5 { + .pr-sm-5, + .px-sm-5 { padding-right: 3rem !important; } - .pb-sm-5 { + .pb-sm-5, + .py-sm-5 { padding-bottom: 3rem !important; } - .pl-sm-5 { - padding-left: 3rem !important; - } + .pl-sm-5, .px-sm-5 { - padding-right: 3rem !important; padding-left: 3rem !important; } - .py-sm-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } .m-sm-auto { margin: auto !important; } - .mt-sm-auto { + .mt-sm-auto, + .my-sm-auto { margin-top: auto !important; } - .mr-sm-auto { + .mr-sm-auto, + .mx-sm-auto { margin-right: auto !important; } - .mb-sm-auto { + .mb-sm-auto, + .my-sm-auto { margin-bottom: auto !important; } - .ml-sm-auto { - margin-left: auto !important; - } + .ml-sm-auto, .mx-sm-auto { - margin-right: auto !important; margin-left: auto !important; } - .my-sm-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } } @media (min-width: 768px) { .m-md-0 { margin: 0 !important; } - .mt-md-0 { + .mt-md-0, + .my-md-0 { margin-top: 0 !important; } - .mr-md-0 { + .mr-md-0, + .mx-md-0 { margin-right: 0 !important; } - .mb-md-0 { + .mb-md-0, + .my-md-0 { margin-bottom: 0 !important; } - .ml-md-0 { - margin-left: 0 !important; - } + .ml-md-0, .mx-md-0 { - margin-right: 0 !important; margin-left: 0 !important; } - .my-md-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } .m-md-1 { margin: 0.25rem !important; } - .mt-md-1 { + .mt-md-1, + .my-md-1 { margin-top: 0.25rem !important; } - .mr-md-1 { + .mr-md-1, + .mx-md-1 { margin-right: 0.25rem !important; } - .mb-md-1 { + .mb-md-1, + .my-md-1 { margin-bottom: 0.25rem !important; } - .ml-md-1 { - margin-left: 0.25rem !important; - } + .ml-md-1, .mx-md-1 { - margin-right: 0.25rem !important; margin-left: 0.25rem !important; } - .my-md-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } .m-md-2 { margin: 0.5rem !important; } - .mt-md-2 { + .mt-md-2, + .my-md-2 { margin-top: 0.5rem !important; } - .mr-md-2 { + .mr-md-2, + .mx-md-2 { margin-right: 0.5rem !important; } - .mb-md-2 { + .mb-md-2, + .my-md-2 { margin-bottom: 0.5rem !important; } - .ml-md-2 { - margin-left: 0.5rem !important; - } + .ml-md-2, .mx-md-2 { - margin-right: 0.5rem !important; margin-left: 0.5rem !important; } - .my-md-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } .m-md-3 { margin: 1rem !important; } - .mt-md-3 { + .mt-md-3, + .my-md-3 { margin-top: 1rem !important; } - .mr-md-3 { + .mr-md-3, + .mx-md-3 { margin-right: 1rem !important; } - .mb-md-3 { + .mb-md-3, + .my-md-3 { margin-bottom: 1rem !important; } - .ml-md-3 { - margin-left: 1rem !important; - } + .ml-md-3, .mx-md-3 { - margin-right: 1rem !important; margin-left: 1rem !important; } - .my-md-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } .m-md-4 { margin: 1.5rem !important; } - .mt-md-4 { + .mt-md-4, + .my-md-4 { margin-top: 1.5rem !important; } - .mr-md-4 { + .mr-md-4, + .mx-md-4 { margin-right: 1.5rem !important; } - .mb-md-4 { + .mb-md-4, + .my-md-4 { margin-bottom: 1.5rem !important; } - .ml-md-4 { - margin-left: 1.5rem !important; - } + .ml-md-4, .mx-md-4 { - margin-right: 1.5rem !important; margin-left: 1.5rem !important; } - .my-md-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } .m-md-5 { margin: 3rem !important; } - .mt-md-5 { + .mt-md-5, + .my-md-5 { margin-top: 3rem !important; } - .mr-md-5 { + .mr-md-5, + .mx-md-5 { margin-right: 3rem !important; } - .mb-md-5 { + .mb-md-5, + .my-md-5 { margin-bottom: 3rem !important; } - .ml-md-5 { - margin-left: 3rem !important; - } + .ml-md-5, .mx-md-5 { - margin-right: 3rem !important; margin-left: 3rem !important; } - .my-md-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } .p-md-0 { padding: 0 !important; } - .pt-md-0 { + .pt-md-0, + .py-md-0 { padding-top: 0 !important; } - .pr-md-0 { + .pr-md-0, + .px-md-0 { padding-right: 0 !important; } - .pb-md-0 { + .pb-md-0, + .py-md-0 { padding-bottom: 0 !important; } - .pl-md-0 { - padding-left: 0 !important; - } + .pl-md-0, .px-md-0 { - padding-right: 0 !important; padding-left: 0 !important; } - .py-md-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } .p-md-1 { padding: 0.25rem !important; } - .pt-md-1 { + .pt-md-1, + .py-md-1 { padding-top: 0.25rem !important; } - .pr-md-1 { + .pr-md-1, + .px-md-1 { padding-right: 0.25rem !important; } - .pb-md-1 { + .pb-md-1, + .py-md-1 { padding-bottom: 0.25rem !important; } - .pl-md-1 { - padding-left: 0.25rem !important; - } + .pl-md-1, .px-md-1 { - padding-right: 0.25rem !important; padding-left: 0.25rem !important; } - .py-md-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } .p-md-2 { padding: 0.5rem !important; } - .pt-md-2 { + .pt-md-2, + .py-md-2 { padding-top: 0.5rem !important; } - .pr-md-2 { + .pr-md-2, + .px-md-2 { padding-right: 0.5rem !important; } - .pb-md-2 { + .pb-md-2, + .py-md-2 { padding-bottom: 0.5rem !important; } - .pl-md-2 { - padding-left: 0.5rem !important; - } + .pl-md-2, .px-md-2 { - padding-right: 0.5rem !important; padding-left: 0.5rem !important; } - .py-md-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } .p-md-3 { padding: 1rem !important; } - .pt-md-3 { + .pt-md-3, + .py-md-3 { padding-top: 1rem !important; } - .pr-md-3 { + .pr-md-3, + .px-md-3 { padding-right: 1rem !important; } - .pb-md-3 { + .pb-md-3, + .py-md-3 { padding-bottom: 1rem !important; } - .pl-md-3 { - padding-left: 1rem !important; - } + .pl-md-3, .px-md-3 { - padding-right: 1rem !important; padding-left: 1rem !important; } - .py-md-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } .p-md-4 { padding: 1.5rem !important; } - .pt-md-4 { + .pt-md-4, + .py-md-4 { padding-top: 1.5rem !important; } - .pr-md-4 { + .pr-md-4, + .px-md-4 { padding-right: 1.5rem !important; } - .pb-md-4 { + .pb-md-4, + .py-md-4 { padding-bottom: 1.5rem !important; } - .pl-md-4 { - padding-left: 1.5rem !important; - } + .pl-md-4, .px-md-4 { - padding-right: 1.5rem !important; padding-left: 1.5rem !important; } - .py-md-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } .p-md-5 { padding: 3rem !important; } - .pt-md-5 { + .pt-md-5, + .py-md-5 { padding-top: 3rem !important; } - .pr-md-5 { + .pr-md-5, + .px-md-5 { padding-right: 3rem !important; } - .pb-md-5 { + .pb-md-5, + .py-md-5 { padding-bottom: 3rem !important; } - .pl-md-5 { - padding-left: 3rem !important; - } + .pl-md-5, .px-md-5 { - padding-right: 3rem !important; padding-left: 3rem !important; } - .py-md-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } .m-md-auto { margin: auto !important; } - .mt-md-auto { + .mt-md-auto, + .my-md-auto { margin-top: auto !important; } - .mr-md-auto { + .mr-md-auto, + .mx-md-auto { margin-right: auto !important; } - .mb-md-auto { + .mb-md-auto, + .my-md-auto { margin-bottom: auto !important; } - .ml-md-auto { - margin-left: auto !important; - } + .ml-md-auto, .mx-md-auto { - margin-right: auto !important; margin-left: auto !important; } - .my-md-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } } @media (min-width: 992px) { .m-lg-0 { margin: 0 !important; } - .mt-lg-0 { + .mt-lg-0, + .my-lg-0 { margin-top: 0 !important; } - .mr-lg-0 { + .mr-lg-0, + .mx-lg-0 { margin-right: 0 !important; } - .mb-lg-0 { + .mb-lg-0, + .my-lg-0 { margin-bottom: 0 !important; } - .ml-lg-0 { - margin-left: 0 !important; - } + .ml-lg-0, .mx-lg-0 { - margin-right: 0 !important; margin-left: 0 !important; } - .my-lg-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } .m-lg-1 { margin: 0.25rem !important; } - .mt-lg-1 { + .mt-lg-1, + .my-lg-1 { margin-top: 0.25rem !important; } - .mr-lg-1 { + .mr-lg-1, + .mx-lg-1 { margin-right: 0.25rem !important; } - .mb-lg-1 { + .mb-lg-1, + .my-lg-1 { margin-bottom: 0.25rem !important; } - .ml-lg-1 { - margin-left: 0.25rem !important; - } + .ml-lg-1, .mx-lg-1 { - margin-right: 0.25rem !important; margin-left: 0.25rem !important; } - .my-lg-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } .m-lg-2 { margin: 0.5rem !important; } - .mt-lg-2 { + .mt-lg-2, + .my-lg-2 { margin-top: 0.5rem !important; } - .mr-lg-2 { + .mr-lg-2, + .mx-lg-2 { margin-right: 0.5rem !important; } - .mb-lg-2 { + .mb-lg-2, + .my-lg-2 { margin-bottom: 0.5rem !important; } - .ml-lg-2 { - margin-left: 0.5rem !important; - } + .ml-lg-2, .mx-lg-2 { - margin-right: 0.5rem !important; margin-left: 0.5rem !important; } - .my-lg-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } .m-lg-3 { margin: 1rem !important; } - .mt-lg-3 { + .mt-lg-3, + .my-lg-3 { margin-top: 1rem !important; } - .mr-lg-3 { + .mr-lg-3, + .mx-lg-3 { margin-right: 1rem !important; } - .mb-lg-3 { + .mb-lg-3, + .my-lg-3 { margin-bottom: 1rem !important; } - .ml-lg-3 { - margin-left: 1rem !important; - } + .ml-lg-3, .mx-lg-3 { - margin-right: 1rem !important; margin-left: 1rem !important; } - .my-lg-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } .m-lg-4 { margin: 1.5rem !important; } - .mt-lg-4 { + .mt-lg-4, + .my-lg-4 { margin-top: 1.5rem !important; } - .mr-lg-4 { + .mr-lg-4, + .mx-lg-4 { margin-right: 1.5rem !important; } - .mb-lg-4 { + .mb-lg-4, + .my-lg-4 { margin-bottom: 1.5rem !important; } - .ml-lg-4 { - margin-left: 1.5rem !important; - } + .ml-lg-4, .mx-lg-4 { - margin-right: 1.5rem !important; margin-left: 1.5rem !important; } - .my-lg-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } .m-lg-5 { margin: 3rem !important; } - .mt-lg-5 { + .mt-lg-5, + .my-lg-5 { margin-top: 3rem !important; } - .mr-lg-5 { + .mr-lg-5, + .mx-lg-5 { margin-right: 3rem !important; } - .mb-lg-5 { + .mb-lg-5, + .my-lg-5 { margin-bottom: 3rem !important; } - .ml-lg-5 { - margin-left: 3rem !important; - } + .ml-lg-5, .mx-lg-5 { - margin-right: 3rem !important; margin-left: 3rem !important; } - .my-lg-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } .p-lg-0 { padding: 0 !important; } - .pt-lg-0 { + .pt-lg-0, + .py-lg-0 { padding-top: 0 !important; } - .pr-lg-0 { + .pr-lg-0, + .px-lg-0 { padding-right: 0 !important; } - .pb-lg-0 { + .pb-lg-0, + .py-lg-0 { padding-bottom: 0 !important; } - .pl-lg-0 { - padding-left: 0 !important; - } + .pl-lg-0, .px-lg-0 { - padding-right: 0 !important; padding-left: 0 !important; } - .py-lg-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } .p-lg-1 { padding: 0.25rem !important; } - .pt-lg-1 { + .pt-lg-1, + .py-lg-1 { padding-top: 0.25rem !important; } - .pr-lg-1 { + .pr-lg-1, + .px-lg-1 { padding-right: 0.25rem !important; } - .pb-lg-1 { + .pb-lg-1, + .py-lg-1 { padding-bottom: 0.25rem !important; } - .pl-lg-1 { - padding-left: 0.25rem !important; - } + .pl-lg-1, .px-lg-1 { - padding-right: 0.25rem !important; padding-left: 0.25rem !important; } - .py-lg-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } .p-lg-2 { padding: 0.5rem !important; } - .pt-lg-2 { + .pt-lg-2, + .py-lg-2 { padding-top: 0.5rem !important; } - .pr-lg-2 { + .pr-lg-2, + .px-lg-2 { padding-right: 0.5rem !important; } - .pb-lg-2 { + .pb-lg-2, + .py-lg-2 { padding-bottom: 0.5rem !important; } - .pl-lg-2 { - padding-left: 0.5rem !important; - } + .pl-lg-2, .px-lg-2 { - padding-right: 0.5rem !important; padding-left: 0.5rem !important; } - .py-lg-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } .p-lg-3 { padding: 1rem !important; } - .pt-lg-3 { + .pt-lg-3, + .py-lg-3 { padding-top: 1rem !important; } - .pr-lg-3 { + .pr-lg-3, + .px-lg-3 { padding-right: 1rem !important; } - .pb-lg-3 { + .pb-lg-3, + .py-lg-3 { padding-bottom: 1rem !important; } - .pl-lg-3 { - padding-left: 1rem !important; - } + .pl-lg-3, .px-lg-3 { - padding-right: 1rem !important; padding-left: 1rem !important; } - .py-lg-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } .p-lg-4 { padding: 1.5rem !important; } - .pt-lg-4 { + .pt-lg-4, + .py-lg-4 { padding-top: 1.5rem !important; } - .pr-lg-4 { + .pr-lg-4, + .px-lg-4 { padding-right: 1.5rem !important; } - .pb-lg-4 { + .pb-lg-4, + .py-lg-4 { padding-bottom: 1.5rem !important; } - .pl-lg-4 { - padding-left: 1.5rem !important; - } + .pl-lg-4, .px-lg-4 { - padding-right: 1.5rem !important; padding-left: 1.5rem !important; } - .py-lg-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } .p-lg-5 { padding: 3rem !important; } - .pt-lg-5 { + .pt-lg-5, + .py-lg-5 { padding-top: 3rem !important; } - .pr-lg-5 { + .pr-lg-5, + .px-lg-5 { padding-right: 3rem !important; } - .pb-lg-5 { + .pb-lg-5, + .py-lg-5 { padding-bottom: 3rem !important; } - .pl-lg-5 { - padding-left: 3rem !important; - } + .pl-lg-5, .px-lg-5 { - padding-right: 3rem !important; padding-left: 3rem !important; } - .py-lg-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } .m-lg-auto { margin: auto !important; } - .mt-lg-auto { + .mt-lg-auto, + .my-lg-auto { margin-top: auto !important; } - .mr-lg-auto { + .mr-lg-auto, + .mx-lg-auto { margin-right: auto !important; } - .mb-lg-auto { + .mb-lg-auto, + .my-lg-auto { margin-bottom: auto !important; } - .ml-lg-auto { - margin-left: auto !important; - } + .ml-lg-auto, .mx-lg-auto { - margin-right: auto !important; margin-left: auto !important; } - .my-lg-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } } @media (min-width: 1200px) { .m-xl-0 { margin: 0 !important; } - .mt-xl-0 { + .mt-xl-0, + .my-xl-0 { margin-top: 0 !important; } - .mr-xl-0 { + .mr-xl-0, + .mx-xl-0 { margin-right: 0 !important; } - .mb-xl-0 { + .mb-xl-0, + .my-xl-0 { margin-bottom: 0 !important; } - .ml-xl-0 { - margin-left: 0 !important; - } + .ml-xl-0, .mx-xl-0 { - margin-right: 0 !important; margin-left: 0 !important; } - .my-xl-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } .m-xl-1 { margin: 0.25rem !important; } - .mt-xl-1 { + .mt-xl-1, + .my-xl-1 { margin-top: 0.25rem !important; } - .mr-xl-1 { + .mr-xl-1, + .mx-xl-1 { margin-right: 0.25rem !important; } - .mb-xl-1 { + .mb-xl-1, + .my-xl-1 { margin-bottom: 0.25rem !important; } - .ml-xl-1 { - margin-left: 0.25rem !important; - } + .ml-xl-1, .mx-xl-1 { - margin-right: 0.25rem !important; margin-left: 0.25rem !important; } - .my-xl-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } .m-xl-2 { margin: 0.5rem !important; } - .mt-xl-2 { + .mt-xl-2, + .my-xl-2 { margin-top: 0.5rem !important; } - .mr-xl-2 { + .mr-xl-2, + .mx-xl-2 { margin-right: 0.5rem !important; } - .mb-xl-2 { + .mb-xl-2, + .my-xl-2 { margin-bottom: 0.5rem !important; } - .ml-xl-2 { - margin-left: 0.5rem !important; - } + .ml-xl-2, .mx-xl-2 { - margin-right: 0.5rem !important; margin-left: 0.5rem !important; } - .my-xl-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } .m-xl-3 { margin: 1rem !important; } - .mt-xl-3 { + .mt-xl-3, + .my-xl-3 { margin-top: 1rem !important; } - .mr-xl-3 { + .mr-xl-3, + .mx-xl-3 { margin-right: 1rem !important; } - .mb-xl-3 { + .mb-xl-3, + .my-xl-3 { margin-bottom: 1rem !important; } - .ml-xl-3 { - margin-left: 1rem !important; - } + .ml-xl-3, .mx-xl-3 { - margin-right: 1rem !important; margin-left: 1rem !important; } - .my-xl-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } .m-xl-4 { margin: 1.5rem !important; } - .mt-xl-4 { + .mt-xl-4, + .my-xl-4 { margin-top: 1.5rem !important; } - .mr-xl-4 { + .mr-xl-4, + .mx-xl-4 { margin-right: 1.5rem !important; } - .mb-xl-4 { + .mb-xl-4, + .my-xl-4 { margin-bottom: 1.5rem !important; } - .ml-xl-4 { - margin-left: 1.5rem !important; - } + .ml-xl-4, .mx-xl-4 { - margin-right: 1.5rem !important; margin-left: 1.5rem !important; } - .my-xl-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } .m-xl-5 { margin: 3rem !important; } - .mt-xl-5 { + .mt-xl-5, + .my-xl-5 { margin-top: 3rem !important; } - .mr-xl-5 { + .mr-xl-5, + .mx-xl-5 { margin-right: 3rem !important; } - .mb-xl-5 { + .mb-xl-5, + .my-xl-5 { margin-bottom: 3rem !important; } - .ml-xl-5 { - margin-left: 3rem !important; - } + .ml-xl-5, .mx-xl-5 { - margin-right: 3rem !important; margin-left: 3rem !important; } - .my-xl-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } .p-xl-0 { padding: 0 !important; } - .pt-xl-0 { + .pt-xl-0, + .py-xl-0 { padding-top: 0 !important; } - .pr-xl-0 { + .pr-xl-0, + .px-xl-0 { padding-right: 0 !important; } - .pb-xl-0 { + .pb-xl-0, + .py-xl-0 { padding-bottom: 0 !important; } - .pl-xl-0 { - padding-left: 0 !important; - } + .pl-xl-0, .px-xl-0 { - padding-right: 0 !important; padding-left: 0 !important; } - .py-xl-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } .p-xl-1 { padding: 0.25rem !important; } - .pt-xl-1 { + .pt-xl-1, + .py-xl-1 { padding-top: 0.25rem !important; } - .pr-xl-1 { + .pr-xl-1, + .px-xl-1 { padding-right: 0.25rem !important; } - .pb-xl-1 { + .pb-xl-1, + .py-xl-1 { padding-bottom: 0.25rem !important; } - .pl-xl-1 { - padding-left: 0.25rem !important; - } + .pl-xl-1, .px-xl-1 { - padding-right: 0.25rem !important; padding-left: 0.25rem !important; } - .py-xl-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } .p-xl-2 { padding: 0.5rem !important; } - .pt-xl-2 { + .pt-xl-2, + .py-xl-2 { padding-top: 0.5rem !important; } - .pr-xl-2 { + .pr-xl-2, + .px-xl-2 { padding-right: 0.5rem !important; } - .pb-xl-2 { + .pb-xl-2, + .py-xl-2 { padding-bottom: 0.5rem !important; } - .pl-xl-2 { - padding-left: 0.5rem !important; - } + .pl-xl-2, .px-xl-2 { - padding-right: 0.5rem !important; padding-left: 0.5rem !important; } - .py-xl-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } .p-xl-3 { padding: 1rem !important; } - .pt-xl-3 { + .pt-xl-3, + .py-xl-3 { padding-top: 1rem !important; } - .pr-xl-3 { + .pr-xl-3, + .px-xl-3 { padding-right: 1rem !important; } - .pb-xl-3 { + .pb-xl-3, + .py-xl-3 { padding-bottom: 1rem !important; } - .pl-xl-3 { - padding-left: 1rem !important; - } + .pl-xl-3, .px-xl-3 { - padding-right: 1rem !important; padding-left: 1rem !important; } - .py-xl-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } .p-xl-4 { padding: 1.5rem !important; } - .pt-xl-4 { + .pt-xl-4, + .py-xl-4 { padding-top: 1.5rem !important; } - .pr-xl-4 { + .pr-xl-4, + .px-xl-4 { padding-right: 1.5rem !important; } - .pb-xl-4 { + .pb-xl-4, + .py-xl-4 { padding-bottom: 1.5rem !important; } - .pl-xl-4 { - padding-left: 1.5rem !important; - } + .pl-xl-4, .px-xl-4 { - padding-right: 1.5rem !important; padding-left: 1.5rem !important; } - .py-xl-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } .p-xl-5 { padding: 3rem !important; } - .pt-xl-5 { + .pt-xl-5, + .py-xl-5 { padding-top: 3rem !important; } - .pr-xl-5 { + .pr-xl-5, + .px-xl-5 { padding-right: 3rem !important; } - .pb-xl-5 { + .pb-xl-5, + .py-xl-5 { padding-bottom: 3rem !important; } - .pl-xl-5 { - padding-left: 3rem !important; - } + .pl-xl-5, .px-xl-5 { - padding-right: 3rem !important; padding-left: 3rem !important; } - .py-xl-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } .m-xl-auto { margin: auto !important; } - .mt-xl-auto { + .mt-xl-auto, + .my-xl-auto { margin-top: auto !important; } - .mr-xl-auto { + .mr-xl-auto, + .mx-xl-auto { margin-right: auto !important; } - .mb-xl-auto { + .mb-xl-auto, + .my-xl-auto { margin-bottom: auto !important; } - .ml-xl-auto { - margin-left: auto !important; - } + .ml-xl-auto, .mx-xl-auto { - margin-right: auto !important; margin-left: auto !important; } - .my-xl-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } } .text-justify { @@ -8083,16 +7828,20 @@ a.bg-dark:focus, a.bg-dark:hover { text-transform: capitalize !important; } +.font-weight-light { + font-weight: 300 !important; +} + .font-weight-normal { - font-weight: normal; + font-weight: normal !important; } .font-weight-bold { - font-weight: bold; + font-weight: bold !important; } .font-italic { - font-style: italic; + font-style: italic !important; } .text-white { -- cgit v1.2.3 From 2be34d5ce9ba1e4b03e534775e692f7de0267156 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 13 Aug 2017 12:59:27 -0700 Subject: dist --- dist/css/bootstrap.css | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 9599f72b3..a12a881b9 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1772,14 +1772,14 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } -.was-validated .form-control:valid ~ .invalid-feedback, -.was-validated .form-control:valid ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback, -.form-control.is-valid ~ .invalid-tooltip, .was-validated -.custom-select:valid ~ .invalid-feedback, +.was-validated .form-control:valid ~ .valid-feedback, +.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, +.form-control.is-valid ~ .valid-tooltip, .was-validated +.custom-select:valid ~ .valid-feedback, .was-validated -.custom-select:valid ~ .invalid-tooltip, -.custom-select.is-valid ~ .invalid-feedback, -.custom-select.is-valid ~ .invalid-tooltip { +.custom-select:valid ~ .valid-tooltip, +.custom-select.is-valid ~ .valid-feedback, +.custom-select.is-valid ~ .valid-tooltip { display: block; } @@ -2813,6 +2813,8 @@ tbody.collapse.show { position: relative; display: -ms-flexbox; display: flex; + -ms-flex-align: center; + align-items: center; width: 100%; } @@ -2829,15 +2831,6 @@ tbody.collapse.show { z-index: 3; } -.input-group-addon, -.input-group-btn, -.input-group .form-control { - display: -ms-flexbox; - display: flex; - -ms-flex-align: center; - align-items: center; -} - .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { @@ -2847,7 +2840,6 @@ tbody.collapse.show { .input-group-addon, .input-group-btn { white-space: nowrap; - vertical-align: middle; } .input-group-addon { -- cgit v1.2.3 From ca7b7cd3774c7ab90f415c91acacf00e9ba611ff Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 14 Aug 2017 20:23:45 -0700 Subject: dist --- dist/css/bootstrap.css | 67 ++++++++++++++++++++++++++------------------------ 1 file changed, 35 insertions(+), 32 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index a12a881b9..bc7a1b97d 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -597,11 +597,11 @@ pre code { } .container { + width: 100%; margin-right: auto; margin-left: auto; padding-right: 15px; padding-left: 15px; - width: 100%; } @media (min-width: 576px) { @@ -634,7 +634,6 @@ pre code { margin-left: auto; padding-right: 15px; padding-left: 15px; - width: 100%; } .row { @@ -1728,16 +1727,13 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .form-check-inline { display: inline-block; + margin-right: 0.75rem; } .form-check-inline .form-check-label { vertical-align: middle; } -.form-check-inline + .form-check-inline { - margin-left: 0.75rem; -} - .invalid-feedback { display: none; margin-top: .25rem; @@ -2442,34 +2438,24 @@ fieldset[disabled] a.btn { .btn-link { font-weight: normal; color: #007bff; - border-radius: 0; -} - -.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled { background-color: transparent; -} - -.btn-link, .btn-link:focus, .btn-link:active { - border-color: transparent; - box-shadow: none; + border-radius: 0; } .btn-link:hover { - border-color: transparent; -} - -.btn-link:focus, .btn-link:hover { color: #0056b3; text-decoration: underline; background-color: transparent; + border-color: transparent; } -.btn-link:disabled { - color: #868e96; +.btn-link:focus, .btn-link.focus { + border-color: transparent; + box-shadow: none; } -.btn-link:disabled:focus, .btn-link:disabled:hover { - text-decoration: none; +.btn-link:disabled, .btn-link.disabled { + color: #868e96; } .btn-lg, .btn-group-lg > .btn { @@ -2651,7 +2637,6 @@ tbody.collapse.show { position: relative; -ms-flex: 0 1 auto; flex: 0 1 auto; - margin-bottom: 0; } .btn-group > .btn:hover, @@ -2748,8 +2733,6 @@ tbody.collapse.show { } .btn-group-vertical { - display: -ms-inline-flexbox; - display: inline-flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-align: start; @@ -2775,12 +2758,12 @@ tbody.collapse.show { border-radius: 0; } -.btn-group-vertical > .btn:first-child:not(:last-child) { +.btn-group-vertical:first-child:not(:last-child) { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } -.btn-group-vertical > .btn:last-child:not(:first-child) { +.btn-group-vertical:last-child:not(:first-child) { border-top-left-radius: 0; border-top-right-radius: 0; } @@ -3754,10 +3737,19 @@ tbody.collapse.show { border-bottom-left-radius: calc(0.25rem - 1px); } +.card-deck { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; +} + +.card-deck .card { + margin-bottom: 15px; +} + @media (min-width: 576px) { .card-deck { - display: -ms-flexbox; - display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; margin-right: -15px; @@ -3771,14 +3763,24 @@ tbody.collapse.show { -ms-flex-direction: column; flex-direction: column; margin-right: 15px; + margin-bottom: 0; margin-left: 15px; } } +.card-group { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; +} + +.card-group .card { + margin-bottom: 15px; +} + @media (min-width: 576px) { .card-group { - display: -ms-flexbox; - display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; } @@ -3787,6 +3789,7 @@ tbody.collapse.show { flex: 1 0 0%; } .card-group .card + .card { + margin-bottom: 0; margin-left: 0; border-left: 0; } -- cgit v1.2.3 From 25bbfcdd7c656395c00876ae8342e56b1c6945a0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 20 Aug 2017 12:09:33 -0700 Subject: dist --- dist/css/bootstrap.css | 194 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 191 insertions(+), 3 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index bc7a1b97d..cda97f8ce 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -816,6 +816,50 @@ pre code { order: 12; } +.offset-1 { + margin-left: 8.333333%; +} + +.offset-2 { + margin-left: 16.666667%; +} + +.offset-3 { + margin-left: 25%; +} + +.offset-4 { + margin-left: 33.333333%; +} + +.offset-5 { + margin-left: 41.666667%; +} + +.offset-6 { + margin-left: 50%; +} + +.offset-7 { + margin-left: 58.333333%; +} + +.offset-8 { + margin-left: 66.666667%; +} + +.offset-9 { + margin-left: 75%; +} + +.offset-10 { + margin-left: 83.333333%; +} + +.offset-11 { + margin-left: 91.666667%; +} + @media (min-width: 576px) { .col-sm { -ms-flex-preferred-size: 0; @@ -938,6 +982,42 @@ pre code { -ms-flex-order: 12; order: 12; } + .offset-sm-0 { + margin-left: 0%; + } + .offset-sm-1 { + margin-left: 8.333333%; + } + .offset-sm-2 { + margin-left: 16.666667%; + } + .offset-sm-3 { + margin-left: 25%; + } + .offset-sm-4 { + margin-left: 33.333333%; + } + .offset-sm-5 { + margin-left: 41.666667%; + } + .offset-sm-6 { + margin-left: 50%; + } + .offset-sm-7 { + margin-left: 58.333333%; + } + .offset-sm-8 { + margin-left: 66.666667%; + } + .offset-sm-9 { + margin-left: 75%; + } + .offset-sm-10 { + margin-left: 83.333333%; + } + .offset-sm-11 { + margin-left: 91.666667%; + } } @media (min-width: 768px) { @@ -1062,6 +1142,42 @@ pre code { -ms-flex-order: 12; order: 12; } + .offset-md-0 { + margin-left: 0%; + } + .offset-md-1 { + margin-left: 8.333333%; + } + .offset-md-2 { + margin-left: 16.666667%; + } + .offset-md-3 { + margin-left: 25%; + } + .offset-md-4 { + margin-left: 33.333333%; + } + .offset-md-5 { + margin-left: 41.666667%; + } + .offset-md-6 { + margin-left: 50%; + } + .offset-md-7 { + margin-left: 58.333333%; + } + .offset-md-8 { + margin-left: 66.666667%; + } + .offset-md-9 { + margin-left: 75%; + } + .offset-md-10 { + margin-left: 83.333333%; + } + .offset-md-11 { + margin-left: 91.666667%; + } } @media (min-width: 992px) { @@ -1186,6 +1302,42 @@ pre code { -ms-flex-order: 12; order: 12; } + .offset-lg-0 { + margin-left: 0%; + } + .offset-lg-1 { + margin-left: 8.333333%; + } + .offset-lg-2 { + margin-left: 16.666667%; + } + .offset-lg-3 { + margin-left: 25%; + } + .offset-lg-4 { + margin-left: 33.333333%; + } + .offset-lg-5 { + margin-left: 41.666667%; + } + .offset-lg-6 { + margin-left: 50%; + } + .offset-lg-7 { + margin-left: 58.333333%; + } + .offset-lg-8 { + margin-left: 66.666667%; + } + .offset-lg-9 { + margin-left: 75%; + } + .offset-lg-10 { + margin-left: 83.333333%; + } + .offset-lg-11 { + margin-left: 91.666667%; + } } @media (min-width: 1200px) { @@ -1310,6 +1462,42 @@ pre code { -ms-flex-order: 12; order: 12; } + .offset-xl-0 { + margin-left: 0%; + } + .offset-xl-1 { + margin-left: 8.333333%; + } + .offset-xl-2 { + margin-left: 16.666667%; + } + .offset-xl-3 { + margin-left: 25%; + } + .offset-xl-4 { + margin-left: 33.333333%; + } + .offset-xl-5 { + margin-left: 41.666667%; + } + .offset-xl-6 { + margin-left: 50%; + } + .offset-xl-7 { + margin-left: 58.333333%; + } + .offset-xl-8 { + margin-left: 66.666667%; + } + .offset-xl-9 { + margin-left: 75%; + } + .offset-xl-10 { + margin-left: 83.333333%; + } + .offset-xl-11 { + margin-left: 91.666667%; + } } .table { @@ -2385,7 +2573,7 @@ fieldset[disabled] a.btn { } .btn-outline-light:hover { - color: #fff; + color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } @@ -2401,7 +2589,7 @@ fieldset[disabled] a.btn { .btn-outline-light:active, .btn-outline-light.active, .show > .btn-outline-light.dropdown-toggle { - color: #fff; + color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } @@ -3787,9 +3975,9 @@ tbody.collapse.show { .card-group .card { -ms-flex: 1 0 0%; flex: 1 0 0%; + margin-bottom: 0; } .card-group .card + .card { - margin-bottom: 0; margin-left: 0; border-left: 0; } -- cgit v1.2.3 From 6bea2e24fec9c8612ca20bb4f52ea243fc4e3c9a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 20 Aug 2017 13:36:58 -0700 Subject: dist --- dist/css/bootstrap.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index cda97f8ce..9164d6876 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3866,6 +3866,10 @@ tbody.collapse.show { border-bottom-left-radius: 0.25rem; } +.card .card-header + .list-group > .list-group-item:first-child { + border-top: 0; +} + .card-header { padding: 0.75rem 1.25rem; margin-bottom: 0; @@ -4154,7 +4158,6 @@ tbody.collapse.show { font-size: 75%; font-weight: bold; line-height: 1; - color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; -- cgit v1.2.3 From df47558ef680adf6e80b5e8402837125c41210c0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 5 Sep 2017 21:05:12 -0700 Subject: dist --- dist/css/bootstrap.css | 94 ++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 72 insertions(+), 22 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 9164d6876..d6c93d336 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -244,7 +244,7 @@ a, area, button, [role="button"], -input, +input:not([type=range]), label, select, summary, @@ -1689,51 +1689,105 @@ pre code { background-color: rgba(0, 0, 0, 0.075); } -.thead-inverse th { +.table .thead-dark th { color: #fff; background-color: #212529; + border-color: #32383e; } -.thead-default th { +.table .thead-light th { color: #495057; background-color: #e9ecef; + border-color: #e9ecef; } -.table-inverse { +.table-dark { color: #fff; background-color: #212529; } -.table-inverse th, -.table-inverse td, -.table-inverse thead th { +.table-dark th, +.table-dark td, +.table-dark thead th { border-color: #32383e; } -.table-inverse.table-bordered { +.table-dark.table-bordered { border: 0; } -.table-inverse.table-striped tbody tr:nth-of-type(odd) { +.table-dark.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(255, 255, 255, 0.05); } -.table-inverse.table-hover tbody tr:hover { +.table-dark.table-hover tbody tr:hover { background-color: rgba(255, 255, 255, 0.075); } +@media (max-width: 575px) { + .table-responsive-sm { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + -ms-overflow-style: -ms-autohiding-scrollbar; + } + .table-responsive-sm.table-bordered { + border: 0; + } +} + +@media (max-width: 767px) { + .table-responsive-md { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + -ms-overflow-style: -ms-autohiding-scrollbar; + } + .table-responsive-md.table-bordered { + border: 0; + } +} + @media (max-width: 991px) { - .table-responsive { + .table-responsive-lg { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + -ms-overflow-style: -ms-autohiding-scrollbar; + } + .table-responsive-lg.table-bordered { + border: 0; + } +} + +@media (max-width: 1199px) { + .table-responsive-xl { display: block; width: 100%; overflow-x: auto; + -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } - .table-responsive.table-bordered { + .table-responsive-xl.table-bordered { border: 0; } } +.table-responsive { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + -ms-overflow-style: -ms-autohiding-scrollbar; +} + +.table-responsive.table-bordered { + border: 0; +} + .form-control { display: block; width: 100%; @@ -4032,6 +4086,10 @@ tbody.collapse.show { } .breadcrumb { + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; padding: 0.75rem 1rem; margin-bottom: 1rem; list-style: none; @@ -4039,16 +4097,6 @@ tbody.collapse.show { border-radius: 0.25rem; } -.breadcrumb::after { - display: block; - clear: both; - content: ""; -} - -.breadcrumb-item { - float: left; -} - .breadcrumb-item + .breadcrumb-item::before { display: inline-block; padding-right: 0.5rem; @@ -4811,6 +4859,7 @@ button.close { position: relative; width: auto; margin: 10px; + pointer-events: none; } .modal-content { @@ -4819,6 +4868,7 @@ button.close { display: flex; -ms-flex-direction: column; flex-direction: column; + pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); -- cgit v1.2.3 From d8a5147c380fe142ee97fa2489f05afe2ed5a614 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 9 Sep 2017 16:59:37 -0700 Subject: dist --- dist/css/bootstrap.css | 1 + 1 file changed, 1 insertion(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index d6c93d336..8363c4490 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1879,6 +1879,7 @@ select.form-control:focus::-ms-value { padding-bottom: 0.5rem; margin-bottom: 0; line-height: 1.25; + background-color: transparent; border: solid transparent; border-width: 1px 0; } -- cgit v1.2.3 From 43574ed1c7a8fe1c915d4a7dbc20ae36dd66964f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 9 Sep 2017 17:40:22 -0700 Subject: dist --- dist/css/bootstrap.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 8363c4490..f799f8397 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5634,11 +5634,11 @@ a.bg-dark:focus, a.bg-dark:hover { } .rounded-circle { - border-radius: 50%; + border-radius: 50% !important; } .rounded-0 { - border-radius: 0; + border-radius: 0 !important; } .clearfix::after { -- cgit v1.2.3 From 75d435f76e48b19007495a02e79b0d41f2690361 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 12 Sep 2017 22:24:15 -0700 Subject: dist --- dist/css/bootstrap.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index f799f8397..baa88cc80 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3530,6 +3530,8 @@ tbody.collapse.show { .navbar-collapse { -ms-flex-preferred-size: 100%; flex-basis: 100%; + -ms-flex-positive: 1; + flex-grow: 1; -ms-flex-align: center; align-items: center; } @@ -3597,6 +3599,8 @@ tbody.collapse.show { .navbar-expand-sm .navbar-collapse { display: -ms-flexbox !important; display: flex !important; + -ms-flex-preferred-size: auto; + flex-basis: auto; } .navbar-expand-sm .navbar-toggler { display: none; @@ -3643,6 +3647,8 @@ tbody.collapse.show { .navbar-expand-md .navbar-collapse { display: -ms-flexbox !important; display: flex !important; + -ms-flex-preferred-size: auto; + flex-basis: auto; } .navbar-expand-md .navbar-toggler { display: none; @@ -3689,6 +3695,8 @@ tbody.collapse.show { .navbar-expand-lg .navbar-collapse { display: -ms-flexbox !important; display: flex !important; + -ms-flex-preferred-size: auto; + flex-basis: auto; } .navbar-expand-lg .navbar-toggler { display: none; @@ -3735,6 +3743,8 @@ tbody.collapse.show { .navbar-expand-xl .navbar-collapse { display: -ms-flexbox !important; display: flex !important; + -ms-flex-preferred-size: auto; + flex-basis: auto; } .navbar-expand-xl .navbar-toggler { display: none; @@ -3784,6 +3794,8 @@ tbody.collapse.show { .navbar-expand .navbar-collapse { display: -ms-flexbox !important; display: flex !important; + -ms-flex-preferred-size: auto; + flex-basis: auto; } .navbar-expand .navbar-toggler { -- cgit v1.2.3 From f5ad6e3987788ae5903a39384c49171bf52bd7b8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 30 Sep 2017 14:28:03 -0700 Subject: dist --- dist/css/bootstrap.css | 56 ++++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 29 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index baa88cc80..042ff99dc 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -225,6 +225,7 @@ pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; + -ms-overflow-style: scrollbar; } figure { @@ -274,6 +275,10 @@ label { margin-bottom: .5rem; } +button { + border-radius: 0; +} + button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; @@ -2850,10 +2855,6 @@ tbody.collapse.show { background-color: transparent; } -.show > a { - outline: 0; -} - .dropdown-menu.show { display: block; } @@ -3001,12 +3002,12 @@ tbody.collapse.show { border-radius: 0; } -.btn-group-vertical:first-child:not(:last-child) { +.btn-group-vertical > .btn:first-child:not(:last-child) { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } -.btn-group-vertical:last-child:not(:first-child) { +.btn-group-vertical > .btn:last-child:not(:first-child) { border-top-left-radius: 0; border-top-right-radius: 0; } @@ -3569,10 +3570,8 @@ tbody.collapse.show { @media (min-width: 576px) { .navbar-expand-sm { - -ms-flex-direction: row; - flex-direction: row; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; -ms-flex-pack: start; justify-content: flex-start; } @@ -3617,10 +3616,8 @@ tbody.collapse.show { @media (min-width: 768px) { .navbar-expand-md { - -ms-flex-direction: row; - flex-direction: row; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; -ms-flex-pack: start; justify-content: flex-start; } @@ -3665,10 +3662,8 @@ tbody.collapse.show { @media (min-width: 992px) { .navbar-expand-lg { - -ms-flex-direction: row; - flex-direction: row; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; -ms-flex-pack: start; justify-content: flex-start; } @@ -3713,10 +3708,8 @@ tbody.collapse.show { @media (min-width: 1200px) { .navbar-expand-xl { - -ms-flex-direction: row; - flex-direction: row; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; -ms-flex-pack: start; justify-content: flex-start; } @@ -3752,10 +3745,8 @@ tbody.collapse.show { } .navbar-expand { - -ms-flex-direction: row; - flex-direction: row; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; -ms-flex-pack: start; justify-content: flex-start; } @@ -3948,6 +3939,10 @@ tbody.collapse.show { border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; } +.card-header + .list-group .list-group-item:first-child { + border-top: 0; +} + .card-footer { padding: 0.75rem 1.25rem; background-color: rgba(0, 0, 0, 0.03); @@ -4072,13 +4067,16 @@ tbody.collapse.show { .card-group .card:last-child .card-img-bottom { border-bottom-left-radius: 0; } - .card-group .card:not(:first-child):not(:last-child) { + .card-group .card:not(:first-child):not(:last-child):not(:only-child) { border-radius: 0; } - .card-group .card:not(:first-child):not(:last-child) .card-img-top, - .card-group .card:not(:first-child):not(:last-child) .card-img-bottom { + .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, + .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom { border-radius: 0; } + .card-group .card:only-child { + border-radius: 0.25rem; + } } .card-columns .card { -- cgit v1.2.3 From 79c6e54af172132baab7f344e276c443a6dfdb3a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 1 Oct 2017 12:14:55 -0700 Subject: dist --- dist/css/bootstrap.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 042ff99dc..840663284 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4346,6 +4346,7 @@ tbody.collapse.show { } .alert { + position: relative; padding: 0.75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; @@ -4361,9 +4362,9 @@ tbody.collapse.show { } .alert-dismissible .close { - position: relative; - top: -0.75rem; - right: -1.25rem; + position: absolute; + top: 0; + right: 0; padding: 0.75rem 1.25rem; color: inherit; } @@ -4908,8 +4909,8 @@ button.close { .modal-header { display: -ms-flexbox; display: flex; - -ms-flex-align: center; - align-items: center; + -ms-flex-align: start; + align-items: flex-start; -ms-flex-pack: justify; justify-content: space-between; padding: 15px; @@ -4917,7 +4918,8 @@ button.close { } .modal-header .close { - margin-left: auto; + padding: 15px; + margin: -15px -15px -15px auto; } .modal-title { -- cgit v1.2.3 From 3ca4d3f88d8a2e5d43e6796c10630ad4b42ec045 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 1 Oct 2017 20:52:25 -0700 Subject: dist --- dist/css/bootstrap.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 840663284..c6cc077c2 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3162,7 +3162,7 @@ tbody.collapse.show { .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group { z-index: 2; - margin-left: -1px; + margin-left: 0; } .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover, @@ -3887,6 +3887,11 @@ tbody.collapse.show { border-radius: 0.25rem; } +.card > hr { + margin-right: 0; + margin-left: 0; +} + .card-body { -ms-flex: 1 1 auto; flex: 1 1 auto; @@ -4606,10 +4611,15 @@ tbody.collapse.show { .list-group-flush .list-group-item { border-right: 0; + border-bottom: 0; border-left: 0; border-radius: 0; } +.list-group-flush .list-group-item:first-child { + border-top: 0; +} + .list-group-flush:first-child .list-group-item:first-child { border-top: 0; } -- cgit v1.2.3 From eaccb6070185e8447fbb32cb18b28d9b7537405f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 2 Oct 2017 10:56:50 -0700 Subject: dist --- dist/css/bootstrap.css | 77 ++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 69 insertions(+), 8 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index c6cc077c2..25c7bf28b 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4,6 +4,37 @@ * Copyright 2011-2017 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ +:root { + --blue: #007bff; + --indigo: #6610f2; + --purple: #6f42c1; + --pink: #e83e8c; + --red: #dc3545; + --orange: #fd7e14; + --yellow: #ffc107; + --green: #28a745; + --teal: #20c997; + --cyan: #17a2b8; + --white: #fff; + --gray: #868e96; + --gray-dark: #343a40; + --primary: #007bff; + --secondary: #868e96; + --success: #28a745; + --info: #17a2b8; + --warning: #ffc107; + --danger: #dc3545; + --light: #f8f9fa; + --dark: #343a40; + --breakpoint-xs: 0; + --breakpoint-sm: 576px; + --breakpoint-md: 768px; + --breakpoint-lg: 992px; + --breakpoint-xl: 1200px; + --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; +} + @media print { *, *::before, @@ -1855,21 +1886,24 @@ select.form-control:focus::-ms-value { } .col-form-label { - padding-top: calc(0.5rem - 1px * 2); - padding-bottom: calc(0.5rem - 1px * 2); + padding-top: calc(0.5rem + 1px); + padding-bottom: calc(0.5rem + 1px); margin-bottom: 0; + line-height: 1.25; } .col-form-label-lg { - padding-top: calc(0.5rem - 1px * 2); - padding-bottom: calc(0.5rem - 1px * 2); + padding-top: calc(0.5rem + 1px); + padding-bottom: calc(0.5rem + 1px); font-size: 1.25rem; + line-height: 1.5; } .col-form-label-sm { - padding-top: calc(0.25rem - 1px * 2); - padding-bottom: calc(0.25rem - 1px * 2); + padding-top: calc(0.25rem + 1px); + padding-bottom: calc(0.25rem + 1px); font-size: 0.875rem; + line-height: 1.5; } .col-form-legend { @@ -3040,8 +3074,8 @@ tbody.collapse.show { position: relative; display: -ms-flexbox; display: flex; - -ms-flex-align: center; - align-items: center; + -ms-flex-align: stretch; + align-items: stretch; width: 100%; } @@ -3058,6 +3092,15 @@ tbody.collapse.show { z-index: 3; } +.input-group-addon, +.input-group-btn, +.input-group .form-control { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; +} + .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { @@ -3136,6 +3179,8 @@ tbody.collapse.show { .input-group-btn { position: relative; + -ms-flex-align: stretch; + align-items: stretch; font-size: 0; white-space: nowrap; } @@ -3833,6 +3878,14 @@ tbody.collapse.show { color: rgba(0, 0, 0, 0.5); } +.navbar-light .navbar-text a { + color: rgba(0, 0, 0, 0.9); +} + +.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover { + color: rgba(0, 0, 0, 0.9); +} + .navbar-dark .navbar-brand { color: white; } @@ -3873,6 +3926,14 @@ tbody.collapse.show { color: rgba(255, 255, 255, 0.5); } +.navbar-dark .navbar-text a { + color: white; +} + +.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover { + color: white; +} + .card { position: relative; display: -ms-flexbox; -- cgit v1.2.3 From d0fa826ac3d81f9170176c71f6c887e2b4d40f25 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 2 Oct 2017 17:08:39 -0700 Subject: dist --- dist/css/bootstrap.css | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 25c7bf28b..38eeac9bc 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1834,7 +1834,7 @@ pre code { background-color: #fff; background-image: none; background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid #ced4da; border-radius: 0.25rem; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } @@ -3121,8 +3121,7 @@ tbody.collapse.show { color: #495057; text-align: center; background-color: #e9ecef; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid #ced4da; border-radius: 0.25rem; } @@ -3187,8 +3186,6 @@ tbody.collapse.show { .input-group-btn > .btn { position: relative; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.15); } .input-group-btn > .btn + .btn { @@ -3317,9 +3314,8 @@ tbody.collapse.show { color: #495057; vertical-align: middle; background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center; - background-clip: padding-box; background-size: 8px 10px; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid #ced4da; border-radius: 0.25rem; -webkit-appearance: none; -moz-appearance: none; @@ -3380,7 +3376,6 @@ tbody.collapse.show { z-index: 5; height: calc(2.25rem + 2px); padding: 0.5rem 0.75rem; - overflow: hidden; line-height: 1.25; color: #495057; pointer-events: none; @@ -3389,8 +3384,7 @@ tbody.collapse.show { -ms-user-select: none; user-select: none; background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid #ced4da; border-radius: 0.25rem; } @@ -3400,8 +3394,9 @@ tbody.collapse.show { .custom-file-control::before { position: absolute; - top: 0; - right: 0; + top: -1px; + right: -1px; + bottom: -1px; z-index: 6; display: block; height: calc(2.25rem + 2px); @@ -3409,7 +3404,8 @@ tbody.collapse.show { line-height: 1.25; color: #495057; background-color: #e9ecef; - border-left: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid #ced4da; + border-radius: 0 0.25rem 0.25rem 0; } .custom-file-control:lang(en)::before { -- cgit v1.2.3 From f58997a0dae54dc98d11892afef9acb85bdc6a1e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 2 Oct 2017 19:12:11 -0700 Subject: dist --- dist/css/bootstrap.css | 44 +++++++++++++++++++++++++++++++++++++++----- 1 file changed, 39 insertions(+), 5 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 38eeac9bc..5cdf24f4c 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -792,6 +792,11 @@ pre code { max-width: 100%; } +.order-first { + -ms-flex-order: -1; + order: -1; +} + .order-1 { -ms-flex-order: 1; order: 1; @@ -970,6 +975,10 @@ pre code { flex: 0 0 100%; max-width: 100%; } + .order-sm-first { + -ms-flex-order: -1; + order: -1; + } .order-sm-1 { -ms-flex-order: 1; order: 1; @@ -1130,6 +1139,10 @@ pre code { flex: 0 0 100%; max-width: 100%; } + .order-md-first { + -ms-flex-order: -1; + order: -1; + } .order-md-1 { -ms-flex-order: 1; order: 1; @@ -1290,6 +1303,10 @@ pre code { flex: 0 0 100%; max-width: 100%; } + .order-lg-first { + -ms-flex-order: -1; + order: -1; + } .order-lg-1 { -ms-flex-order: 1; order: 1; @@ -1450,6 +1467,10 @@ pre code { flex: 0 0 100%; max-width: 100%; } + .order-xl-first { + -ms-flex-order: -1; + order: -1; + } .order-xl-1 { -ms-flex-order: 1; order: 1; @@ -2721,7 +2742,6 @@ fieldset[disabled] a.btn { font-weight: normal; color: #007bff; background-color: transparent; - border-radius: 0; } .btn-link:hover { @@ -3986,10 +4006,6 @@ tbody.collapse.show { border-bottom-left-radius: 0.25rem; } -.card .card-header + .list-group > .list-group-item:first-child { - border-top: 0; -} - .card-header { padding: 0.75rem 1.25rem; margin-bottom: 0; @@ -4982,6 +4998,8 @@ button.close { justify-content: space-between; padding: 15px; border-bottom: 1px solid #e9ecef; + border-top-left-radius: 0.3rem; + border-top-right-radius: 0.3rem; } .modal-header .close { @@ -5746,6 +5764,10 @@ a.bg-dark:focus, a.bg-dark:hover { display: table !important; } +.d-table-row { + display: table-row !important; +} + .d-table-cell { display: table-cell !important; } @@ -5776,6 +5798,9 @@ a.bg-dark:focus, a.bg-dark:hover { .d-sm-table { display: table !important; } + .d-sm-table-row { + display: table-row !important; + } .d-sm-table-cell { display: table-cell !important; } @@ -5805,6 +5830,9 @@ a.bg-dark:focus, a.bg-dark:hover { .d-md-table { display: table !important; } + .d-md-table-row { + display: table-row !important; + } .d-md-table-cell { display: table-cell !important; } @@ -5834,6 +5862,9 @@ a.bg-dark:focus, a.bg-dark:hover { .d-lg-table { display: table !important; } + .d-lg-table-row { + display: table-row !important; + } .d-lg-table-cell { display: table-cell !important; } @@ -5863,6 +5894,9 @@ a.bg-dark:focus, a.bg-dark:hover { .d-xl-table { display: table !important; } + .d-xl-table-row { + display: table-row !important; + } .d-xl-table-cell { display: table-cell !important; } -- cgit v1.2.3 From acaa6d6f239050a6c9444b4afc0c90a387e2b729 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 2 Oct 2017 20:36:35 -0700 Subject: dist --- dist/css/bootstrap.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 5cdf24f4c..57abce8e5 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -634,10 +634,10 @@ pre code { .container { width: 100%; - margin-right: auto; - margin-left: auto; padding-right: 15px; padding-left: 15px; + margin-right: auto; + margin-left: auto; } @media (min-width: 576px) { @@ -666,10 +666,10 @@ pre code { .container-fluid { width: 100%; - margin-right: auto; - margin-left: auto; padding-right: 15px; padding-left: 15px; + margin-right: auto; + margin-left: auto; } .row { -- cgit v1.2.3 From 7adf74d58508b4fae4fed94da1b304f18d912591 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 2 Oct 2017 20:50:11 -0700 Subject: dist --- dist/css/bootstrap.css | 41 ++++++++++++++++++++++++++++++++++++----- 1 file changed, 36 insertions(+), 5 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 57abce8e5..f7366de1d 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2037,14 +2037,14 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for vertical-align: middle; } -.invalid-feedback { +.valid-feedback { display: none; margin-top: .25rem; font-size: .875rem; - color: #dc3545; + color: #28a745; } -.invalid-tooltip { +.valid-tooltip { position: absolute; top: 100%; z-index: 5; @@ -2055,7 +2055,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for font-size: .875rem; line-height: 1; color: #fff; - background-color: rgba(220, 53, 69, 0.8); + background-color: rgba(40, 167, 69, 0.8); border-radius: .2rem; } @@ -2106,6 +2106,28 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } +.invalid-feedback { + display: none; + margin-top: .25rem; + font-size: .875rem; + color: #dc3545; +} + +.invalid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + width: 250px; + padding: .5rem; + margin-top: .1rem; + font-size: .875rem; + line-height: 1; + color: #fff; + background-color: rgba(220, 53, 69, 0.8); + border-radius: .2rem; +} + .was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid { @@ -3216,6 +3238,10 @@ tbody.collapse.show { z-index: 3; } +.input-group-btn:first-child > .btn + .btn { + margin-left: 0; +} + .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group { margin-right: -1px; @@ -3227,6 +3253,11 @@ tbody.collapse.show { margin-left: 0; } +.input-group-btn:not(:first-child) > .btn:first-child, +.input-group-btn:not(:first-child) > .btn-group:first-child { + margin-left: -1px; +} + .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .btn-group:active, @@ -3497,7 +3528,7 @@ tbody.collapse.show { } .nav-pills .nav-link.active, -.show > .nav-pills .nav-link { +.nav-pills .show > .nav-link { color: #fff; background-color: #007bff; } -- cgit v1.2.3 From 7825144895ad84f5156cc54d7bee252315e9aa73 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 2 Oct 2017 20:51:54 -0700 Subject: dist --- dist/css/bootstrap.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index f7366de1d..74e7e8001 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2857,6 +2857,7 @@ tbody.collapse.show { content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; + border-bottom: 0; border-left: 0.3em solid transparent; } @@ -2870,8 +2871,20 @@ tbody.collapse.show { } .dropup .dropdown-toggle::after { + display: inline-block; + width: 0; + height: 0; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; border-top: 0; + border-right: 0.3em solid transparent; border-bottom: 0.3em solid; + border-left: 0.3em solid transparent; +} + +.dropup .dropdown-toggle:empty::after { + margin-left: 0; } .dropdown-menu { -- cgit v1.2.3 From 898708dd2770645c0987fdcb52e12e1c739bca88 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 2 Oct 2017 21:48:56 -0700 Subject: dist --- dist/css/bootstrap.css | 43 ++++++++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 19 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 74e7e8001..928583889 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1848,9 +1848,9 @@ pre code { .form-control { display: block; width: 100%; - padding: 0.5rem 0.75rem; + padding: 0.375rem 0.75rem; font-size: 1rem; - line-height: 1.25; + line-height: 1.5; color: #495057; background-color: #fff; background-image: none; @@ -1907,10 +1907,10 @@ select.form-control:focus::-ms-value { } .col-form-label { - padding-top: calc(0.5rem + 1px); - padding-bottom: calc(0.5rem + 1px); + padding-top: calc(0.375rem + 1px); + padding-bottom: calc(0.375rem + 1px); margin-bottom: 0; - line-height: 1.25; + line-height: 1.5; } .col-form-label-lg { @@ -1928,17 +1928,17 @@ select.form-control:focus::-ms-value { } .col-form-legend { - padding-top: 0.5rem; - padding-bottom: 0.5rem; + padding-top: 0.375rem; + padding-bottom: 0.375rem; margin-bottom: 0; font-size: 1rem; } .form-control-plaintext { - padding-top: 0.5rem; - padding-bottom: 0.5rem; + padding-top: 0.375rem; + padding-bottom: 0.375rem; margin-bottom: 0; - line-height: 1.25; + line-height: 1.5; background-color: transparent; border: solid transparent; border-width: 1px 0; @@ -2275,9 +2275,9 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for -ms-user-select: none; user-select: none; border: 1px solid transparent; - padding: 0.5rem 0.75rem; + padding: 0.375rem 0.75rem; font-size: 1rem; - line-height: 1.25; + line-height: 1.5; border-radius: 0.25rem; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @@ -3168,11 +3168,11 @@ tbody.collapse.show { } .input-group-addon { - padding: 0.5rem 0.75rem; + padding: 0.375rem 0.75rem; margin-bottom: 0; font-size: 1rem; font-weight: normal; - line-height: 1.25; + line-height: 1.5; color: #495057; text-align: center; background-color: #e9ecef; @@ -3374,7 +3374,7 @@ tbody.collapse.show { max-width: 100%; height: calc(2.25rem + 2px); padding: 0.375rem 1.75rem 0.375rem 0.75rem; - line-height: 1.25; + line-height: 1.5; color: #495057; vertical-align: middle; background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center; @@ -3396,6 +3396,11 @@ tbody.collapse.show { background-color: #fff; } +.custom-select[multiple] { + height: auto; + background-image: none; +} + .custom-select:disabled { color: #868e96; background-color: #e9ecef; @@ -3439,8 +3444,8 @@ tbody.collapse.show { left: 0; z-index: 5; height: calc(2.25rem + 2px); - padding: 0.5rem 0.75rem; - line-height: 1.25; + padding: 0.375rem 0.75rem; + line-height: 1.5; color: #495057; pointer-events: none; -webkit-user-select: none; @@ -3464,8 +3469,8 @@ tbody.collapse.show { z-index: 6; display: block; height: calc(2.25rem + 2px); - padding: 0.5rem 0.75rem; - line-height: 1.25; + padding: 0.375rem 0.75rem; + line-height: 1.5; color: #495057; background-color: #e9ecef; border: 1px solid #ced4da; -- cgit v1.2.3