From 07a302a33b11fc8333ab2599ba79ac7d1b02e4ad Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 31 Mar 2018 22:15:15 -0700 Subject: dist --- dist/css/bootstrap.css | 118 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index ba0462d991..ae2ef67f06 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4560,6 +4560,8 @@ input[type="button"].btn-block { -webkit-column-gap: 1.25rem; -moz-column-gap: 1.25rem; column-gap: 1.25rem; + orphans: 1; + widows: 1; } .card-columns .card { display: inline-block; @@ -6483,6 +6485,26 @@ button.bg-dark:focus { flex: 1 1 auto !important; } +.flex-grow-0 { + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; +} + +.flex-grow-1 { + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; +} + +.flex-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; +} + +.flex-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; +} + .justify-content-start { -ms-flex-pack: start !important; justify-content: flex-start !important; @@ -6626,6 +6648,22 @@ button.bg-dark:focus { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } + .flex-sm-grow-0 { + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; + } + .flex-sm-grow-1 { + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; + } + .flex-sm-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; + } + .flex-sm-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; + } .justify-content-sm-start { -ms-flex-pack: start !important; justify-content: flex-start !important; @@ -6749,6 +6787,22 @@ button.bg-dark:focus { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } + .flex-md-grow-0 { + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; + } + .flex-md-grow-1 { + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; + } + .flex-md-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; + } + .flex-md-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; + } .justify-content-md-start { -ms-flex-pack: start !important; justify-content: flex-start !important; @@ -6872,6 +6926,22 @@ button.bg-dark:focus { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } + .flex-lg-grow-0 { + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; + } + .flex-lg-grow-1 { + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; + } + .flex-lg-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; + } + .flex-lg-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; + } .justify-content-lg-start { -ms-flex-pack: start !important; justify-content: flex-start !important; @@ -6995,6 +7065,22 @@ button.bg-dark:focus { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } + .flex-xl-grow-0 { + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; + } + .flex-xl-grow-1 { + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; + } + .flex-xl-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; + } + .flex-xl-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; + } .justify-content-xl-start { -ms-flex-pack: start !important; justify-content: flex-start !important; @@ -7211,6 +7297,22 @@ button.bg-dark:focus { white-space: normal; } +.shadow-sm { + box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; +} + +.shadow { + box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; +} + +.shadow-lg { + box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; +} + +.shadow-none { + box-shadow: none !important; +} + .w-25 { width: 25% !important; } @@ -8571,6 +8673,10 @@ button.bg-dark:focus { } } +.text-monospace { + font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; +} + .text-justify { text-align: justify !important; } @@ -8741,10 +8847,22 @@ a.text-dark:hover, a.text-dark:focus { color: #1d2124 !important; } +.text-body { + color: #212529 !important; +} + .text-muted { color: #6c757d !important; } +.text-black-50 { + color: rgba(0, 0, 0, 0.5) !important; +} + +.text-white-50 { + color: rgba(255, 255, 255, 0.5) !important; +} + .text-hide { font: 0/0 a; color: transparent; -- cgit v1.2.3