From cd76a6775de677210c25608f4d359ce429df995b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 7 Dec 2016 20:46:17 -0800 Subject: grunt --- dist/css/bootstrap.css | 245 +++++++++++++++++++------------------------------ 1 file changed, 93 insertions(+), 152 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 3a0ceee6d..6cdd67c46 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -677,8 +677,7 @@ dl.row > dd + dt { clear: left; } -.img-fluid, .carousel-inner > .carousel-item > img, -.carousel-inner > .carousel-item > a > img { +.img-fluid { max-width: 100%; height: auto; } @@ -3513,13 +3512,10 @@ tbody.collapse.active { display: inline-block; min-height: 1.5rem; padding-left: 1.5rem; + margin-right: 1rem; cursor: pointer; } -.custom-control + .custom-control { - margin-left: 1rem; -} - .custom-control-input { position: absolute; z-index: -1; @@ -5789,21 +5785,14 @@ button.close { overflow: hidden; } -.carousel-inner > .carousel-item { +.carousel-item { position: relative; display: none; - -webkit-transition: left 0.6s ease-in-out; - -o-transition: left 0.6s ease-in-out; - transition: left 0.6s ease-in-out; -} - -.carousel-inner > .carousel-item > img, -.carousel-inner > .carousel-item > a > img { - line-height: 1; + width: 100%; } @media (-webkit-transform-3d) { - .carousel-inner > .carousel-item { + .carousel-item { -webkit-transition: -webkit-transform 0.6s ease-in-out; transition: -webkit-transform 0.6s ease-in-out; -o-transition: -o-transform 0.6s ease-in-out; @@ -5814,25 +5803,10 @@ button.close { -webkit-perspective: 1000px; perspective: 1000px; } - .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right { - left: 0; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } - .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left { - left: 0; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } - .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active { - left: 0; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } } @supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) { - .carousel-inner > .carousel-item { + .carousel-item { -webkit-transition: -webkit-transform 0.6s ease-in-out; transition: -webkit-transform 0.6s ease-in-out; -o-transition: -o-transform 0.6s ease-in-out; @@ -5843,103 +5817,86 @@ button.close { -webkit-perspective: 1000px; perspective: 1000px; } - .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right { - left: 0; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } - .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left { - left: 0; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } - .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active { - left: 0; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } } -.carousel-inner > .active, -.carousel-inner > .next, -.carousel-inner > .prev { +.carousel-item.active, +.carousel-item-next, +.carousel-item-prev { display: block; } -.carousel-inner > .active { - left: 0; -} - -.carousel-inner > .next, -.carousel-inner > .prev { +.carousel-item-next, +.carousel-item-prev { position: absolute; top: 0; - width: 100%; -} - -.carousel-inner > .next { - left: 100%; -} - -.carousel-inner > .prev { - left: -100%; -} - -.carousel-inner > .next.left, -.carousel-inner > .prev.right { - left: 0; } -.carousel-inner > .active.left { - left: -100%; +@media (-webkit-transform-3d) { + .carousel-item-next.carousel-item-left, + .carousel-item-prev.carousel-item-right { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + .carousel-item-next, + .active.carousel-item-right { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } + .carousel-item-prev, + .active.carousel-item-left { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } } -.carousel-inner > .active.right { - left: 100%; +@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) { + .carousel-item-next.carousel-item-left, + .carousel-item-prev.carousel-item-right { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + .carousel-item-next, + .active.carousel-item-right { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } + .carousel-item-prev, + .active.carousel-item-left { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } } -.carousel-control { +.carousel-control-prev, +.carousel-control-next { position: absolute; top: 0; bottom: 0; - left: 0; width: 15%; - font-size: 20px; color: #fff; text-align: center; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); opacity: 0.5; } -.carousel-control.left { - background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); - background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); - background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); -} - -.carousel-control.right { - right: 0; - left: auto; - background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5))); - background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); - background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); -} - -.carousel-control:focus, .carousel-control:hover { +.carousel-control-prev:focus, .carousel-control-prev:hover, +.carousel-control-next:focus, +.carousel-control-next:hover { color: #fff; text-decoration: none; outline: 0; opacity: .9; } -.carousel-control .icon-prev, -.carousel-control .icon-next { +.carousel-control-prev { + left: 0; +} + +.carousel-control-next { + right: 0; +} + +.carousel-control-prev-icon, +.carousel-control-next-icon { position: absolute; top: 50%; z-index: 5; @@ -5949,54 +5906,67 @@ button.close { margin-top: -10px; font-family: serif; line-height: 1; + background: transparent no-repeat center center; + -webkit-background-size: 100% 100%; + background-size: 100% 100%; } -.carousel-control .icon-prev { +.carousel-control-prev-icon { left: 50%; margin-left: -10px; + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); } -.carousel-control .icon-next { +.carousel-control-next-icon { right: 50%; margin-right: -10px; -} - -.carousel-control .icon-prev::before { - content: "\2039"; -} - -.carousel-control .icon-next::before { - content: "\203a"; + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); } .carousel-indicators { position: absolute; + right: 0; bottom: 10px; - left: 50%; + left: 0; z-index: 15; - width: 60%; padding-left: 0; - margin-left: -30%; + margin-right: 15%; + margin-left: 15%; text-align: center; list-style: none; } .carousel-indicators li { + position: relative; display: inline-block; - width: 10px; - height: 10px; - margin: 1px; + width: 30px; + height: 3px; text-indent: -999px; cursor: pointer; - background-color: transparent; - border: 1px solid #fff; - border-radius: 10px; + background-color: rgba(255, 255, 255, 0.5); +} + +.carousel-indicators li::before { + position: absolute; + top: -10px; + left: 0; + display: inline-block; + width: 100%; + height: 10px; + content: ""; +} + +.carousel-indicators li::after { + position: absolute; + bottom: -10px; + left: 0; + display: inline-block; + width: 100%; + height: 10px; + content: ""; } .carousel-indicators .active { - width: 12px; - height: 12px; - margin: 0; background-color: #fff; } @@ -6010,35 +5980,6 @@ button.close { padding-bottom: 20px; color: #fff; text-align: center; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); -} - -.carousel-caption .btn { - text-shadow: none; -} - -@media (min-width: 576px) { - .carousel-control .icon-prev, - .carousel-control .icon-next { - width: 30px; - height: 30px; - margin-top: -15px; - font-size: 30px; - } - .carousel-control .icon-prev { - margin-left: -15px; - } - .carousel-control .icon-next { - margin-right: -15px; - } - .carousel-caption { - right: 20%; - left: 20%; - padding-bottom: 30px; - } - .carousel-indicators { - bottom: 20px; - } } .align-baseline { -- cgit v1.2.3 From 14ce741fa039d37680e1b63caaaf76b9ab010cc4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 10 Dec 2016 17:03:28 -0800 Subject: grunt --- 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 6cdd67c46..ead266f04 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3589,6 +3589,7 @@ tbody.collapse.active { .custom-controls-stacked .custom-control { float: left; + margin-bottom: 0.25rem; clear: left; } -- cgit v1.2.3 From a8b3e09f22cab94d9c3646119154a224559aef74 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 19 Dec 2016 21:08:24 -0800 Subject: grunt --- dist/css/bootstrap.css | 72 +++++++++++++++++++++++++------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index ead266f04..6671f0546 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -342,7 +342,7 @@ html { } body { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; + font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 1rem; font-weight: normal; line-height: 1.5; @@ -727,7 +727,7 @@ kbd { padding: 0.2rem 0.4rem; font-size: 90%; color: #fff; - background-color: #333; + background-color: #292b2c; border-radius: 0.2rem; } @@ -2053,27 +2053,27 @@ pre code { .form-control:focus { color: #464a4c; background-color: #fff; - border-color: #66afe9; + border-color: #5cb3fd; outline: none; } .form-control::-webkit-input-placeholder { - color: #999; + color: #636c72; opacity: 1; } .form-control::-moz-placeholder { - color: #999; + color: #636c72; opacity: 1; } .form-control:-ms-input-placeholder { - color: #999; + color: #636c72; opacity: 1; } .form-control::placeholder { - color: #999; + color: #636c72; opacity: 1; } @@ -3084,7 +3084,7 @@ tbody.collapse.active { height: 1px; margin: 0.5rem 0; overflow: hidden; - background-color: #e5e5e5; + background-color: #eceeef; } .dropdown-item { @@ -3524,26 +3524,26 @@ tbody.collapse.active { .custom-control-input:checked ~ .custom-control-indicator { color: #fff; - background-color: #0074d9; + background-color: #0275d8; } .custom-control-input:focus ~ .custom-control-indicator { - -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9; - box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9; + -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0275d8; + box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0275d8; } .custom-control-input:active ~ .custom-control-indicator { color: #fff; - background-color: #84c6ff; + background-color: #8fcafe; } .custom-control-input:disabled ~ .custom-control-indicator { cursor: not-allowed; - background-color: #eee; + background-color: #eceeef; } .custom-control-input:disabled ~ .custom-control-description { - color: #767676; + color: #636c72; cursor: not-allowed; } @@ -3575,7 +3575,7 @@ tbody.collapse.active { } .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator { - background-color: #0074d9; + background-color: #0275d8; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); } @@ -3616,7 +3616,7 @@ tbody.collapse.active { } .custom-select:focus { - border-color: #51a7e8; + border-color: #5cb3fd; outline: none; } @@ -3667,13 +3667,13 @@ tbody.collapse.active { height: 2.5rem; padding: 0.5rem 1rem; line-height: 1.5; - color: #555; + color: #464a4c; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: #fff; - border: 1px solid #ddd; + border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; } @@ -3691,9 +3691,9 @@ tbody.collapse.active { height: 2.5rem; padding: 0.5rem 1rem; line-height: 1.5; - color: #555; - background-color: #eee; - border: 1px solid #ddd; + color: #464a4c; + background-color: #eceeef; + border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0 0.25rem 0.25rem 0; } @@ -4881,7 +4881,7 @@ a.badge:focus, a.badge:hover { } .progress[value] { - background-color: #eee; + background-color: #eceeef; border: 0; -webkit-appearance: none; -moz-appearance: none; @@ -4890,37 +4890,37 @@ a.badge:focus, a.badge:hover { } .progress[value]::-ms-fill { - background-color: #0074d9; + background-color: #0275d8; border: 0; } .progress[value]::-moz-progress-bar { - background-color: #0074d9; + background-color: #0275d8; } .progress[value]::-webkit-progress-value { - background-color: #0074d9; + background-color: #0275d8; } .progress[value]::-webkit-progress-bar { - background-color: #eee; + background-color: #eceeef; } base::-moz-progress-bar, .progress[value] { - background-color: #eee; + background-color: #eceeef; } @media screen and (min-width: 0\0) { .progress { - background-color: #eee; + background-color: #eceeef; border-radius: 0.25rem; } .progress-bar { display: inline-block; height: 1rem; text-indent: -999rem; - background-color: #0074d9; + background-color: #0275d8; } } @@ -5167,16 +5167,16 @@ base::-moz-progress-bar, .list-group-item-action { width: 100%; - color: #555; + color: #464a4c; text-align: inherit; } .list-group-item-action .list-group-item-heading { - color: #333; + color: #292b2c; } .list-group-item-action:focus, .list-group-item-action:hover { - color: #555; + color: #464a4c; text-decoration: none; background-color: #f7f7f9; } @@ -5454,7 +5454,7 @@ button.close { .modal-header { padding: 15px; - border-bottom: 1px solid #e5e5e5; + border-bottom: 1px solid #f7f7f9; } .modal-header::after { @@ -5480,7 +5480,7 @@ button.close { .modal-footer { padding: 15px; text-align: right; - border-top: 1px solid #e5e5e5; + border-top: 1px solid #f7f7f9; } .modal-footer::after { @@ -5517,7 +5517,7 @@ button.close { position: absolute; z-index: 1070; display: block; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; + font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; @@ -5621,7 +5621,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, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; -- cgit v1.2.3 From ab38529dcc533831341746243ef9f46ddff2171f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 19 Dec 2016 21:48:24 -0800 Subject: grunt --- dist/css/bootstrap.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 6671f0546..6188c6301 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3004,7 +3004,7 @@ input[type="button"].btn-block { transition: opacity 0.15s linear; } -.fade.active { +.fade.show { opacity: 1; } @@ -3012,15 +3012,15 @@ input[type="button"].btn-block { display: none; } -.collapse.active { +.collapse.show { display: block; } -tr.collapse.active { +tr.collapse.show { display: table-row; } -tbody.collapse.active { +tbody.collapse.show { display: table-row-group; } @@ -3125,11 +3125,11 @@ tbody.collapse.active { filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; } -.active > .dropdown-menu { +.show > .dropdown-menu { display: block; } -.active > a { +.show > a { outline: 0; } @@ -5406,7 +5406,7 @@ button.close { transform: translate(0, -25%); } -.modal.active .modal-dialog { +.modal.show .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); @@ -5448,7 +5448,7 @@ button.close { opacity: 0; } -.modal-backdrop.active { +.modal-backdrop.show { opacity: 0.5; } @@ -5536,7 +5536,7 @@ button.close { opacity: 0; } -.tooltip.active { +.tooltip.show { opacity: 0.9; } -- cgit v1.2.3 From a6a87b0d9d0622333f266abc6100179abf66e09c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 20 Dec 2016 14:53:50 -0800 Subject: grunt --- 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 6188c6301..61e1ba2e4 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2318,6 +2318,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for } .form-inline .form-control-static { display: inline-block; + margin-bottom: 0; } .form-inline .input-group { width: auto; -- cgit v1.2.3 From e111e2e58ec35dccb734764606637c4ce42e66e9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 21 Dec 2016 20:33:54 -0800 Subject: grunt --- dist/css/bootstrap.css | 1232 +++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 1016 insertions(+), 216 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 61e1ba2e4..192cd5382 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -673,10 +673,6 @@ mark, content: "\00A0 \2014"; } -dl.row > dd + dt { - clear: left; -} - .img-fluid { max-width: 100%; height: auto; @@ -723,6 +719,12 @@ code { border-radius: 0.25rem; } +a > code { + padding: 0; + color: inherit; + background-color: inherit; +} + kbd { padding: 0.2rem 0.4rem; font-size: 90%; @@ -765,12 +767,6 @@ pre code { padding-left: 15px; } -.container::after { - display: block; - content: ""; - clear: both; -} - @media (min-width: 576px) { .container { padding-right: 15px; @@ -834,12 +830,6 @@ pre code { padding-left: 15px; } -.container-fluid::after { - display: block; - content: ""; - clear: both; -} - @media (min-width: 576px) { .container-fluid { padding-right: 15px; @@ -869,16 +859,17 @@ pre code { } .row { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; margin-right: -15px; margin-left: -15px; } -.row::after { - display: block; - content: ""; - clear: both; -} - @media (min-width: 576px) { .row { margin-right: -15px; @@ -918,99 +909,155 @@ pre code { padding-left: 0; } -.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { +.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { position: relative; + width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px; } @media (min-width: 576px) { - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { + .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { padding-right: 15px; padding-left: 15px; } } @media (min-width: 768px) { - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { + .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { padding-right: 15px; padding-left: 15px; } } @media (min-width: 992px) { - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { + .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { padding-right: 15px; padding-left: 15px; } } @media (min-width: 1200px) { - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { + .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { padding-right: 15px; padding-left: 15px; } } +.col { + -webkit-flex-basis: 0; + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -webkit-flex-grow: 1; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; +} + +.col-auto { + -webkit-box-flex: 0; + -webkit-flex: 0 0 auto; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; +} + .col-1 { - float: left; - width: 8.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 8.333333%; + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; } .col-2 { - float: left; - width: 16.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 16.666667%; + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; } .col-3 { - float: left; - width: 25%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 25%; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } .col-4 { - float: left; - width: 33.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 33.333333%; + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; } .col-5 { - float: left; - width: 41.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 41.666667%; + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; } .col-6 { - float: left; - width: 50%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 50%; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } .col-7 { - float: left; - width: 58.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 58.333333%; + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; } .col-8 { - float: left; - width: 66.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 66.666667%; + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; } .col-9 { - float: left; - width: 75%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 75%; + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; } .col-10 { - float: left; - width: 83.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 83.333333%; + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; } .col-11 { - float: left; - width: 91.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 91.666667%; + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; } .col-12 { - float: left; - width: 100%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 100%; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } .pull-0 { @@ -1162,53 +1209,106 @@ pre code { } @media (min-width: 576px) { + .col-sm { + -webkit-flex-basis: 0; + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -webkit-flex-grow: 1; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; + } + .col-sm-auto { + -webkit-box-flex: 0; + -webkit-flex: 0 0 auto; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + } .col-sm-1 { - float: left; - width: 8.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 8.333333%; + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; } .col-sm-2 { - float: left; - width: 16.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 16.666667%; + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; } .col-sm-3 { - float: left; - width: 25%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 25%; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } .col-sm-4 { - float: left; - width: 33.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 33.333333%; + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; } .col-sm-5 { - float: left; - width: 41.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 41.666667%; + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; } .col-sm-6 { - float: left; - width: 50%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 50%; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } .col-sm-7 { - float: left; - width: 58.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 58.333333%; + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; } .col-sm-8 { - float: left; - width: 66.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 66.666667%; + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; } .col-sm-9 { - float: left; - width: 75%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 75%; + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; } .col-sm-10 { - float: left; - width: 83.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 83.333333%; + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; } .col-sm-11 { - float: left; - width: 91.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 91.666667%; + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; } .col-sm-12 { - float: left; - width: 100%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 100%; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } .pull-sm-0 { right: auto; @@ -1327,53 +1427,106 @@ pre code { } @media (min-width: 768px) { + .col-md { + -webkit-flex-basis: 0; + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -webkit-flex-grow: 1; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; + } + .col-md-auto { + -webkit-box-flex: 0; + -webkit-flex: 0 0 auto; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + } .col-md-1 { - float: left; - width: 8.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 8.333333%; + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; } .col-md-2 { - float: left; - width: 16.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 16.666667%; + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; } .col-md-3 { - float: left; - width: 25%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 25%; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } .col-md-4 { - float: left; - width: 33.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 33.333333%; + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; } .col-md-5 { - float: left; - width: 41.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 41.666667%; + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; } .col-md-6 { - float: left; - width: 50%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 50%; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } .col-md-7 { - float: left; - width: 58.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 58.333333%; + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; } .col-md-8 { - float: left; - width: 66.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 66.666667%; + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; } .col-md-9 { - float: left; - width: 75%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 75%; + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; } .col-md-10 { - float: left; - width: 83.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 83.333333%; + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; } .col-md-11 { - float: left; - width: 91.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 91.666667%; + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; } .col-md-12 { - float: left; - width: 100%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 100%; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } .pull-md-0 { right: auto; @@ -1492,53 +1645,106 @@ pre code { } @media (min-width: 992px) { + .col-lg { + -webkit-flex-basis: 0; + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -webkit-flex-grow: 1; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; + } + .col-lg-auto { + -webkit-box-flex: 0; + -webkit-flex: 0 0 auto; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + } .col-lg-1 { - float: left; - width: 8.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 8.333333%; + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; } .col-lg-2 { - float: left; - width: 16.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 16.666667%; + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; } .col-lg-3 { - float: left; - width: 25%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 25%; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } .col-lg-4 { - float: left; - width: 33.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 33.333333%; + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; } .col-lg-5 { - float: left; - width: 41.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 41.666667%; + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; } .col-lg-6 { - float: left; - width: 50%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 50%; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } .col-lg-7 { - float: left; - width: 58.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 58.333333%; + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; } .col-lg-8 { - float: left; - width: 66.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 66.666667%; + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; } .col-lg-9 { - float: left; - width: 75%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 75%; + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; } .col-lg-10 { - float: left; - width: 83.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 83.333333%; + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; } .col-lg-11 { - float: left; - width: 91.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 91.666667%; + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; } .col-lg-12 { - float: left; - width: 100%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 100%; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } .pull-lg-0 { right: auto; @@ -1657,53 +1863,106 @@ pre code { } @media (min-width: 1200px) { + .col-xl { + -webkit-flex-basis: 0; + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -webkit-flex-grow: 1; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; + } + .col-xl-auto { + -webkit-box-flex: 0; + -webkit-flex: 0 0 auto; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + } .col-xl-1 { - float: left; - width: 8.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 8.333333%; + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; } .col-xl-2 { - float: left; - width: 16.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 16.666667%; + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; } .col-xl-3 { - float: left; - width: 25%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 25%; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } .col-xl-4 { - float: left; - width: 33.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 33.333333%; + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; } .col-xl-5 { - float: left; - width: 41.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 41.666667%; + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; } .col-xl-6 { - float: left; - width: 50%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 50%; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } .col-xl-7 { - float: left; - width: 58.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 58.333333%; + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; } .col-xl-8 { - float: left; - width: 66.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 66.666667%; + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; } .col-xl-9 { - float: left; - width: 75%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 75%; + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; } .col-xl-10 { - float: left; - width: 83.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 83.333333%; + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; } .col-xl-11 { - float: left; - width: 91.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 91.666667%; + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; } .col-xl-12 { - float: left; - width: 100%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 100%; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } .pull-xl-0 { right: auto; @@ -2302,13 +2561,48 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); } +.form-inline { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-flow: row wrap; + -ms-flex-flow: row wrap; + flex-flow: row wrap; +} + +.form-inline .form-check { + width: 100%; +} + @media (min-width: 576px) { .form-inline label { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; margin-bottom: 0; } .form-inline .form-group { - display: inline-block; - vertical-align: middle; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-flex: 0; + -webkit-flex: 0 0 auto; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + -webkit-flex-flow: row wrap; + -ms-flex-flow: row wrap; + flex-flow: row wrap; margin-bottom: 0; } .form-inline .form-control { @@ -2322,24 +2616,24 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for } .form-inline .input-group { width: auto; - display: inline-table; - vertical-align: middle; - } - .form-inline .input-group .input-group-addon, - .form-inline .input-group .input-group-btn, - .form-inline .input-group .form-control { - width: auto; - } - .form-inline .input-group > .form-control { - width: 100%; } .form-inline .form-control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .form-check { - display: inline-block; - vertical-align: middle; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; width: auto; margin-top: 0; margin-bottom: 0; @@ -2352,12 +2646,24 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for margin-left: 0; } .form-inline .custom-control { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; padding-left: 0; - vertical-align: middle; } .form-inline .custom-control-indicator { position: static; display: inline-block; + margin-right: .25rem; vertical-align: text-bottom; } .form-inline .has-feedback .form-control-feedback { @@ -3372,16 +3678,21 @@ tbody.collapse.show { .input-group { position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; width: 100%; - display: table; - border-collapse: separate; } .input-group .form-control { position: relative; z-index: 2; - float: left; - width: 100%; + -webkit-box-flex: 1; + -webkit-flex: 1 1 auto; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + width: 1%; margin-bottom: 0; } @@ -3392,7 +3703,19 @@ tbody.collapse.show { .input-group-addon, .input-group-btn, .input-group .form-control { - display: table-cell; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; } .input-group-addon:not(:first-child):not(:last-child), @@ -3403,7 +3726,6 @@ tbody.collapse.show { .input-group-addon, .input-group-btn { - width: 1%; white-space: nowrap; vertical-align: middle; } @@ -3480,6 +3802,10 @@ tbody.collapse.show { .input-group-btn > .btn { position: relative; + -webkit-box-flex: 1; + -webkit-flex: 1 1 0%; + -ms-flex: 1 1 0%; + flex: 1 1 0%; } .input-group-btn > .btn + .btn { @@ -3834,6 +4160,21 @@ tbody.collapse.show { display: block; } +.nav-justified { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; +} + +.nav-justified .nav-item { + -webkit-box-flex: 1; + -webkit-flex: 1 1 0%; + -ms-flex: 1 1 0%; + flex: 1 1 0%; + text-align: center; +} + .navbar { position: relative; padding: 0.5rem 1rem; @@ -4241,12 +4582,6 @@ tbody.collapse.show { padding: 1.25rem; } -.card-block::after { - display: block; - content: ""; - clear: both; -} - .card-title { margin-bottom: 0.75rem; } @@ -4285,12 +4620,6 @@ tbody.collapse.show { border-bottom: 1px solid rgba(0, 0, 0, 0.125); } -.card-header::after { - display: block; - content: ""; - clear: both; -} - .card-header:first-child { border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; } @@ -4301,12 +4630,6 @@ tbody.collapse.show { border-top: 1px solid rgba(0, 0, 0, 0.125); } -.card-footer::after { - display: block; - content: ""; - clear: both; -} - .card-footer:last-child { border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); } @@ -4462,32 +4785,58 @@ tbody.collapse.show { @media (min-width: 576px) { .card-deck { - display: table; - width: 100%; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-flow: row wrap; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + margin-right: -0.625rem; margin-bottom: 0.75rem; - table-layout: fixed; - border-spacing: 1.25rem 0; + margin-left: -0.625rem; } .card-deck .card { - display: table-cell; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-flex: 1; + -webkit-flex: 1 0 0%; + -ms-flex: 1 0 0%; + flex: 1 0 0%; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + margin-right: 0.625rem; margin-bottom: 0; - vertical-align: top; + margin-left: 0.625rem; } - .card-deck-wrapper { - margin-right: -1.25rem; - margin-left: -1.25rem; + .card-deck .card-block { + -webkit-box-flex: 1; + -webkit-flex-grow: 1; + -ms-flex-positive: 1; + flex-grow: 1; } } @media (min-width: 576px) { .card-group { - display: table; - width: 100%; - table-layout: fixed; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-flow: row wrap; + -ms-flex-flow: row wrap; + flex-flow: row wrap; } .card-group .card { - display: table-cell; - vertical-align: top; + -webkit-box-flex: 1; + -webkit-flex: 1 0 0%; + -ms-flex: 1 0 0%; + flex: 1 0 0%; } .card-group .card + .card { margin-left: 0; @@ -5041,28 +5390,31 @@ base::-moz-progress-bar, } } -.media, -.media-body { - overflow: hidden; -} - -.media-body { - width: 10000px; +.media { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; } -.media-left, -.media-right, .media-body { - display: table-cell; - vertical-align: top; + -webkit-box-flex: 1; + -webkit-flex: 1 1 0%; + -ms-flex: 1 1 0%; + flex: 1 1 0%; } .media-middle { - vertical-align: middle; + -webkit-align-self: center; + -ms-flex-item-align: center; + -ms-grid-row-align: center; + align-self: center; } .media-bottom { - vertical-align: bottom; + -webkit-align-self: flex-end; + -ms-flex-item-align: end; + align-self: flex-end; } .media-object { @@ -5092,13 +5444,32 @@ base::-moz-progress-bar, } .list-group { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; padding-left: 0; margin-bottom: 0; } .list-group-item { - display: block; position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-flow: row wrap; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; padding: 0.75rem 1.25rem; margin-bottom: -1px; background-color: #fff; @@ -5402,14 +5773,12 @@ button.close { transition: transform 0.3s ease-out; transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out; -webkit-transform: translate(0, -25%); - -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%); } .modal.show .modal-dialog { -webkit-transform: translate(0, 0); - -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } @@ -6257,6 +6626,437 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } +.flex-first { + -webkit-box-ordinal-group: 0; + -webkit-order: -1; + -ms-flex-order: -1; + order: -1; +} + +.flex-last { + -webkit-box-ordinal-group: 2; + -webkit-order: 1; + -ms-flex-order: 1; + order: 1; +} + +.flex-unordered { + -webkit-box-ordinal-group: 1; + -webkit-order: 0; + -ms-flex-order: 0; + order: 0; +} + +.flex-items-top { + -webkit-box-align: start; + -webkit-align-items: flex-start; + -ms-flex-align: start; + align-items: flex-start; +} + +.flex-items-middle { + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} + +.flex-items-bottom { + -webkit-box-align: end; + -webkit-align-items: flex-end; + -ms-flex-align: end; + align-items: flex-end; +} + +.flex-top { + -webkit-align-self: flex-start; + -ms-flex-item-align: start; + align-self: flex-start; +} + +.flex-middle { + -webkit-align-self: center; + -ms-flex-item-align: center; + -ms-grid-row-align: center; + align-self: center; +} + +.flex-bottom { + -webkit-align-self: flex-end; + -ms-flex-item-align: end; + align-self: flex-end; +} + +.flex-items-left { + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.flex-items-center { + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; +} + +.flex-items-right { + -webkit-box-pack: end; + -webkit-justify-content: flex-end; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.flex-items-around { + -webkit-justify-content: space-around; + -ms-flex-pack: distribute; + justify-content: space-around; +} + +.flex-items-between { + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; +} + +@media (min-width: 576px) { + .flex-sm-first { + -webkit-box-ordinal-group: 0; + -webkit-order: -1; + -ms-flex-order: -1; + order: -1; + } + .flex-sm-last { + -webkit-box-ordinal-group: 2; + -webkit-order: 1; + -ms-flex-order: 1; + order: 1; + } + .flex-sm-unordered { + -webkit-box-ordinal-group: 1; + -webkit-order: 0; + -ms-flex-order: 0; + order: 0; + } + .flex-items-sm-top { + -webkit-box-align: start; + -webkit-align-items: flex-start; + -ms-flex-align: start; + align-items: flex-start; + } + .flex-items-sm-middle { + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + } + .flex-items-sm-bottom { + -webkit-box-align: end; + -webkit-align-items: flex-end; + -ms-flex-align: end; + align-items: flex-end; + } + .flex-sm-top { + -webkit-align-self: flex-start; + -ms-flex-item-align: start; + align-self: flex-start; + } + .flex-sm-middle { + -webkit-align-self: center; + -ms-flex-item-align: center; + -ms-grid-row-align: center; + align-self: center; + } + .flex-sm-bottom { + -webkit-align-self: flex-end; + -ms-flex-item-align: end; + align-self: flex-end; + } + .flex-items-sm-left { + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; + } + .flex-items-sm-center { + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + } + .flex-items-sm-right { + -webkit-box-pack: end; + -webkit-justify-content: flex-end; + -ms-flex-pack: end; + justify-content: flex-end; + } + .flex-items-sm-around { + -webkit-justify-content: space-around; + -ms-flex-pack: distribute; + justify-content: space-around; + } + .flex-items-sm-between { + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; + } +} + +@media (min-width: 768px) { + .flex-md-first { + -webkit-box-ordinal-group: 0; + -webkit-order: -1; + -ms-flex-order: -1; + order: -1; + } + .flex-md-last { + -webkit-box-ordinal-group: 2; + -webkit-order: 1; + -ms-flex-order: 1; + order: 1; + } + .flex-md-unordered { + -webkit-box-ordinal-group: 1; + -webkit-order: 0; + -ms-flex-order: 0; + order: 0; + } + .flex-items-md-top { + -webkit-box-align: start; + -webkit-align-items: flex-start; + -ms-flex-align: start; + align-items: flex-start; + } + .flex-items-md-middle { + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + } + .flex-items-md-bottom { + -webkit-box-align: end; + -webkit-align-items: flex-end; + -ms-flex-align: end; + align-items: flex-end; + } + .flex-md-top { + -webkit-align-self: flex-start; + -ms-flex-item-align: start; + align-self: flex-start; + } + .flex-md-middle { + -webkit-align-self: center; + -ms-flex-item-align: center; + -ms-grid-row-align: center; + align-self: center; + } + .flex-md-bottom { + -webkit-align-self: flex-end; + -ms-flex-item-align: end; + align-self: flex-end; + } + .flex-items-md-left { + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; + } + .flex-items-md-center { + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + } + .flex-items-md-right { + -webkit-box-pack: end; + -webkit-justify-content: flex-end; + -ms-flex-pack: end; + justify-content: flex-end; + } + .flex-items-md-around { + -webkit-justify-content: space-around; + -ms-flex-pack: distribute; + justify-content: space-around; + } + .flex-items-md-between { + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; + } +} + +@media (min-width: 992px) { + .flex-lg-first { + -webkit-box-ordinal-group: 0; + -webkit-order: -1; + -ms-flex-order: -1; + order: -1; + } + .flex-lg-last { + -webkit-box-ordinal-group: 2; + -webkit-order: 1; + -ms-flex-order: 1; + order: 1; + } + .flex-lg-unordered { + -webkit-box-ordinal-group: 1; + -webkit-order: 0; + -ms-flex-order: 0; + order: 0; + } + .flex-items-lg-top { + -webkit-box-align: start; + -webkit-align-items: flex-start; + -ms-flex-align: start; + align-items: flex-start; + } + .flex-items-lg-middle { + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + } + .flex-items-lg-bottom { + -webkit-box-align: end; + -webkit-align-items: flex-end; + -ms-flex-align: end; + align-items: flex-end; + } + .flex-lg-top { + -webkit-align-self: flex-start; + -ms-flex-item-align: start; + align-self: flex-start; + } + .flex-lg-middle { + -webkit-align-self: center; + -ms-flex-item-align: center; + -ms-grid-row-align: center; + align-self: center; + } + .flex-lg-bottom { + -webkit-align-self: flex-end; + -ms-flex-item-align: end; + align-self: flex-end; + } + .flex-items-lg-left { + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; + } + .flex-items-lg-center { + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + } + .flex-items-lg-right { + -webkit-box-pack: end; + -webkit-justify-content: flex-end; + -ms-flex-pack: end; + justify-content: flex-end; + } + .flex-items-lg-around { + -webkit-justify-content: space-around; + -ms-flex-pack: distribute; + justify-content: space-around; + } + .flex-items-lg-between { + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; + } +} + +@media (min-width: 1200px) { + .flex-xl-first { + -webkit-box-ordinal-group: 0; + -webkit-order: -1; + -ms-flex-order: -1; + order: -1; + } + .flex-xl-last { + -webkit-box-ordinal-group: 2; + -webkit-order: 1; + -ms-flex-order: 1; + order: 1; + } + .flex-xl-unordered { + -webkit-box-ordinal-group: 1; + -webkit-order: 0; + -ms-flex-order: 0; + order: 0; + } + .flex-items-xl-top { + -webkit-box-align: start; + -webkit-align-items: flex-start; + -ms-flex-align: start; + align-items: flex-start; + } + .flex-items-xl-middle { + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + } + .flex-items-xl-bottom { + -webkit-box-align: end; + -webkit-align-items: flex-end; + -ms-flex-align: end; + align-items: flex-end; + } + .flex-xl-top { + -webkit-align-self: flex-start; + -ms-flex-item-align: start; + align-self: flex-start; + } + .flex-xl-middle { + -webkit-align-self: center; + -ms-flex-item-align: center; + -ms-grid-row-align: center; + align-self: center; + } + .flex-xl-bottom { + -webkit-align-self: flex-end; + -ms-flex-item-align: end; + align-self: flex-end; + } + .flex-items-xl-left { + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; + } + .flex-items-xl-center { + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + } + .flex-items-xl-right { + -webkit-box-pack: end; + -webkit-justify-content: flex-end; + -ms-flex-pack: end; + justify-content: flex-end; + } + .flex-items-xl-around { + -webkit-justify-content: space-around; + -ms-flex-pack: distribute; + justify-content: space-around; + } + .flex-items-xl-between { + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; + } +} + .float-left { float: left !important; } -- cgit v1.2.3 From df0842d1c2501b31f148eda3d8bb3373ed5c1648 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 22 Dec 2016 13:42:01 -0800 Subject: grunt --- dist/css/bootstrap.css | 59 -------------------------------------------------- 1 file changed, 59 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 192cd5382..e2f385cbe 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2236,7 +2236,6 @@ pre code { .table-responsive { display: block; width: 100%; - min-height: 0%; overflow-x: auto; -ms-overflow-style: -ms-autohiding-scrollbar; } @@ -3429,7 +3428,6 @@ tbody.collapse.show { cursor: not-allowed; background-color: transparent; background-image: none; - filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; } .show > .dropdown-menu { @@ -3929,11 +3927,9 @@ tbody.collapse.show { max-width: 100%; height: calc(2.25rem - 2px); padding: 0.375rem 1.75rem 0.375rem 0.75rem; - padding-right: 0.75rem \9; color: #464a4c; 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-image: none \9; -webkit-background-size: 8px 10px; background-size: 8px 10px; border: 1px solid rgba(0, 0, 0, 0.15); @@ -5261,19 +5257,6 @@ base::-moz-progress-bar, background-color: #eceeef; } -@media screen and (min-width: 0\0) { - .progress { - background-color: #eceeef; - border-radius: 0.25rem; - } - .progress-bar { - display: inline-block; - height: 1rem; - text-indent: -999rem; - background-color: #0275d8; - } -} - .progress-striped[value]::-webkit-progress-value { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); @@ -5291,16 +5274,6 @@ base::-moz-progress-bar, background-size: 1rem 1rem; } -@media screen and (min-width: 0\0) { - .progress-bar-striped { - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - -webkit-background-size: 1rem 1rem; - background-size: 1rem 1rem; - } -} - .progress-animated[value]::-webkit-progress-value { -webkit-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; @@ -5310,14 +5283,6 @@ base::-moz-progress-bar, animation: progress-bar-stripes 2s linear infinite; } -@media screen and (min-width: 0\0) { - .progress-animated .progress-bar-striped { - -webkit-animation: progress-bar-stripes 2s linear infinite; - -o-animation: progress-bar-stripes 2s linear infinite; - animation: progress-bar-stripes 2s linear infinite; - } -} - .progress-success[value]::-webkit-progress-value { background-color: #5cb85c; } @@ -5330,12 +5295,6 @@ base::-moz-progress-bar, background-color: #5cb85c; } -@media screen and (min-width: 0\0) { - .progress-success .progress-bar { - background-color: #5cb85c; - } -} - .progress-info[value]::-webkit-progress-value { background-color: #5bc0de; } @@ -5348,12 +5307,6 @@ base::-moz-progress-bar, background-color: #5bc0de; } -@media screen and (min-width: 0\0) { - .progress-info .progress-bar { - background-color: #5bc0de; - } -} - .progress-warning[value]::-webkit-progress-value { background-color: #f0ad4e; } @@ -5366,12 +5319,6 @@ base::-moz-progress-bar, background-color: #f0ad4e; } -@media screen and (min-width: 0\0) { - .progress-warning .progress-bar { - background-color: #f0ad4e; - } -} - .progress-danger[value]::-webkit-progress-value { background-color: #d9534f; } @@ -5384,12 +5331,6 @@ base::-moz-progress-bar, background-color: #d9534f; } -@media screen and (min-width: 0\0) { - .progress-danger .progress-bar { - background-color: #d9534f; - } -} - .media { display: -webkit-box; display: -webkit-flex; -- cgit v1.2.3 From 0ec049d222c1d8c8e33bf4392aa29626c8a27200 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 22 Dec 2016 13:52:33 -0800 Subject: grunt --- dist/css/bootstrap.css | 452 ++++++++++++++++++++++++++++++------------------- 1 file changed, 279 insertions(+), 173 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index e2f385cbe..f779e7952 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4176,26 +4176,14 @@ tbody.collapse.show { padding: 0.5rem 1rem; } -.navbar::after { - display: block; - content: ""; - clear: both; -} - -@media (min-width: 576px) { - .navbar { - border-radius: 0.25rem; - } -} - -.navbar-full { - z-index: 1000; +.navbar-toggler-left { + position: absolute; + left: 1rem; } -@media (min-width: 576px) { - .navbar-full { - border-radius: 0; - } +.navbar-toggler-right { + position: absolute; + right: 1rem; } .navbar-fixed-top, @@ -4206,13 +4194,6 @@ tbody.collapse.show { z-index: 1030; } -@media (min-width: 576px) { - .navbar-fixed-top, - .navbar-fixed-bottom { - border-radius: 0; - } -} - .navbar-fixed-top { top: 0; } @@ -4226,22 +4207,16 @@ tbody.collapse.show { position: sticky; top: 0; z-index: 1030; - width: 100%; -} - -@media (min-width: 576px) { - .navbar-sticky-top { - border-radius: 0; - } } .navbar-brand { - float: left; - padding-top: 0.25rem; - padding-bottom: 0.25rem; + display: inline-block; + padding-top: .25rem; + padding-bottom: .25rem; margin-right: 1rem; font-size: 1.25rem; line-height: inherit; + white-space: nowrap; } .navbar-brand:focus, .navbar-brand:hover { @@ -4269,14 +4244,10 @@ tbody.collapse.show { } .navbar-toggler { - width: 2.5em; - height: 2em; - padding: 0.5rem 0.75rem; + padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; - background: transparent no-repeat center center; - -webkit-background-size: 24px 24px; - background-size: 24px 24px; + background: transparent; border: 1px solid transparent; border-radius: 0.25rem; } @@ -4285,8 +4256,22 @@ tbody.collapse.show { text-decoration: none; } -.navbar-nav .nav-item { - float: left; +.navbar-toggler-icon { + display: inline-block; + width: 1.5em; + height: 1.5em; + vertical-align: middle; + content: ""; + background: no-repeat center center; + -webkit-background-size: 100% 100%; + background-size: 100% 100%; +} + +.navbar-nav { + -webkit-box-flex: 10; + -webkit-flex-grow: 10; + -ms-flex-positive: 10; + flex-grow: 10; } .navbar-nav .nav-link { @@ -4295,14 +4280,6 @@ tbody.collapse.show { padding-bottom: .425rem; } -.navbar-nav .nav-link + .nav-link { - margin-left: 1rem; -} - -.navbar-nav .nav-item + .nav-item { - margin-left: 1rem; -} - .navbar-light .navbar-brand, .navbar-light .navbar-toggler { color: rgba(0, 0, 0, 0.9); @@ -4340,10 +4317,13 @@ tbody.collapse.show { } .navbar-light .navbar-toggler { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); border-color: rgba(0, 0, 0, 0.1); } +.navbar-light .navbar-toggler-icon { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); +} + .navbar-light .navbar-divider { background-color: rgba(0, 0, 0, 0.075); } @@ -4352,217 +4332,343 @@ tbody.collapse.show { color: rgba(0, 0, 0, 0.5); } -.navbar-dark .navbar-brand, -.navbar-dark .navbar-toggler { +.navbar-inverse .navbar-brand, +.navbar-inverse .navbar-toggler { color: white; } -.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover, -.navbar-dark .navbar-toggler:focus, -.navbar-dark .navbar-toggler:hover { +.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, +.navbar-inverse .navbar-toggler:focus, +.navbar-inverse .navbar-toggler:hover { color: white; } -.navbar-dark .navbar-nav .nav-link { +.navbar-inverse .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.5); } -.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover { +.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover { color: rgba(255, 255, 255, 0.75); } -.navbar-dark .navbar-nav .nav-link.disabled { +.navbar-inverse .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25); } -.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover, -.navbar-dark .navbar-nav .active > .nav-link, -.navbar-dark .navbar-nav .active > .nav-link:focus, -.navbar-dark .navbar-nav .active > .nav-link:hover, -.navbar-dark .navbar-nav .nav-link.open, -.navbar-dark .navbar-nav .nav-link.open:focus, -.navbar-dark .navbar-nav .nav-link.open:hover, -.navbar-dark .navbar-nav .nav-link.active, -.navbar-dark .navbar-nav .nav-link.active:focus, -.navbar-dark .navbar-nav .nav-link.active:hover { +.navbar-inverse .navbar-nav .open > .nav-link, .navbar-inverse .navbar-nav .open > .nav-link:focus, .navbar-inverse .navbar-nav .open > .nav-link:hover, +.navbar-inverse .navbar-nav .active > .nav-link, +.navbar-inverse .navbar-nav .active > .nav-link:focus, +.navbar-inverse .navbar-nav .active > .nav-link:hover, +.navbar-inverse .navbar-nav .nav-link.open, +.navbar-inverse .navbar-nav .nav-link.open:focus, +.navbar-inverse .navbar-nav .nav-link.open:hover, +.navbar-inverse .navbar-nav .nav-link.active, +.navbar-inverse .navbar-nav .nav-link.active:focus, +.navbar-inverse .navbar-nav .nav-link.active:hover { color: white; } -.navbar-dark .navbar-toggler { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); +.navbar-inverse .navbar-toggler { border-color: rgba(255, 255, 255, 0.1); } -.navbar-dark .navbar-divider { - background-color: rgba(255, 255, 255, 0.075); +.navbar-inverse .navbar-toggler-icon { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); } -.navbar-dark .navbar-text { - color: rgba(255, 255, 255, 0.5); +.navbar-inverse .navbar-divider { + background-color: rgba(255, 255, 255, 0.075); } -.navbar-toggleable::after { - display: block; - content: ""; - clear: both; +.navbar-inverse .navbar-text { + color: rgba(255, 255, 255, 0.5); } @media (max-width: 575px) { - .navbar-toggleable .navbar-brand { - display: block; - float: none; - margin-top: .5rem; - margin-right: 0; - } - .navbar-toggleable .navbar-nav { - margin-top: .5rem; - margin-bottom: .5rem; - } .navbar-toggleable .navbar-nav .dropdown-menu { position: static; float: none; } - .navbar-toggleable .navbar-nav .nav-item { - float: none; - margin-left: 0; + .navbar-toggleable > .container { + padding-right: 0; + padding-left: 0; } } @media (min-width: 576px) { .navbar-toggleable { - display: block !important; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + } + .navbar-toggleable > .container { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + } + .navbar-toggleable .navbar-collapse { + display: -webkit-box !important; + display: -webkit-flex !important; + display: -ms-flexbox !important; + display: flex !important; + width: 100%; + } + .navbar-toggleable .nav-item { + display: inline-block; + } + .navbar-toggleable .nav-link { + padding-right: .5rem; + padding-left: .5rem; + } + .navbar-toggleable .navbar-toggler { + display: none; } -} - -.navbar-toggleable-sm::after { - display: block; - content: ""; - clear: both; } @media (max-width: 767px) { - .navbar-toggleable-sm .navbar-brand { - display: block; - float: none; - margin-top: .5rem; - margin-right: 0; - } - .navbar-toggleable-sm .navbar-nav { - margin-top: .5rem; - margin-bottom: .5rem; - } .navbar-toggleable-sm .navbar-nav .dropdown-menu { position: static; float: none; } - .navbar-toggleable-sm .navbar-nav .nav-item { - float: none; - margin-left: 0; + .navbar-toggleable-sm > .container { + padding-right: 0; + padding-left: 0; } } @media (min-width: 768px) { .navbar-toggleable-sm { - display: block !important; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + } + .navbar-toggleable-sm > .container { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + } + .navbar-toggleable-sm .navbar-collapse { + display: -webkit-box !important; + display: -webkit-flex !important; + display: -ms-flexbox !important; + display: flex !important; + width: 100%; + } + .navbar-toggleable-sm .nav-item { + display: inline-block; + } + .navbar-toggleable-sm .nav-link { + padding-right: .5rem; + padding-left: .5rem; + } + .navbar-toggleable-sm .navbar-toggler { + display: none; } -} - -.navbar-toggleable-md::after { - display: block; - content: ""; - clear: both; } @media (max-width: 991px) { - .navbar-toggleable-md .navbar-brand { - display: block; - float: none; - margin-top: .5rem; - margin-right: 0; - } - .navbar-toggleable-md .navbar-nav { - margin-top: .5rem; - margin-bottom: .5rem; - } .navbar-toggleable-md .navbar-nav .dropdown-menu { position: static; float: none; } - .navbar-toggleable-md .navbar-nav .nav-item { - float: none; - margin-left: 0; + .navbar-toggleable-md > .container { + padding-right: 0; + padding-left: 0; } } @media (min-width: 992px) { .navbar-toggleable-md { - display: block !important; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + } + .navbar-toggleable-md > .container { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + } + .navbar-toggleable-md .navbar-collapse { + display: -webkit-box !important; + display: -webkit-flex !important; + display: -ms-flexbox !important; + display: flex !important; + width: 100%; + } + .navbar-toggleable-md .nav-item { + display: inline-block; + } + .navbar-toggleable-md .nav-link { + padding-right: .5rem; + padding-left: .5rem; + } + .navbar-toggleable-md .navbar-toggler { + display: none; } -} - -.navbar-toggleable-lg::after { - display: block; - content: ""; - clear: both; } @media (max-width: 1199px) { - .navbar-toggleable-lg .navbar-brand { - display: block; - float: none; - margin-top: .5rem; - margin-right: 0; - } - .navbar-toggleable-lg .navbar-nav { - margin-top: .5rem; - margin-bottom: .5rem; - } .navbar-toggleable-lg .navbar-nav .dropdown-menu { position: static; float: none; } - .navbar-toggleable-lg .navbar-nav .nav-item { - float: none; - margin-left: 0; + .navbar-toggleable-lg > .container { + padding-right: 0; + padding-left: 0; } } @media (min-width: 1200px) { .navbar-toggleable-lg { - display: block !important; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + } + .navbar-toggleable-lg > .container { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + } + .navbar-toggleable-lg .navbar-collapse { + display: -webkit-box !important; + display: -webkit-flex !important; + display: -ms-flexbox !important; + display: flex !important; + width: 100%; + } + .navbar-toggleable-lg .nav-item { + display: inline-block; + } + .navbar-toggleable-lg .nav-link { + padding-right: .5rem; + padding-left: .5rem; + } + .navbar-toggleable-lg .navbar-toggler { + display: none; } } .navbar-toggleable-xl { - display: block !important; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; } -.navbar-toggleable-xl::after { - display: block; - content: ""; - clear: both; +.navbar-toggleable-xl .navbar-nav .dropdown-menu { + position: static; + float: none; } -.navbar-toggleable-xl .navbar-brand { - display: block; - float: none; - margin-top: .5rem; - margin-right: 0; +.navbar-toggleable-xl > .container { + padding-right: 0; + padding-left: 0; } -.navbar-toggleable-xl .navbar-nav { - margin-top: .5rem; - margin-bottom: .5rem; +.navbar-toggleable-xl > .container { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; } -.navbar-toggleable-xl .navbar-nav .dropdown-menu { - position: static; - float: none; +.navbar-toggleable-xl .navbar-collapse { + display: -webkit-box !important; + display: -webkit-flex !important; + display: -ms-flexbox !important; + display: flex !important; + width: 100%; } -.navbar-toggleable-xl .navbar-nav .nav-item { - float: none; - margin-left: 0; +.navbar-toggleable-xl .nav-item { + display: inline-block; +} + +.navbar-toggleable-xl .nav-link { + padding-right: .5rem; + padding-left: .5rem; +} + +.navbar-toggleable-xl .navbar-toggler { + display: none; } .card { -- cgit v1.2.3 From 5b2d9f95d583d781bad1644b014b7eed298714a1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 22 Dec 2016 21:19:12 -0800 Subject: grunt --- dist/css/bootstrap.css | 69 ++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 55 insertions(+), 14 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index f779e7952..313bb50cf 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -6240,7 +6240,10 @@ button.close { .carousel-item.active, .carousel-item-next, .carousel-item-prev { - display: block; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; } .carousel-item-next, @@ -6290,6 +6293,18 @@ button.close { position: absolute; top: 0; bottom: 0; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; width: 15%; color: #fff; text-align: center; @@ -6315,29 +6330,19 @@ button.close { .carousel-control-prev-icon, .carousel-control-next-icon { - position: absolute; - top: 50%; - z-index: 5; display: inline-block; width: 20px; height: 20px; - margin-top: -10px; - font-family: serif; - line-height: 1; background: transparent no-repeat center center; -webkit-background-size: 100% 100%; background-size: 100% 100%; } .carousel-control-prev-icon { - left: 50%; - margin-left: -10px; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); } .carousel-control-next-icon { - right: 50%; - margin-right: -10px; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); } @@ -6347,18 +6352,30 @@ button.close { bottom: 10px; left: 0; z-index: 15; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; padding-left: 0; margin-right: 15%; margin-left: 15%; - text-align: center; list-style: none; } .carousel-indicators li { position: relative; - display: inline-block; - width: 30px; + -webkit-box-flex: 1; + -webkit-flex: 1 0 auto; + -ms-flex: 1 0 auto; + flex: 1 0 auto; + max-width: 30px; height: 3px; + margin-right: 3px; + margin-left: 3px; text-indent: -999px; cursor: pointer; background-color: rgba(255, 255, 255, 0.5); @@ -7184,10 +7201,34 @@ a.bg-inverse:focus, a.bg-inverse:hover { clip: auto; } +.w-25 { + width: 25% !important; +} + +.w-50 { + width: 50% !important; +} + +.w-75 { + width: 75% !important; +} + .w-100 { width: 100% !important; } +.h-25 { + height: 25% !important; +} + +.h-50 { + height: 50% !important; +} + +.h-75 { + height: 75% !important; +} + .h-100 { height: 100% !important; } -- cgit v1.2.3 From cd18ee8af693755798eb9d20dfc82a350996c04b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 24 Dec 2016 14:29:41 -0800 Subject: grunt --- dist/css/bootstrap.css | 1217 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 804 insertions(+), 413 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 313bb50cf..534d22572 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3925,8 +3925,9 @@ tbody.collapse.show { .custom-select { display: inline-block; max-width: 100%; - height: calc(2.25rem - 2px); + height: calc(2.25rem + 2px); padding: 0.375rem 1.75rem 0.375rem 0.75rem; + line-height: 1.25; color: #464a4c; 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; @@ -4025,13 +4026,18 @@ tbody.collapse.show { } .nav { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; padding-left: 0; margin-bottom: 0; list-style: none; } .nav-link { - display: inline-block; + display: block; + padding: 0.5em 1em; } .nav-link:focus, .nav-link:hover { @@ -4048,37 +4054,15 @@ tbody.collapse.show { background-color: transparent; } -.nav-inline .nav-item { - display: inline-block; -} - -.nav-inline .nav-item + .nav-item, -.nav-inline .nav-link + .nav-link { - margin-left: 1rem; -} - .nav-tabs { border-bottom: 1px solid #ddd; } -.nav-tabs::after { - display: block; - content: ""; - clear: both; -} - .nav-tabs .nav-item { - float: left; margin-bottom: -1px; } -.nav-tabs .nav-item + .nav-item { - margin-left: 0.2rem; -} - .nav-tabs .nav-link { - display: block; - padding: 0.5em 1em; border: 1px solid transparent; border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; @@ -4109,23 +4093,7 @@ tbody.collapse.show { border-top-left-radius: 0; } -.nav-pills::after { - display: block; - content: ""; - clear: both; -} - -.nav-pills .nav-item { - float: left; -} - -.nav-pills .nav-item + .nav-item { - margin-left: 0.2rem; -} - .nav-pills .nav-link { - display: block; - padding: 0.5em 1em; border-radius: 0.25rem; } @@ -4138,14 +4106,20 @@ tbody.collapse.show { background-color: #0275d8; } -.nav-stacked .nav-item { - display: block; - float: none; +.nav-fill .nav-item { + -webkit-box-flex: 1; + -webkit-flex: 1 1 auto; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + text-align: center; } -.nav-stacked .nav-item + .nav-item { - margin-top: 0.2rem; - margin-left: 0; +.nav-justified .nav-item { + -webkit-box-flex: 1; + -webkit-flex: 1 1 100%; + -ms-flex: 1 1 100%; + flex: 1 1 100%; + text-align: center; } .tab-content > .tab-pane { @@ -4156,21 +4130,6 @@ tbody.collapse.show { display: block; } -.nav-justified { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; -} - -.nav-justified .nav-item { - -webkit-box-flex: 1; - -webkit-flex: 1 1 0%; - -ms-flex: 1 1 0%; - flex: 1 1 0%; - text-align: center; -} - .navbar { position: relative; padding: 0.5rem 1rem; @@ -4673,14 +4632,25 @@ tbody.collapse.show { .card { position: relative; - display: block; - margin-bottom: 0.75rem; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.25rem; } .card-block { + -webkit-box-flex: 1; + -webkit-flex: 1 1 auto; + -ms-flex: 1 1 auto; + flex: 1 1 auto; padding: 1.25rem; } @@ -4894,9 +4864,6 @@ tbody.collapse.show { -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; - margin-right: -0.625rem; - margin-bottom: 0.75rem; - margin-left: -0.625rem; } .card-deck .card { display: -webkit-box; @@ -4912,15 +4879,12 @@ tbody.collapse.show { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; - margin-right: 0.625rem; - margin-bottom: 0; - margin-left: 0.625rem; } - .card-deck .card-block { - -webkit-box-flex: 1; - -webkit-flex-grow: 1; - -ms-flex-positive: 1; - flex-grow: 1; + .card-deck .card:not(:first-child) { + margin-left: 15px; + } + .card-deck .card:not(:last-child) { + margin-right: 15px; } } @@ -4985,6 +4949,7 @@ tbody.collapse.show { .card-columns .card { display: inline-block; width: 100%; + margin-bottom: 0.75rem; } } @@ -5442,6 +5407,10 @@ base::-moz-progress-bar, display: -webkit-flex; display: -ms-flexbox; display: flex; + -webkit-box-align: start; + -webkit-align-items: flex-start; + -ms-flex-align: start; + align-items: flex-start; } .media-body { @@ -5451,45 +5420,6 @@ base::-moz-progress-bar, flex: 1 1 0%; } -.media-middle { - -webkit-align-self: center; - -ms-flex-item-align: center; - -ms-grid-row-align: center; - align-self: center; -} - -.media-bottom { - -webkit-align-self: flex-end; - -ms-flex-item-align: end; - align-self: flex-end; -} - -.media-object { - display: block; -} - -.media-object.img-thumbnail { - max-width: none; -} - -.media-right { - padding-left: 10px; -} - -.media-left { - padding-right: 10px; -} - -.media-heading { - margin-top: 0; - margin-bottom: 5px; -} - -.media-list { - padding-left: 0; - list-style: none; -} - .list-group { display: -webkit-box; display: -webkit-flex; @@ -6582,6 +6512,13 @@ a.bg-inverse:focus, a.bg-inverse:hover { display: flex !important; } +.d-inline-flex { + display: -webkit-inline-box !important; + display: -webkit-inline-flex !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; +} + @media (min-width: 576px) { .d-sm-none { display: none !important; @@ -6607,6 +6544,12 @@ a.bg-inverse:focus, a.bg-inverse:hover { display: -ms-flexbox !important; display: flex !important; } + .d-sm-inline-flex { + display: -webkit-inline-box !important; + display: -webkit-inline-flex !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } } @media (min-width: 768px) { @@ -6634,6 +6577,12 @@ a.bg-inverse:focus, a.bg-inverse:hover { display: -ms-flexbox !important; display: flex !important; } + .d-md-inline-flex { + display: -webkit-inline-box !important; + display: -webkit-inline-flex !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } } @media (min-width: 992px) { @@ -6661,6 +6610,12 @@ a.bg-inverse:focus, a.bg-inverse:hover { display: -ms-flexbox !important; display: flex !important; } + .d-lg-inline-flex { + display: -webkit-inline-box !important; + display: -webkit-inline-flex !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } } @media (min-width: 1200px) { @@ -6688,6 +6643,12 @@ a.bg-inverse:focus, a.bg-inverse:hover { display: -ms-flexbox !important; display: flex !important; } + .d-xl-inline-flex { + display: -webkit-inline-box !important; + display: -webkit-inline-flex !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } } .flex-first { @@ -6711,78 +6672,176 @@ a.bg-inverse:focus, a.bg-inverse:hover { order: 0; } -.flex-items-top { - -webkit-box-align: start; - -webkit-align-items: flex-start; - -ms-flex-align: start; - align-items: flex-start; +.flex-row { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -webkit-flex-direction: row !important; + -ms-flex-direction: row !important; + flex-direction: row !important; } -.flex-items-middle { - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; +.flex-column { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -webkit-flex-direction: column !important; + -ms-flex-direction: column !important; + flex-direction: column !important; } -.flex-items-bottom { - -webkit-box-align: end; - -webkit-align-items: flex-end; - -ms-flex-align: end; - align-items: flex-end; +.flex-wrap { + -webkit-flex-wrap: wrap !important; + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } -.flex-top { - -webkit-align-self: flex-start; - -ms-flex-item-align: start; - align-self: flex-start; +.flex-nowrap { + -webkit-flex-wrap: nowrap !important; + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } -.flex-middle { - -webkit-align-self: center; - -ms-flex-item-align: center; - -ms-grid-row-align: center; - align-self: center; +.justify-content-start { + -webkit-box-pack: start !important; + -webkit-justify-content: flex-start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } -.flex-bottom { - -webkit-align-self: flex-end; - -ms-flex-item-align: end; - align-self: flex-end; +.justify-content-end { + -webkit-box-pack: end !important; + -webkit-justify-content: flex-end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } -.flex-items-left { - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; +.justify-content-center { + -webkit-box-pack: center !important; + -webkit-justify-content: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } -.flex-items-center { - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; +.justify-content-between { + -webkit-box-pack: justify !important; + -webkit-justify-content: space-between !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; +} + +.justify-content-around { + -webkit-justify-content: space-around !important; + -ms-flex-pack: distribute !important; + justify-content: space-around !important; +} + +.align-items-start { + -webkit-box-align: start !important; + -webkit-align-items: flex-start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; +} + +.align-items-end { + -webkit-box-align: end !important; + -webkit-align-items: flex-end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; +} + +.align-items-center { + -webkit-box-align: center !important; + -webkit-align-items: center !important; + -ms-flex-align: center !important; + align-items: center !important; +} + +.align-items-baseline { + -webkit-box-align: baseline !important; + -webkit-align-items: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; +} + +.align-items-stretch { + -webkit-box-align: stretch !important; + -webkit-align-items: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; +} + +.align-content-start { + -webkit-align-content: flex-start !important; + -ms-flex-line-pack: start !important; + align-content: flex-start !important; +} + +.align-content-end { + -webkit-align-content: flex-end !important; + -ms-flex-line-pack: end !important; + align-content: flex-end !important; +} + +.align-content-center { + -webkit-align-content: center !important; + -ms-flex-line-pack: center !important; + align-content: center !important; +} + +.align-content-between { + -webkit-align-content: space-between !important; + -ms-flex-line-pack: justify !important; + align-content: space-between !important; +} + +.align-content-around { + -webkit-align-content: space-around !important; + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; +} + +.align-content-stretch { + -webkit-align-content: stretch !important; + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; +} + +.align-self-auto { + -webkit-align-self: auto !important; + -ms-flex-item-align: auto !important; + -ms-grid-row-align: auto !important; + align-self: auto !important; +} + +.align-self-start { + -webkit-align-self: flex-start !important; + -ms-flex-item-align: start !important; + align-self: flex-start !important; } -.flex-items-right { - -webkit-box-pack: end; - -webkit-justify-content: flex-end; - -ms-flex-pack: end; - justify-content: flex-end; +.align-self-end { + -webkit-align-self: flex-end !important; + -ms-flex-item-align: end !important; + align-self: flex-end !important; } -.flex-items-around { - -webkit-justify-content: space-around; - -ms-flex-pack: distribute; - justify-content: space-around; +.align-self-center { + -webkit-align-self: center !important; + -ms-flex-item-align: center !important; + -ms-grid-row-align: center !important; + align-self: center !important; } -.flex-items-between { - -webkit-box-pack: justify; - -webkit-justify-content: space-between; - -ms-flex-pack: justify; - justify-content: space-between; +.align-self-baseline { + -webkit-align-self: baseline !important; + -ms-flex-item-align: baseline !important; + align-self: baseline !important; +} + +.align-self-stretch { + -webkit-align-self: stretch !important; + -ms-flex-item-align: stretch !important; + -ms-grid-row-align: stretch !important; + align-self: stretch !important; } @media (min-width: 576px) { @@ -6804,68 +6863,151 @@ a.bg-inverse:focus, a.bg-inverse:hover { -ms-flex-order: 0; order: 0; } - .flex-items-sm-top { - -webkit-box-align: start; - -webkit-align-items: flex-start; - -ms-flex-align: start; - align-items: flex-start; - } - .flex-items-sm-middle { - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - } - .flex-items-sm-bottom { - -webkit-box-align: end; - -webkit-align-items: flex-end; - -ms-flex-align: end; - align-items: flex-end; - } - .flex-sm-top { - -webkit-align-self: flex-start; - -ms-flex-item-align: start; - align-self: flex-start; - } - .flex-sm-middle { - -webkit-align-self: center; - -ms-flex-item-align: center; - -ms-grid-row-align: center; - align-self: center; - } - .flex-sm-bottom { - -webkit-align-self: flex-end; - -ms-flex-item-align: end; - align-self: flex-end; - } - .flex-items-sm-left { - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - } - .flex-items-sm-center { - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - } - .flex-items-sm-right { - -webkit-box-pack: end; - -webkit-justify-content: flex-end; - -ms-flex-pack: end; - justify-content: flex-end; - } - .flex-items-sm-around { - -webkit-justify-content: space-around; - -ms-flex-pack: distribute; - justify-content: space-around; - } - .flex-items-sm-between { - -webkit-box-pack: justify; - -webkit-justify-content: space-between; - -ms-flex-pack: justify; - justify-content: space-between; + .flex-sm-row { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -webkit-flex-direction: row !important; + -ms-flex-direction: row !important; + flex-direction: row !important; + } + .flex-sm-column { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -webkit-flex-direction: column !important; + -ms-flex-direction: column !important; + flex-direction: column !important; + } + .flex-sm-wrap { + -webkit-flex-wrap: wrap !important; + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; + } + .flex-sm-nowrap { + -webkit-flex-wrap: nowrap !important; + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; + } + .justify-content-sm-start { + -webkit-box-pack: start !important; + -webkit-justify-content: flex-start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + .justify-content-sm-end { + -webkit-box-pack: end !important; + -webkit-justify-content: flex-end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + .justify-content-sm-center { + -webkit-box-pack: center !important; + -webkit-justify-content: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; + } + .justify-content-sm-between { + -webkit-box-pack: justify !important; + -webkit-justify-content: space-between !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + .justify-content-sm-around { + -webkit-justify-content: space-around !important; + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .align-items-sm-start { + -webkit-box-align: start !important; + -webkit-align-items: flex-start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .align-items-sm-end { + -webkit-box-align: end !important; + -webkit-align-items: flex-end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + .align-items-sm-center { + -webkit-box-align: center !important; + -webkit-align-items: center !important; + -ms-flex-align: center !important; + align-items: center !important; + } + .align-items-sm-baseline { + -webkit-box-align: baseline !important; + -webkit-align-items: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + .align-items-sm-stretch { + -webkit-box-align: stretch !important; + -webkit-align-items: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + .align-content-sm-start { + -webkit-align-content: flex-start !important; + -ms-flex-line-pack: start !important; + align-content: flex-start !important; + } + .align-content-sm-end { + -webkit-align-content: flex-end !important; + -ms-flex-line-pack: end !important; + align-content: flex-end !important; + } + .align-content-sm-center { + -webkit-align-content: center !important; + -ms-flex-line-pack: center !important; + align-content: center !important; + } + .align-content-sm-between { + -webkit-align-content: space-between !important; + -ms-flex-line-pack: justify !important; + align-content: space-between !important; + } + .align-content-sm-around { + -webkit-align-content: space-around !important; + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .align-content-sm-stretch { + -webkit-align-content: stretch !important; + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .align-self-sm-auto { + -webkit-align-self: auto !important; + -ms-flex-item-align: auto !important; + -ms-grid-row-align: auto !important; + align-self: auto !important; + } + .align-self-sm-start { + -webkit-align-self: flex-start !important; + -ms-flex-item-align: start !important; + align-self: flex-start !important; + } + .align-self-sm-end { + -webkit-align-self: flex-end !important; + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .align-self-sm-center { + -webkit-align-self: center !important; + -ms-flex-item-align: center !important; + -ms-grid-row-align: center !important; + align-self: center !important; + } + .align-self-sm-baseline { + -webkit-align-self: baseline !important; + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .align-self-sm-stretch { + -webkit-align-self: stretch !important; + -ms-flex-item-align: stretch !important; + -ms-grid-row-align: stretch !important; + align-self: stretch !important; } } @@ -6888,68 +7030,151 @@ a.bg-inverse:focus, a.bg-inverse:hover { -ms-flex-order: 0; order: 0; } - .flex-items-md-top { - -webkit-box-align: start; - -webkit-align-items: flex-start; - -ms-flex-align: start; - align-items: flex-start; - } - .flex-items-md-middle { - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - } - .flex-items-md-bottom { - -webkit-box-align: end; - -webkit-align-items: flex-end; - -ms-flex-align: end; - align-items: flex-end; - } - .flex-md-top { - -webkit-align-self: flex-start; - -ms-flex-item-align: start; - align-self: flex-start; - } - .flex-md-middle { - -webkit-align-self: center; - -ms-flex-item-align: center; - -ms-grid-row-align: center; - align-self: center; - } - .flex-md-bottom { - -webkit-align-self: flex-end; - -ms-flex-item-align: end; - align-self: flex-end; - } - .flex-items-md-left { - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - } - .flex-items-md-center { - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - } - .flex-items-md-right { - -webkit-box-pack: end; - -webkit-justify-content: flex-end; - -ms-flex-pack: end; - justify-content: flex-end; - } - .flex-items-md-around { - -webkit-justify-content: space-around; - -ms-flex-pack: distribute; - justify-content: space-around; - } - .flex-items-md-between { - -webkit-box-pack: justify; - -webkit-justify-content: space-between; - -ms-flex-pack: justify; - justify-content: space-between; + .flex-md-row { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -webkit-flex-direction: row !important; + -ms-flex-direction: row !important; + flex-direction: row !important; + } + .flex-md-column { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -webkit-flex-direction: column !important; + -ms-flex-direction: column !important; + flex-direction: column !important; + } + .flex-md-wrap { + -webkit-flex-wrap: wrap !important; + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; + } + .flex-md-nowrap { + -webkit-flex-wrap: nowrap !important; + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; + } + .justify-content-md-start { + -webkit-box-pack: start !important; + -webkit-justify-content: flex-start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + .justify-content-md-end { + -webkit-box-pack: end !important; + -webkit-justify-content: flex-end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + .justify-content-md-center { + -webkit-box-pack: center !important; + -webkit-justify-content: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; + } + .justify-content-md-between { + -webkit-box-pack: justify !important; + -webkit-justify-content: space-between !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + .justify-content-md-around { + -webkit-justify-content: space-around !important; + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .align-items-md-start { + -webkit-box-align: start !important; + -webkit-align-items: flex-start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .align-items-md-end { + -webkit-box-align: end !important; + -webkit-align-items: flex-end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + .align-items-md-center { + -webkit-box-align: center !important; + -webkit-align-items: center !important; + -ms-flex-align: center !important; + align-items: center !important; + } + .align-items-md-baseline { + -webkit-box-align: baseline !important; + -webkit-align-items: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + .align-items-md-stretch { + -webkit-box-align: stretch !important; + -webkit-align-items: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + .align-content-md-start { + -webkit-align-content: flex-start !important; + -ms-flex-line-pack: start !important; + align-content: flex-start !important; + } + .align-content-md-end { + -webkit-align-content: flex-end !important; + -ms-flex-line-pack: end !important; + align-content: flex-end !important; + } + .align-content-md-center { + -webkit-align-content: center !important; + -ms-flex-line-pack: center !important; + align-content: center !important; + } + .align-content-md-between { + -webkit-align-content: space-between !important; + -ms-flex-line-pack: justify !important; + align-content: space-between !important; + } + .align-content-md-around { + -webkit-align-content: space-around !important; + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .align-content-md-stretch { + -webkit-align-content: stretch !important; + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .align-self-md-auto { + -webkit-align-self: auto !important; + -ms-flex-item-align: auto !important; + -ms-grid-row-align: auto !important; + align-self: auto !important; + } + .align-self-md-start { + -webkit-align-self: flex-start !important; + -ms-flex-item-align: start !important; + align-self: flex-start !important; + } + .align-self-md-end { + -webkit-align-self: flex-end !important; + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .align-self-md-center { + -webkit-align-self: center !important; + -ms-flex-item-align: center !important; + -ms-grid-row-align: center !important; + align-self: center !important; + } + .align-self-md-baseline { + -webkit-align-self: baseline !important; + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .align-self-md-stretch { + -webkit-align-self: stretch !important; + -ms-flex-item-align: stretch !important; + -ms-grid-row-align: stretch !important; + align-self: stretch !important; } } @@ -6972,68 +7197,151 @@ a.bg-inverse:focus, a.bg-inverse:hover { -ms-flex-order: 0; order: 0; } - .flex-items-lg-top { - -webkit-box-align: start; - -webkit-align-items: flex-start; - -ms-flex-align: start; - align-items: flex-start; - } - .flex-items-lg-middle { - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - } - .flex-items-lg-bottom { - -webkit-box-align: end; - -webkit-align-items: flex-end; - -ms-flex-align: end; - align-items: flex-end; - } - .flex-lg-top { - -webkit-align-self: flex-start; - -ms-flex-item-align: start; - align-self: flex-start; - } - .flex-lg-middle { - -webkit-align-self: center; - -ms-flex-item-align: center; - -ms-grid-row-align: center; - align-self: center; - } - .flex-lg-bottom { - -webkit-align-self: flex-end; - -ms-flex-item-align: end; - align-self: flex-end; - } - .flex-items-lg-left { - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - } - .flex-items-lg-center { - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - } - .flex-items-lg-right { - -webkit-box-pack: end; - -webkit-justify-content: flex-end; - -ms-flex-pack: end; - justify-content: flex-end; - } - .flex-items-lg-around { - -webkit-justify-content: space-around; - -ms-flex-pack: distribute; - justify-content: space-around; - } - .flex-items-lg-between { - -webkit-box-pack: justify; - -webkit-justify-content: space-between; - -ms-flex-pack: justify; - justify-content: space-between; + .flex-lg-row { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -webkit-flex-direction: row !important; + -ms-flex-direction: row !important; + flex-direction: row !important; + } + .flex-lg-column { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -webkit-flex-direction: column !important; + -ms-flex-direction: column !important; + flex-direction: column !important; + } + .flex-lg-wrap { + -webkit-flex-wrap: wrap !important; + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; + } + .flex-lg-nowrap { + -webkit-flex-wrap: nowrap !important; + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; + } + .justify-content-lg-start { + -webkit-box-pack: start !important; + -webkit-justify-content: flex-start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + .justify-content-lg-end { + -webkit-box-pack: end !important; + -webkit-justify-content: flex-end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + .justify-content-lg-center { + -webkit-box-pack: center !important; + -webkit-justify-content: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; + } + .justify-content-lg-between { + -webkit-box-pack: justify !important; + -webkit-justify-content: space-between !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + .justify-content-lg-around { + -webkit-justify-content: space-around !important; + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .align-items-lg-start { + -webkit-box-align: start !important; + -webkit-align-items: flex-start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .align-items-lg-end { + -webkit-box-align: end !important; + -webkit-align-items: flex-end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + .align-items-lg-center { + -webkit-box-align: center !important; + -webkit-align-items: center !important; + -ms-flex-align: center !important; + align-items: center !important; + } + .align-items-lg-baseline { + -webkit-box-align: baseline !important; + -webkit-align-items: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + .align-items-lg-stretch { + -webkit-box-align: stretch !important; + -webkit-align-items: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + .align-content-lg-start { + -webkit-align-content: flex-start !important; + -ms-flex-line-pack: start !important; + align-content: flex-start !important; + } + .align-content-lg-end { + -webkit-align-content: flex-end !important; + -ms-flex-line-pack: end !important; + align-content: flex-end !important; + } + .align-content-lg-center { + -webkit-align-content: center !important; + -ms-flex-line-pack: center !important; + align-content: center !important; + } + .align-content-lg-between { + -webkit-align-content: space-between !important; + -ms-flex-line-pack: justify !important; + align-content: space-between !important; + } + .align-content-lg-around { + -webkit-align-content: space-around !important; + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .align-content-lg-stretch { + -webkit-align-content: stretch !important; + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .align-self-lg-auto { + -webkit-align-self: auto !important; + -ms-flex-item-align: auto !important; + -ms-grid-row-align: auto !important; + align-self: auto !important; + } + .align-self-lg-start { + -webkit-align-self: flex-start !important; + -ms-flex-item-align: start !important; + align-self: flex-start !important; + } + .align-self-lg-end { + -webkit-align-self: flex-end !important; + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .align-self-lg-center { + -webkit-align-self: center !important; + -ms-flex-item-align: center !important; + -ms-grid-row-align: center !important; + align-self: center !important; + } + .align-self-lg-baseline { + -webkit-align-self: baseline !important; + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .align-self-lg-stretch { + -webkit-align-self: stretch !important; + -ms-flex-item-align: stretch !important; + -ms-grid-row-align: stretch !important; + align-self: stretch !important; } } @@ -7056,68 +7364,151 @@ a.bg-inverse:focus, a.bg-inverse:hover { -ms-flex-order: 0; order: 0; } - .flex-items-xl-top { - -webkit-box-align: start; - -webkit-align-items: flex-start; - -ms-flex-align: start; - align-items: flex-start; - } - .flex-items-xl-middle { - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - } - .flex-items-xl-bottom { - -webkit-box-align: end; - -webkit-align-items: flex-end; - -ms-flex-align: end; - align-items: flex-end; - } - .flex-xl-top { - -webkit-align-self: flex-start; - -ms-flex-item-align: start; - align-self: flex-start; - } - .flex-xl-middle { - -webkit-align-self: center; - -ms-flex-item-align: center; - -ms-grid-row-align: center; - align-self: center; - } - .flex-xl-bottom { - -webkit-align-self: flex-end; - -ms-flex-item-align: end; - align-self: flex-end; - } - .flex-items-xl-left { - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - } - .flex-items-xl-center { - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - } - .flex-items-xl-right { - -webkit-box-pack: end; - -webkit-justify-content: flex-end; - -ms-flex-pack: end; - justify-content: flex-end; - } - .flex-items-xl-around { - -webkit-justify-content: space-around; - -ms-flex-pack: distribute; - justify-content: space-around; - } - .flex-items-xl-between { - -webkit-box-pack: justify; - -webkit-justify-content: space-between; - -ms-flex-pack: justify; - justify-content: space-between; + .flex-xl-row { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -webkit-flex-direction: row !important; + -ms-flex-direction: row !important; + flex-direction: row !important; + } + .flex-xl-column { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -webkit-flex-direction: column !important; + -ms-flex-direction: column !important; + flex-direction: column !important; + } + .flex-xl-wrap { + -webkit-flex-wrap: wrap !important; + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; + } + .flex-xl-nowrap { + -webkit-flex-wrap: nowrap !important; + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; + } + .justify-content-xl-start { + -webkit-box-pack: start !important; + -webkit-justify-content: flex-start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + .justify-content-xl-end { + -webkit-box-pack: end !important; + -webkit-justify-content: flex-end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + .justify-content-xl-center { + -webkit-box-pack: center !important; + -webkit-justify-content: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; + } + .justify-content-xl-between { + -webkit-box-pack: justify !important; + -webkit-justify-content: space-between !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + .justify-content-xl-around { + -webkit-justify-content: space-around !important; + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .align-items-xl-start { + -webkit-box-align: start !important; + -webkit-align-items: flex-start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .align-items-xl-end { + -webkit-box-align: end !important; + -webkit-align-items: flex-end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + .align-items-xl-center { + -webkit-box-align: center !important; + -webkit-align-items: center !important; + -ms-flex-align: center !important; + align-items: center !important; + } + .align-items-xl-baseline { + -webkit-box-align: baseline !important; + -webkit-align-items: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + .align-items-xl-stretch { + -webkit-box-align: stretch !important; + -webkit-align-items: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + .align-content-xl-start { + -webkit-align-content: flex-start !important; + -ms-flex-line-pack: start !important; + align-content: flex-start !important; + } + .align-content-xl-end { + -webkit-align-content: flex-end !important; + -ms-flex-line-pack: end !important; + align-content: flex-end !important; + } + .align-content-xl-center { + -webkit-align-content: center !important; + -ms-flex-line-pack: center !important; + align-content: center !important; + } + .align-content-xl-between { + -webkit-align-content: space-between !important; + -ms-flex-line-pack: justify !important; + align-content: space-between !important; + } + .align-content-xl-around { + -webkit-align-content: space-around !important; + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .align-content-xl-stretch { + -webkit-align-content: stretch !important; + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .align-self-xl-auto { + -webkit-align-self: auto !important; + -ms-flex-item-align: auto !important; + -ms-grid-row-align: auto !important; + align-self: auto !important; + } + .align-self-xl-start { + -webkit-align-self: flex-start !important; + -ms-flex-item-align: start !important; + align-self: flex-start !important; + } + .align-self-xl-end { + -webkit-align-self: flex-end !important; + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .align-self-xl-center { + -webkit-align-self: center !important; + -ms-flex-item-align: center !important; + -ms-grid-row-align: center !important; + align-self: center !important; + } + .align-self-xl-baseline { + -webkit-align-self: baseline !important; + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .align-self-xl-stretch { + -webkit-align-self: stretch !important; + -ms-flex-item-align: stretch !important; + -ms-grid-row-align: stretch !important; + align-self: stretch !important; } } -- cgit v1.2.3 From 0e8ee1bfba8351696fbe524fc14aed74e1e402cc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 25 Dec 2016 15:47:03 -0800 Subject: grunt --- dist/css/bootstrap.css | 325 +++++++++++++++++++++++++------------------------ 1 file changed, 169 insertions(+), 156 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 534d22572..e635d84d0 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4084,7 +4084,7 @@ tbody.collapse.show { .nav-tabs .nav-item.open .nav-link:hover { color: #464a4c; background-color: #fff; - border-color: #ddd #ddd transparent; + border-color: #ddd #ddd #fff; } .nav-tabs .dropdown-menu { @@ -5773,6 +5773,15 @@ button.close { .modal-content { position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; @@ -5800,40 +5809,59 @@ button.close { } .modal-header { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; padding: 15px; - border-bottom: 1px solid #f7f7f9; -} - -.modal-header::after { - display: block; - content: ""; - clear: both; -} - -.modal-header .close { - margin-top: -2px; + border-bottom: 1px solid #eceeef; } .modal-title { - margin: 0; + margin-bottom: 0; line-height: 1.5; } .modal-body { position: relative; + -webkit-box-flex: 1; + -webkit-flex: 1 1 auto; + -ms-flex: 1 1 auto; + flex: 1 1 auto; padding: 15px; } .modal-footer { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: end; + -webkit-justify-content: flex-end; + -ms-flex-pack: end; + justify-content: flex-end; padding: 15px; - text-align: right; - border-top: 1px solid #f7f7f9; + border-top: 1px solid #eceeef; } -.modal-footer::after { - display: block; - content: ""; - clear: both; +.modal-footer > :not(:first-child) { + margin-left: .25rem; +} + +.modal-footer > :not(:last-child) { + margin-right: .25rem; } .modal-scrollbar-measure { @@ -7632,11 +7660,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { max-height: 100% !important; } -.mx-auto { - margin-right: auto !important; - margin-left: auto !important; -} - .m-0 { margin: 0 0 !important; } @@ -7997,6 +8020,36 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 3rem !important; } +.m-auto { + margin: auto !important; +} + +.mt-auto { + margin-top: auto !important; +} + +.mr-auto { + margin-right: auto !important; +} + +.mb-auto { + margin-bottom: auto !important; +} + +.ml-auto { + margin-left: auto !important; +} + +.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 0 !important; @@ -8021,9 +8074,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-top: 0 !important; margin-bottom: 0 !important; } -} - -@media (min-width: 576px) { .m-sm-1 { margin: 0.25rem 0.25rem !important; } @@ -8047,9 +8097,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } -} - -@media (min-width: 576px) { .m-sm-2 { margin: 0.5rem 0.5rem !important; } @@ -8073,9 +8120,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } -} - -@media (min-width: 576px) { .m-sm-3 { margin: 1rem 1rem !important; } @@ -8099,9 +8143,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-top: 1rem !important; margin-bottom: 1rem !important; } -} - -@media (min-width: 576px) { .m-sm-4 { margin: 1.5rem 1.5rem !important; } @@ -8125,9 +8166,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } -} - -@media (min-width: 576px) { .m-sm-5 { margin: 3rem 3rem !important; } @@ -8151,9 +8189,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-top: 3rem !important; margin-bottom: 3rem !important; } -} - -@media (min-width: 576px) { .p-sm-0 { padding: 0 0 !important; } @@ -8177,9 +8212,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-top: 0 !important; padding-bottom: 0 !important; } -} - -@media (min-width: 576px) { .p-sm-1 { padding: 0.25rem 0.25rem !important; } @@ -8203,9 +8235,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } -} - -@media (min-width: 576px) { .p-sm-2 { padding: 0.5rem 0.5rem !important; } @@ -8229,9 +8258,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } -} - -@media (min-width: 576px) { .p-sm-3 { padding: 1rem 1rem !important; } @@ -8255,9 +8281,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-top: 1rem !important; padding-bottom: 1rem !important; } -} - -@media (min-width: 576px) { .p-sm-4 { padding: 1.5rem 1.5rem !important; } @@ -8281,9 +8304,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } -} - -@media (min-width: 576px) { .p-sm-5 { padding: 3rem 3rem !important; } @@ -8307,6 +8327,29 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-top: 3rem !important; padding-bottom: 3rem !important; } + .m-sm-auto { + margin: auto !important; + } + .mt-sm-auto { + margin-top: auto !important; + } + .mr-sm-auto { + margin-right: auto !important; + } + .mb-sm-auto { + margin-bottom: auto !important; + } + .ml-sm-auto { + margin-left: auto !important; + } + .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) { @@ -8333,9 +8376,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-top: 0 !important; margin-bottom: 0 !important; } -} - -@media (min-width: 768px) { .m-md-1 { margin: 0.25rem 0.25rem !important; } @@ -8359,9 +8399,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } -} - -@media (min-width: 768px) { .m-md-2 { margin: 0.5rem 0.5rem !important; } @@ -8385,9 +8422,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } -} - -@media (min-width: 768px) { .m-md-3 { margin: 1rem 1rem !important; } @@ -8411,9 +8445,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-top: 1rem !important; margin-bottom: 1rem !important; } -} - -@media (min-width: 768px) { .m-md-4 { margin: 1.5rem 1.5rem !important; } @@ -8437,9 +8468,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } -} - -@media (min-width: 768px) { .m-md-5 { margin: 3rem 3rem !important; } @@ -8463,9 +8491,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-top: 3rem !important; margin-bottom: 3rem !important; } -} - -@media (min-width: 768px) { .p-md-0 { padding: 0 0 !important; } @@ -8489,9 +8514,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-top: 0 !important; padding-bottom: 0 !important; } -} - -@media (min-width: 768px) { .p-md-1 { padding: 0.25rem 0.25rem !important; } @@ -8515,9 +8537,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } -} - -@media (min-width: 768px) { .p-md-2 { padding: 0.5rem 0.5rem !important; } @@ -8541,9 +8560,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } -} - -@media (min-width: 768px) { .p-md-3 { padding: 1rem 1rem !important; } @@ -8567,9 +8583,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-top: 1rem !important; padding-bottom: 1rem !important; } -} - -@media (min-width: 768px) { .p-md-4 { padding: 1.5rem 1.5rem !important; } @@ -8593,9 +8606,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } -} - -@media (min-width: 768px) { .p-md-5 { padding: 3rem 3rem !important; } @@ -8619,6 +8629,29 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-top: 3rem !important; padding-bottom: 3rem !important; } + .m-md-auto { + margin: auto !important; + } + .mt-md-auto { + margin-top: auto !important; + } + .mr-md-auto { + margin-right: auto !important; + } + .mb-md-auto { + margin-bottom: auto !important; + } + .ml-md-auto { + margin-left: auto !important; + } + .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) { @@ -8645,9 +8678,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-top: 0 !important; margin-bottom: 0 !important; } -} - -@media (min-width: 992px) { .m-lg-1 { margin: 0.25rem 0.25rem !important; } @@ -8671,9 +8701,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } -} - -@media (min-width: 992px) { .m-lg-2 { margin: 0.5rem 0.5rem !important; } @@ -8697,9 +8724,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } -} - -@media (min-width: 992px) { .m-lg-3 { margin: 1rem 1rem !important; } @@ -8723,9 +8747,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-top: 1rem !important; margin-bottom: 1rem !important; } -} - -@media (min-width: 992px) { .m-lg-4 { margin: 1.5rem 1.5rem !important; } @@ -8749,9 +8770,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } -} - -@media (min-width: 992px) { .m-lg-5 { margin: 3rem 3rem !important; } @@ -8775,9 +8793,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-top: 3rem !important; margin-bottom: 3rem !important; } -} - -@media (min-width: 992px) { .p-lg-0 { padding: 0 0 !important; } @@ -8801,9 +8816,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-top: 0 !important; padding-bottom: 0 !important; } -} - -@media (min-width: 992px) { .p-lg-1 { padding: 0.25rem 0.25rem !important; } @@ -8827,9 +8839,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } -} - -@media (min-width: 992px) { .p-lg-2 { padding: 0.5rem 0.5rem !important; } @@ -8853,9 +8862,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } -} - -@media (min-width: 992px) { .p-lg-3 { padding: 1rem 1rem !important; } @@ -8879,9 +8885,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-top: 1rem !important; padding-bottom: 1rem !important; } -} - -@media (min-width: 992px) { .p-lg-4 { padding: 1.5rem 1.5rem !important; } @@ -8905,9 +8908,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } -} - -@media (min-width: 992px) { .p-lg-5 { padding: 3rem 3rem !important; } @@ -8931,6 +8931,29 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-top: 3rem !important; padding-bottom: 3rem !important; } + .m-lg-auto { + margin: auto !important; + } + .mt-lg-auto { + margin-top: auto !important; + } + .mr-lg-auto { + margin-right: auto !important; + } + .mb-lg-auto { + margin-bottom: auto !important; + } + .ml-lg-auto { + margin-left: auto !important; + } + .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) { @@ -8957,9 +8980,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-top: 0 !important; margin-bottom: 0 !important; } -} - -@media (min-width: 1200px) { .m-xl-1 { margin: 0.25rem 0.25rem !important; } @@ -8983,9 +9003,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } -} - -@media (min-width: 1200px) { .m-xl-2 { margin: 0.5rem 0.5rem !important; } @@ -9009,9 +9026,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } -} - -@media (min-width: 1200px) { .m-xl-3 { margin: 1rem 1rem !important; } @@ -9035,9 +9049,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-top: 1rem !important; margin-bottom: 1rem !important; } -} - -@media (min-width: 1200px) { .m-xl-4 { margin: 1.5rem 1.5rem !important; } @@ -9061,9 +9072,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } -} - -@media (min-width: 1200px) { .m-xl-5 { margin: 3rem 3rem !important; } @@ -9087,9 +9095,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-top: 3rem !important; margin-bottom: 3rem !important; } -} - -@media (min-width: 1200px) { .p-xl-0 { padding: 0 0 !important; } @@ -9113,9 +9118,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-top: 0 !important; padding-bottom: 0 !important; } -} - -@media (min-width: 1200px) { .p-xl-1 { padding: 0.25rem 0.25rem !important; } @@ -9139,9 +9141,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } -} - -@media (min-width: 1200px) { .p-xl-2 { padding: 0.5rem 0.5rem !important; } @@ -9165,9 +9164,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } -} - -@media (min-width: 1200px) { .p-xl-3 { padding: 1rem 1rem !important; } @@ -9191,9 +9187,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-top: 1rem !important; padding-bottom: 1rem !important; } -} - -@media (min-width: 1200px) { .p-xl-4 { padding: 1.5rem 1.5rem !important; } @@ -9217,9 +9210,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } -} - -@media (min-width: 1200px) { .p-xl-5 { padding: 3rem 3rem !important; } @@ -9243,6 +9233,29 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-top: 3rem !important; padding-bottom: 3rem !important; } + .m-xl-auto { + margin: auto !important; + } + .mt-xl-auto { + margin-top: auto !important; + } + .mr-xl-auto { + margin-right: auto !important; + } + .mb-xl-auto { + margin-bottom: auto !important; + } + .ml-xl-auto { + margin-left: auto !important; + } + .mx-xl-auto { + margin-right: auto !important; + margin-left: auto !important; + } + .my-xl-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } } .pos-f-t { -- cgit v1.2.3 From 4d1b7df0d8f645c644a678a2f16caeca59aab3cb Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 25 Dec 2016 15:52:16 -0800 Subject: grunt --- dist/css/bootstrap.css | 41 +++++++++++++++++++++++++++++------------ 1 file changed, 29 insertions(+), 12 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index e635d84d0..2fa44777e 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2359,20 +2359,20 @@ select.form-control:focus::-ms-value { } .col-form-label { - padding-top: 0.5rem; - padding-bottom: 0.5rem; + padding-top: calc(0.5rem - 1px * 2); + padding-bottom: calc(0.5rem - 1px * 2); margin-bottom: 0; } .col-form-label-lg { - padding-top: 0.75rem; - padding-bottom: 0.75rem; + padding-top: calc(0.75rem - 1px * 2); + padding-bottom: calc(0.75rem - 1px * 2); font-size: 1.25rem; } .col-form-label-sm { - padding-top: 0.25rem; - padding-bottom: 0.25rem; + padding-top: calc(0.25rem - 1px * 2); + padding-bottom: calc(0.25rem - 1px * 2); font-size: 0.875rem; } @@ -2386,6 +2386,7 @@ select.form-control:focus::-ms-value { .form-control-static { padding-top: 0.5rem; padding-bottom: 0.5rem; + margin-bottom: 0; line-height: 1.25; border: solid transparent; border-width: 1px 0; @@ -2602,6 +2603,10 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; margin-bottom: 0; } .form-inline .form-control { @@ -2611,7 +2616,6 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for } .form-inline .form-control-static { display: inline-block; - margin-bottom: 0; } .form-inline .input-group { width: auto; @@ -3834,7 +3838,10 @@ tbody.collapse.show { .custom-control { position: relative; - display: inline-block; + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -ms-inline-flexbox; + display: inline-flex; min-height: 1.5rem; padding-left: 1.5rem; margin-right: 1rem; @@ -3853,8 +3860,8 @@ tbody.collapse.show { } .custom-control-input:focus ~ .custom-control-indicator { - -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0275d8; - box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0275d8; + -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8; + box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8; } .custom-control-input:active ~ .custom-control-indicator { @@ -3912,10 +3919,20 @@ tbody.collapse.show { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); } +.custom-controls-stacked { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; +} + .custom-controls-stacked .custom-control { - float: left; margin-bottom: 0.25rem; - clear: left; } .custom-controls-stacked .custom-control + .custom-control { -- cgit v1.2.3 From 14fe088cab41dc141093e648738545758b097347 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 26 Dec 2016 13:11:05 -0800 Subject: grunt --- dist/css/bootstrap.css | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 2fa44777e..eff3427c1 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -6733,6 +6733,22 @@ a.bg-inverse:focus, a.bg-inverse:hover { flex-direction: column !important; } +.flex-row-reverse { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: row-reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; +} + +.flex-column-reverse { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: column-reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; +} + .flex-wrap { -webkit-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; @@ -6745,6 +6761,12 @@ a.bg-inverse:focus, a.bg-inverse:hover { flex-wrap: nowrap !important; } +.flex-wrap-reverse { + -webkit-flex-wrap: wrap-reverse !important; + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; +} + .justify-content-start { -webkit-box-pack: start !important; -webkit-justify-content: flex-start !important; @@ -6922,6 +6944,20 @@ a.bg-inverse:focus, a.bg-inverse:hover { -ms-flex-direction: column !important; flex-direction: column !important; } + .flex-sm-row-reverse { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: row-reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; + } + .flex-sm-column-reverse { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: column-reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; + } .flex-sm-wrap { -webkit-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; @@ -6932,6 +6968,11 @@ a.bg-inverse:focus, a.bg-inverse:hover { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } + .flex-sm-wrap-reverse { + -webkit-flex-wrap: wrap-reverse !important; + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } .justify-content-sm-start { -webkit-box-pack: start !important; -webkit-justify-content: flex-start !important; @@ -7089,6 +7130,20 @@ a.bg-inverse:focus, a.bg-inverse:hover { -ms-flex-direction: column !important; flex-direction: column !important; } + .flex-md-row-reverse { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: row-reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; + } + .flex-md-column-reverse { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: column-reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; + } .flex-md-wrap { -webkit-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; @@ -7099,6 +7154,11 @@ a.bg-inverse:focus, a.bg-inverse:hover { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } + .flex-md-wrap-reverse { + -webkit-flex-wrap: wrap-reverse !important; + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } .justify-content-md-start { -webkit-box-pack: start !important; -webkit-justify-content: flex-start !important; @@ -7256,6 +7316,20 @@ a.bg-inverse:focus, a.bg-inverse:hover { -ms-flex-direction: column !important; flex-direction: column !important; } + .flex-lg-row-reverse { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: row-reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; + } + .flex-lg-column-reverse { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: column-reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; + } .flex-lg-wrap { -webkit-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; @@ -7266,6 +7340,11 @@ a.bg-inverse:focus, a.bg-inverse:hover { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } + .flex-lg-wrap-reverse { + -webkit-flex-wrap: wrap-reverse !important; + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } .justify-content-lg-start { -webkit-box-pack: start !important; -webkit-justify-content: flex-start !important; @@ -7423,6 +7502,20 @@ a.bg-inverse:focus, a.bg-inverse:hover { -ms-flex-direction: column !important; flex-direction: column !important; } + .flex-xl-row-reverse { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: row-reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; + } + .flex-xl-column-reverse { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: column-reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; + } .flex-xl-wrap { -webkit-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; @@ -7433,6 +7526,11 @@ a.bg-inverse:focus, a.bg-inverse:hover { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } + .flex-xl-wrap-reverse { + -webkit-flex-wrap: wrap-reverse !important; + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } .justify-content-xl-start { -webkit-box-pack: start !important; -webkit-justify-content: flex-start !important; -- cgit v1.2.3 From d3646e3884f1301c0ea934334d935919319e4f1a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 27 Dec 2016 14:27:41 -0800 Subject: grunt --- dist/css/bootstrap.css | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index eff3427c1..61df7d551 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2441,11 +2441,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .form-check { position: relative; display: block; - margin-bottom: 0.75rem; -} - -.form-check + .form-check { - margin-top: -.25rem; + margin-bottom: 0.5rem; } .form-check.disabled .form-check-label { @@ -2461,7 +2457,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .form-check-input { position: absolute; - margin-top: .25rem; + margin-top: 0.25rem; margin-left: -1.25rem; } @@ -2478,7 +2474,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for } .form-check-inline + .form-check-inline { - margin-left: .75rem; + margin-left: 0.75rem; } .form-control-feedback { @@ -2646,6 +2642,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for } .form-inline .form-check-input { position: relative; + margin-top: 0; + margin-right: 0.25rem; margin-left: 0; } .form-inline .custom-control { @@ -2666,7 +2664,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .form-inline .custom-control-indicator { position: static; display: inline-block; - margin-right: .25rem; + margin-right: 0.25rem; vertical-align: text-bottom; } .form-inline .has-feedback .form-control-feedback { -- cgit v1.2.3 From e1e621be046a4541a2fd36e445015ee44de3c67e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 28 Dec 2016 15:15:29 -0800 Subject: grunt --- dist/css/bootstrap.css | 649 +++++++++++++++++-------------------------------- 1 file changed, 224 insertions(+), 425 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 61df7d551..651d2ddcd 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2679,7 +2679,6 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for text-align: center; white-space: nowrap; vertical-align: middle; - cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; @@ -2693,22 +2692,14 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for transition: all 0.2s ease-in-out; } -.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus { - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; -} - .btn:focus, .btn:hover { text-decoration: none; } -.btn.focus { - text-decoration: none; -} - -.btn:active, .btn.active { - background-image: none; +.btn:focus, .btn.focus { outline: 0; + -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25); + box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25); } .btn.disabled, .btn:disabled { @@ -2716,6 +2707,10 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for opacity: .65; } +.btn:active, .btn.active { + background-image: none; +} + a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; @@ -2734,36 +2729,21 @@ fieldset[disabled] a.btn { } .btn-primary:focus, .btn-primary.focus { - color: #fff; - background-color: #025aa5; - border-color: #01549b; + -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5); + box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5); } -.btn-primary:active, .btn-primary.active, -.open > .btn-primary.dropdown-toggle { - color: #fff; - background-color: #025aa5; - border-color: #01549b; - background-image: none; -} - -.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, -.open > .btn-primary.dropdown-toggle:hover, -.open > .btn-primary.dropdown-toggle:focus, -.open > .btn-primary.dropdown-toggle.focus { - color: #fff; - background-color: #014682; - border-color: #01315a; -} - -.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus { +.btn-primary.disabled, .btn-primary:disabled { background-color: #0275d8; border-color: #0275d8; } -.btn-primary.disabled:hover, .btn-primary:disabled:hover { - background-color: #0275d8; - border-color: #0275d8; +.btn-primary:active, .btn-primary.active, +.show > .btn-primary.dropdown-toggle { + color: #fff; + background-color: #025aa5; + background-image: none; + border-color: #01549b; } .btn-secondary { @@ -2779,36 +2759,21 @@ fieldset[disabled] a.btn { } .btn-secondary:focus, .btn-secondary.focus { - color: #292b2c; - background-color: #e6e6e6; - border-color: #adadad; + -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); + box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); } -.btn-secondary:active, .btn-secondary.active, -.open > .btn-secondary.dropdown-toggle { - color: #292b2c; - background-color: #e6e6e6; - border-color: #adadad; - background-image: none; -} - -.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, -.open > .btn-secondary.dropdown-toggle:hover, -.open > .btn-secondary.dropdown-toggle:focus, -.open > .btn-secondary.dropdown-toggle.focus { - color: #292b2c; - background-color: #d4d4d4; - border-color: #8c8c8c; -} - -.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus { +.btn-secondary.disabled, .btn-secondary:disabled { background-color: #fff; border-color: #ccc; } -.btn-secondary.disabled:hover, .btn-secondary:disabled:hover { - background-color: #fff; - border-color: #ccc; +.btn-secondary:active, .btn-secondary.active, +.show > .btn-secondary.dropdown-toggle { + color: #292b2c; + background-color: #e6e6e6; + background-image: none; + border-color: #adadad; } .btn-info { @@ -2824,36 +2789,21 @@ fieldset[disabled] a.btn { } .btn-info:focus, .btn-info.focus { - color: #fff; - background-color: #31b0d5; - border-color: #2aabd2; -} - -.btn-info:active, .btn-info.active, -.open > .btn-info.dropdown-toggle { - color: #fff; - background-color: #31b0d5; - border-color: #2aabd2; - background-image: none; -} - -.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, -.open > .btn-info.dropdown-toggle:hover, -.open > .btn-info.dropdown-toggle:focus, -.open > .btn-info.dropdown-toggle.focus { - color: #fff; - background-color: #269abc; - border-color: #1f7e9a; + -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); + box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); } -.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus { +.btn-info.disabled, .btn-info:disabled { background-color: #5bc0de; border-color: #5bc0de; } -.btn-info.disabled:hover, .btn-info:disabled:hover { - background-color: #5bc0de; - border-color: #5bc0de; +.btn-info:active, .btn-info.active, +.show > .btn-info.dropdown-toggle { + color: #fff; + background-color: #31b0d5; + background-image: none; + border-color: #2aabd2; } .btn-success { @@ -2869,36 +2819,21 @@ fieldset[disabled] a.btn { } .btn-success:focus, .btn-success.focus { - color: #fff; - background-color: #449d44; - border-color: #419641; -} - -.btn-success:active, .btn-success.active, -.open > .btn-success.dropdown-toggle { - color: #fff; - background-color: #449d44; - border-color: #419641; - background-image: none; + -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); + box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); } -.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, -.open > .btn-success.dropdown-toggle:hover, -.open > .btn-success.dropdown-toggle:focus, -.open > .btn-success.dropdown-toggle.focus { - color: #fff; - background-color: #398439; - border-color: #2d672d; -} - -.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus { +.btn-success.disabled, .btn-success:disabled { background-color: #5cb85c; border-color: #5cb85c; } -.btn-success.disabled:hover, .btn-success:disabled:hover { - background-color: #5cb85c; - border-color: #5cb85c; +.btn-success:active, .btn-success.active, +.show > .btn-success.dropdown-toggle { + color: #fff; + background-color: #449d44; + background-image: none; + border-color: #419641; } .btn-warning { @@ -2914,36 +2849,21 @@ fieldset[disabled] a.btn { } .btn-warning:focus, .btn-warning.focus { - color: #fff; - background-color: #ec971f; - border-color: #eb9316; + -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); + box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); } -.btn-warning:active, .btn-warning.active, -.open > .btn-warning.dropdown-toggle { - color: #fff; - background-color: #ec971f; - border-color: #eb9316; - background-image: none; -} - -.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, -.open > .btn-warning.dropdown-toggle:hover, -.open > .btn-warning.dropdown-toggle:focus, -.open > .btn-warning.dropdown-toggle.focus { - color: #fff; - background-color: #d58512; - border-color: #b06d0f; -} - -.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus { +.btn-warning.disabled, .btn-warning:disabled { background-color: #f0ad4e; border-color: #f0ad4e; } -.btn-warning.disabled:hover, .btn-warning:disabled:hover { - background-color: #f0ad4e; - border-color: #f0ad4e; +.btn-warning:active, .btn-warning.active, +.show > .btn-warning.dropdown-toggle { + color: #fff; + background-color: #ec971f; + background-image: none; + border-color: #eb9316; } .btn-danger { @@ -2959,36 +2879,21 @@ fieldset[disabled] a.btn { } .btn-danger:focus, .btn-danger.focus { - color: #fff; - background-color: #c9302c; - border-color: #c12e2a; -} - -.btn-danger:active, .btn-danger.active, -.open > .btn-danger.dropdown-toggle { - color: #fff; - background-color: #c9302c; - border-color: #c12e2a; - background-image: none; -} - -.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, -.open > .btn-danger.dropdown-toggle:hover, -.open > .btn-danger.dropdown-toggle:focus, -.open > .btn-danger.dropdown-toggle.focus { - color: #fff; - background-color: #ac2925; - border-color: #8b211e; + -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); + box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); } -.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus { +.btn-danger.disabled, .btn-danger:disabled { background-color: #d9534f; border-color: #d9534f; } -.btn-danger.disabled:hover, .btn-danger:disabled:hover { - background-color: #d9534f; - border-color: #d9534f; +.btn-danger:active, .btn-danger.active, +.show > .btn-danger.dropdown-toggle { + color: #fff; + background-color: #c9302c; + background-image: none; + border-color: #c12e2a; } .btn-outline-primary { @@ -3005,35 +2910,22 @@ fieldset[disabled] a.btn { } .btn-outline-primary:focus, .btn-outline-primary.focus { - color: #fff; - background-color: #0275d8; - border-color: #0275d8; + -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5); + box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5); +} + +.btn-outline-primary.disabled, .btn-outline-primary:disabled { + color: #0275d8; + background-color: transparent; } .btn-outline-primary:active, .btn-outline-primary.active, -.open > .btn-outline-primary.dropdown-toggle { +.show > .btn-outline-primary.dropdown-toggle { color: #fff; background-color: #0275d8; border-color: #0275d8; } -.btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, -.open > .btn-outline-primary.dropdown-toggle:hover, -.open > .btn-outline-primary.dropdown-toggle:focus, -.open > .btn-outline-primary.dropdown-toggle.focus { - color: #fff; - background-color: #014682; - border-color: #01315a; -} - -.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus { - border-color: #43a7fd; -} - -.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover { - border-color: #43a7fd; -} - .btn-outline-secondary { color: #ccc; background-image: none; @@ -3048,35 +2940,22 @@ fieldset[disabled] a.btn { } .btn-outline-secondary:focus, .btn-outline-secondary.focus { - color: #fff; - background-color: #ccc; - border-color: #ccc; + -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); + box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); +} + +.btn-outline-secondary.disabled, .btn-outline-secondary:disabled { + color: #ccc; + background-color: transparent; } .btn-outline-secondary:active, .btn-outline-secondary.active, -.open > .btn-outline-secondary.dropdown-toggle { +.show > .btn-outline-secondary.dropdown-toggle { color: #fff; background-color: #ccc; border-color: #ccc; } -.btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus, -.open > .btn-outline-secondary.dropdown-toggle:hover, -.open > .btn-outline-secondary.dropdown-toggle:focus, -.open > .btn-outline-secondary.dropdown-toggle.focus { - color: #fff; - background-color: #a1a1a1; - border-color: #8c8c8c; -} - -.btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus { - border-color: white; -} - -.btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover { - border-color: white; -} - .btn-outline-info { color: #5bc0de; background-image: none; @@ -3091,35 +2970,22 @@ fieldset[disabled] a.btn { } .btn-outline-info:focus, .btn-outline-info.focus { - color: #fff; - background-color: #5bc0de; - border-color: #5bc0de; + -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); + box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); +} + +.btn-outline-info.disabled, .btn-outline-info:disabled { + color: #5bc0de; + background-color: transparent; } .btn-outline-info:active, .btn-outline-info.active, -.open > .btn-outline-info.dropdown-toggle { +.show > .btn-outline-info.dropdown-toggle { color: #fff; background-color: #5bc0de; border-color: #5bc0de; } -.btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus, -.open > .btn-outline-info.dropdown-toggle:hover, -.open > .btn-outline-info.dropdown-toggle:focus, -.open > .btn-outline-info.dropdown-toggle.focus { - color: #fff; - background-color: #269abc; - border-color: #1f7e9a; -} - -.btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus { - border-color: #b0e1ef; -} - -.btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover { - border-color: #b0e1ef; -} - .btn-outline-success { color: #5cb85c; background-image: none; @@ -3134,35 +3000,22 @@ fieldset[disabled] a.btn { } .btn-outline-success:focus, .btn-outline-success.focus { - color: #fff; - background-color: #5cb85c; - border-color: #5cb85c; + -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); + box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); +} + +.btn-outline-success.disabled, .btn-outline-success:disabled { + color: #5cb85c; + background-color: transparent; } .btn-outline-success:active, .btn-outline-success.active, -.open > .btn-outline-success.dropdown-toggle { +.show > .btn-outline-success.dropdown-toggle { color: #fff; background-color: #5cb85c; border-color: #5cb85c; } -.btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus, -.open > .btn-outline-success.dropdown-toggle:hover, -.open > .btn-outline-success.dropdown-toggle:focus, -.open > .btn-outline-success.dropdown-toggle.focus { - color: #fff; - background-color: #398439; - border-color: #2d672d; -} - -.btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus { - border-color: #a3d7a3; -} - -.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover { - border-color: #a3d7a3; -} - .btn-outline-warning { color: #f0ad4e; background-image: none; @@ -3177,35 +3030,22 @@ fieldset[disabled] a.btn { } .btn-outline-warning:focus, .btn-outline-warning.focus { - color: #fff; - background-color: #f0ad4e; - border-color: #f0ad4e; + -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); + box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); +} + +.btn-outline-warning.disabled, .btn-outline-warning:disabled { + color: #f0ad4e; + background-color: transparent; } .btn-outline-warning:active, .btn-outline-warning.active, -.open > .btn-outline-warning.dropdown-toggle { +.show > .btn-outline-warning.dropdown-toggle { color: #fff; background-color: #f0ad4e; border-color: #f0ad4e; } -.btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus, -.open > .btn-outline-warning.dropdown-toggle:hover, -.open > .btn-outline-warning.dropdown-toggle:focus, -.open > .btn-outline-warning.dropdown-toggle.focus { - color: #fff; - background-color: #d58512; - border-color: #b06d0f; -} - -.btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus { - border-color: #f8d9ac; -} - -.btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover { - border-color: #f8d9ac; -} - .btn-outline-danger { color: #d9534f; background-image: none; @@ -3220,35 +3060,22 @@ fieldset[disabled] a.btn { } .btn-outline-danger:focus, .btn-outline-danger.focus { - color: #fff; - background-color: #d9534f; - border-color: #d9534f; + -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); + box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); +} + +.btn-outline-danger.disabled, .btn-outline-danger:disabled { + color: #d9534f; + background-color: transparent; } .btn-outline-danger:active, .btn-outline-danger.active, -.open > .btn-outline-danger.dropdown-toggle { +.show > .btn-outline-danger.dropdown-toggle { color: #fff; background-color: #d9534f; border-color: #d9534f; } -.btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus, -.open > .btn-outline-danger.dropdown-toggle:hover, -.open > .btn-outline-danger.dropdown-toggle:focus, -.open > .btn-outline-danger.dropdown-toggle.focus { - color: #fff; - background-color: #ac2925; - border-color: #8b211e; -} - -.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus { - border-color: #eba5a3; -} - -.btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover { - border-color: #eba5a3; -} - .btn-link { font-weight: normal; color: #0275d8; @@ -3273,8 +3100,11 @@ fieldset[disabled] a.btn { background-color: transparent; } -.btn-link:disabled:focus, .btn-link:disabled:hover { +.btn-link:disabled { color: #636c72; +} + +.btn-link:disabled:focus, .btn-link:disabled:hover { text-decoration: none; } @@ -3414,22 +3244,16 @@ tbody.collapse.show { background-color: #f7f7f9; } -.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover { +.dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; background-color: #0275d8; - outline: 0; } -.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover { +.dropdown-item.disabled, .dropdown-item:disabled { color: #636c72; -} - -.dropdown-item.disabled:focus, .dropdown-item.disabled:hover { - text-decoration: none; cursor: not-allowed; background-color: transparent; - background-image: none; } .show > .dropdown-menu { @@ -3485,15 +3309,25 @@ tbody.collapse.show { .btn-group, .btn-group-vertical { position: relative; - display: inline-block; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; vertical-align: middle; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; - float: left; - margin-bottom: 0; + -webkit-box-flex: 0; + -webkit-flex: 0 1 auto; + -ms-flex: 0 1 auto; + flex: 0 1 auto; +} + +.btn-group > .btn:hover, +.btn-group-vertical > .btn:hover { + z-index: 2; } .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, @@ -3503,37 +3337,30 @@ tbody.collapse.show { z-index: 2; } -.btn-group > .btn:hover, -.btn-group-vertical > .btn:hover { - z-index: 2; -} - .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, -.btn-group .btn-group + .btn-group { +.btn-group .btn-group + .btn-group, +.btn-group-vertical .btn + .btn, +.btn-group-vertical .btn + .btn-group, +.btn-group-vertical .btn-group + .btn, +.btn-group-vertical .btn-group + .btn-group { margin-left: -1px; } .btn-toolbar { - margin-left: -0.5rem; -} - -.btn-toolbar::after { - display: block; - content: ""; - clear: both; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; } -.btn-toolbar .btn-group, .btn-toolbar .input-group { - float: left; -} - -.btn-toolbar > .btn, -.btn-toolbar > .btn-group, -.btn-toolbar > .input-group { - margin-left: 0.5rem; + width: auto; } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { @@ -3611,23 +3438,29 @@ tbody.collapse.show { border-width: 0 0.3em 0.3em; } -.btn-group-vertical > .btn, -.btn-group-vertical > .btn-group, -.btn-group-vertical > .btn-group > .btn { - display: block; - float: none; - width: 100%; - max-width: 100%; -} - -.btn-group-vertical > .btn-group::after { - display: block; - content: ""; - clear: both; +.btn-group-vertical { + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: start; + -webkit-align-items: flex-start; + -ms-flex-align: start; + align-items: flex-start; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; } -.btn-group-vertical > .btn-group > .btn { - float: none; +.btn-group-vertical .btn, +.btn-group-vertical .btn-group { + width: 100%; } .btn-group-vertical > .btn + .btn, @@ -4061,12 +3894,7 @@ tbody.collapse.show { .nav-link.disabled { color: #636c72; -} - -.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover { - color: #636c72; cursor: not-allowed; - background-color: transparent; } .nav-tabs { @@ -4087,16 +3915,14 @@ tbody.collapse.show { border-color: #eceeef #eceeef #ddd; } -.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover { +.nav-tabs .nav-link.disabled { color: #636c72; background-color: transparent; border-color: transparent; } -.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, -.nav-tabs .nav-item.open .nav-link, -.nav-tabs .nav-item.open .nav-link:focus, -.nav-tabs .nav-item.open .nav-link:hover { +.nav-tabs .nav-link.active, +.nav-tabs .nav-item.show .nav-link { color: #464a4c; background-color: #fff; border-color: #ddd #ddd #fff; @@ -4112,10 +3938,8 @@ tbody.collapse.show { border-radius: 0.25rem; } -.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover, -.nav-pills .nav-item.open .nav-link, -.nav-pills .nav-item.open .nav-link:focus, -.nav-pills .nav-item.open .nav-link:hover { +.nav-pills .nav-link.active, +.nav-pills .nav-item.show .nav-link { color: #fff; cursor: default; background-color: #0275d8; @@ -4147,6 +3971,10 @@ tbody.collapse.show { .navbar { position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; padding: 0.5rem 1rem; } @@ -4277,16 +4105,10 @@ tbody.collapse.show { color: rgba(0, 0, 0, 0.3); } -.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover, +.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .active > .nav-link, -.navbar-light .navbar-nav .active > .nav-link:focus, -.navbar-light .navbar-nav .active > .nav-link:hover, .navbar-light .navbar-nav .nav-link.open, -.navbar-light .navbar-nav .nav-link.open:focus, -.navbar-light .navbar-nav .nav-link.open:hover, -.navbar-light .navbar-nav .nav-link.active, -.navbar-light .navbar-nav .nav-link.active:focus, -.navbar-light .navbar-nav .nav-link.active:hover { +.navbar-light .navbar-nav .nav-link.active { color: rgba(0, 0, 0, 0.9); } @@ -4329,16 +4151,10 @@ tbody.collapse.show { color: rgba(255, 255, 255, 0.25); } -.navbar-inverse .navbar-nav .open > .nav-link, .navbar-inverse .navbar-nav .open > .nav-link:focus, .navbar-inverse .navbar-nav .open > .nav-link:hover, +.navbar-inverse .navbar-nav .open > .nav-link, .navbar-inverse .navbar-nav .active > .nav-link, -.navbar-inverse .navbar-nav .active > .nav-link:focus, -.navbar-inverse .navbar-nav .active > .nav-link:hover, .navbar-inverse .navbar-nav .nav-link.open, -.navbar-inverse .navbar-nav .nav-link.open:focus, -.navbar-inverse .navbar-nav .nav-link.open:hover, -.navbar-inverse .navbar-nav .nav-link.active, -.navbar-inverse .navbar-nav .nav-link.active:focus, -.navbar-inverse .navbar-nav .nav-link.active:hover { +.navbar-inverse .navbar-nav .nav-link.active { color: white; } @@ -5007,17 +4823,15 @@ tbody.collapse.show { } .pagination { - display: inline-block; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; padding-left: 0; - margin-top: 1rem; - margin-bottom: 1rem; + list-style: none; border-radius: 0.25rem; } -.page-item { - display: inline; -} - .page-item:first-child .page-link { margin-left: 0; border-bottom-left-radius: 0.25rem; @@ -5029,15 +4843,14 @@ tbody.collapse.show { border-top-right-radius: 0.25rem; } -.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover { +.page-item.active .page-link { z-index: 2; color: #fff; - cursor: default; background-color: #0275d8; border-color: #0275d8; } -.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover { +.page-item.disabled .page-link { color: #636c72; pointer-events: none; cursor: not-allowed; @@ -5047,7 +4860,7 @@ tbody.collapse.show { .page-link { position: relative; - float: left; + display: block; padding: 0.5rem 0.75rem; margin-left: -1px; line-height: 1.25; @@ -5449,6 +5262,27 @@ base::-moz-progress-bar, margin-bottom: 0; } +.list-group-item-action { + width: 100%; + color: #464a4c; + text-align: inherit; +} + +.list-group-item-action .list-group-item-heading { + color: #292b2c; +} + +.list-group-item-action:focus, .list-group-item-action:hover { + color: #464a4c; + text-decoration: none; + background-color: #f7f7f9; +} + +.list-group-item-action:active { + color: #292b2c; + background-color: #eceeef; +} + .list-group-item { position: relative; display: -webkit-box; @@ -5479,39 +5313,38 @@ base::-moz-progress-bar, border-bottom-left-radius: 0.25rem; } -.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover { +.list-group-item:focus, .list-group-item:hover { + text-decoration: none; +} + +.list-group-item.disabled, .list-group-item:disabled { color: #636c72; cursor: not-allowed; - background-color: #eceeef; + background-color: #fff; } -.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading { +.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading { color: inherit; } -.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text { +.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text { color: #636c72; } -.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover { +.list-group-item.active { z-index: 2; color: #fff; - text-decoration: none; background-color: #0275d8; border-color: #0275d8; } .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, -.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, -.list-group-item.active:focus .list-group-item-heading > small, -.list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, -.list-group-item.active:hover .list-group-item-heading > small, -.list-group-item.active:hover .list-group-item-heading > .small { +.list-group-item.active .list-group-item-heading > .small { color: inherit; } -.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text { +.list-group-item.active .list-group-item-text { color: #daeeff; } @@ -5529,22 +5362,6 @@ base::-moz-progress-bar, border-bottom: 0; } -.list-group-item-action { - width: 100%; - color: #464a4c; - text-align: inherit; -} - -.list-group-item-action .list-group-item-heading { - color: #292b2c; -} - -.list-group-item-action:focus, .list-group-item-action:hover { - color: #464a4c; - text-decoration: none; - background-color: #f7f7f9; -} - .list-group-item-success { color: #3c763d; background-color: #dff0d8; @@ -5567,10 +5384,8 @@ button.list-group-item-success:hover { background-color: #d0e9c6; } -a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, -button.list-group-item-success.active, -button.list-group-item-success.active:focus, -button.list-group-item-success.active:hover { +a.list-group-item-success.active, +button.list-group-item-success.active { color: #fff; background-color: #3c763d; border-color: #3c763d; @@ -5598,10 +5413,8 @@ button.list-group-item-info:hover { background-color: #c4e3f3; } -a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, -button.list-group-item-info.active, -button.list-group-item-info.active:focus, -button.list-group-item-info.active:hover { +a.list-group-item-info.active, +button.list-group-item-info.active { color: #fff; background-color: #31708f; border-color: #31708f; @@ -5629,10 +5442,8 @@ button.list-group-item-warning:hover { background-color: #faf2cc; } -a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, -button.list-group-item-warning.active, -button.list-group-item-warning.active:focus, -button.list-group-item-warning.active:hover { +a.list-group-item-warning.active, +button.list-group-item-warning.active { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; @@ -5660,25 +5471,13 @@ button.list-group-item-danger:hover { background-color: #ebcccc; } -a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, -button.list-group-item-danger.active, -button.list-group-item-danger.active:focus, -button.list-group-item-danger.active:hover { +a.list-group-item-danger.active, +button.list-group-item-danger.active { color: #fff; background-color: #a94442; border-color: #a94442; } -.list-group-item-heading { - margin-top: 0; - margin-bottom: 5px; -} - -.list-group-item-text { - margin-bottom: 0; - line-height: 1.3; -} - .embed-responsive { position: relative; display: block; -- cgit v1.2.3 From 76d8291e3846d95b40dc4509a2e1bf36b0681a28 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 28 Dec 2016 20:50:01 -0800 Subject: grunt --- dist/css/bootstrap.css | 436 +++++++++++++++++++++++++++---------------------- 1 file changed, 241 insertions(+), 195 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 651d2ddcd..024298fed 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -761,6 +761,7 @@ pre code { } .container { + position: relative; margin-left: auto; margin-right: auto; padding-right: 15px; @@ -824,6 +825,7 @@ pre code { } .container-fluid { + position: relative; margin-left: auto; margin-right: auto; padding-right: 15px; @@ -2565,6 +2567,10 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; } .form-inline .form-check { @@ -3975,42 +3981,14 @@ tbody.collapse.show { display: -webkit-flex; display: -ms-flexbox; display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; padding: 0.5rem 1rem; } -.navbar-toggler-left { - position: absolute; - left: 1rem; -} - -.navbar-toggler-right { - position: absolute; - right: 1rem; -} - -.navbar-fixed-top, -.navbar-fixed-bottom { - position: fixed; - right: 0; - left: 0; - z-index: 1030; -} - -.navbar-fixed-top { - top: 0; -} - -.navbar-fixed-bottom { - bottom: 0; -} - -.navbar-sticky-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1030; -} - .navbar-brand { display: inline-block; padding-top: .25rem; @@ -4025,6 +4003,32 @@ tbody.collapse.show { text-decoration: none; } +.navbar-nav { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + padding-left: 0; + margin-bottom: 0; + list-style: none; +} + +.navbar-nav .nav-link { + padding-right: 0; + padding-left: 0; +} + +.navbar-text { + display: inline-block; + padding-top: .425rem; + padding-bottom: .425rem; +} + .navbar-divider { float: left; width: 1px; @@ -4039,13 +4043,10 @@ tbody.collapse.show { content: "\00a0"; } -.navbar-text { - display: inline-block; - padding-top: .425rem; - padding-bottom: .425rem; -} - .navbar-toggler { + -webkit-align-self: flex-start; + -ms-flex-item-align: start; + align-self: flex-start; padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; @@ -4069,109 +4070,14 @@ tbody.collapse.show { background-size: 100% 100%; } -.navbar-nav { - -webkit-box-flex: 10; - -webkit-flex-grow: 10; - -ms-flex-positive: 10; - flex-grow: 10; -} - -.navbar-nav .nav-link { - display: block; - padding-top: .425rem; - padding-bottom: .425rem; -} - -.navbar-light .navbar-brand, -.navbar-light .navbar-toggler { - color: rgba(0, 0, 0, 0.9); -} - -.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, -.navbar-light .navbar-toggler:focus, -.navbar-light .navbar-toggler:hover { - color: rgba(0, 0, 0, 0.9); -} - -.navbar-light .navbar-nav .nav-link { - color: rgba(0, 0, 0, 0.5); -} - -.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { - color: rgba(0, 0, 0, 0.7); -} - -.navbar-light .navbar-nav .nav-link.disabled { - color: rgba(0, 0, 0, 0.3); -} - -.navbar-light .navbar-nav .open > .nav-link, -.navbar-light .navbar-nav .active > .nav-link, -.navbar-light .navbar-nav .nav-link.open, -.navbar-light .navbar-nav .nav-link.active { - color: rgba(0, 0, 0, 0.9); -} - -.navbar-light .navbar-toggler { - border-color: rgba(0, 0, 0, 0.1); -} - -.navbar-light .navbar-toggler-icon { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); -} - -.navbar-light .navbar-divider { - background-color: rgba(0, 0, 0, 0.075); -} - -.navbar-light .navbar-text { - color: rgba(0, 0, 0, 0.5); -} - -.navbar-inverse .navbar-brand, -.navbar-inverse .navbar-toggler { - color: white; -} - -.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, -.navbar-inverse .navbar-toggler:focus, -.navbar-inverse .navbar-toggler:hover { - color: white; -} - -.navbar-inverse .navbar-nav .nav-link { - color: rgba(255, 255, 255, 0.5); -} - -.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover { - color: rgba(255, 255, 255, 0.75); -} - -.navbar-inverse .navbar-nav .nav-link.disabled { - color: rgba(255, 255, 255, 0.25); -} - -.navbar-inverse .navbar-nav .open > .nav-link, -.navbar-inverse .navbar-nav .active > .nav-link, -.navbar-inverse .navbar-nav .nav-link.open, -.navbar-inverse .navbar-nav .nav-link.active { - color: white; -} - -.navbar-inverse .navbar-toggler { - border-color: rgba(255, 255, 255, 0.1); -} - -.navbar-inverse .navbar-toggler-icon { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); -} - -.navbar-inverse .navbar-divider { - background-color: rgba(255, 255, 255, 0.075); +.navbar-toggler-left { + position: absolute; + left: 1rem; } -.navbar-inverse .navbar-text { - color: rgba(255, 255, 255, 0.5); +.navbar-toggler-right { + position: absolute; + right: 1rem; } @media (max-width: 575px) { @@ -4187,10 +4093,11 @@ tbody.collapse.show { @media (min-width: 576px) { .navbar-toggleable { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; @@ -4199,6 +4106,17 @@ tbody.collapse.show { -ms-flex-align: center; align-items: center; } + .navbar-toggleable .navbar-nav { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + } + .navbar-toggleable .navbar-nav .nav-link { + padding-right: .5rem; + padding-left: .5rem; + } .navbar-toggleable > .container { display: -webkit-box; display: -webkit-flex; @@ -4219,13 +4137,6 @@ tbody.collapse.show { display: flex !important; width: 100%; } - .navbar-toggleable .nav-item { - display: inline-block; - } - .navbar-toggleable .nav-link { - padding-right: .5rem; - padding-left: .5rem; - } .navbar-toggleable .navbar-toggler { display: none; } @@ -4244,10 +4155,11 @@ tbody.collapse.show { @media (min-width: 768px) { .navbar-toggleable-sm { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; @@ -4256,6 +4168,17 @@ tbody.collapse.show { -ms-flex-align: center; align-items: center; } + .navbar-toggleable-sm .navbar-nav { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + } + .navbar-toggleable-sm .navbar-nav .nav-link { + padding-right: .5rem; + padding-left: .5rem; + } .navbar-toggleable-sm > .container { display: -webkit-box; display: -webkit-flex; @@ -4276,13 +4199,6 @@ tbody.collapse.show { display: flex !important; width: 100%; } - .navbar-toggleable-sm .nav-item { - display: inline-block; - } - .navbar-toggleable-sm .nav-link { - padding-right: .5rem; - padding-left: .5rem; - } .navbar-toggleable-sm .navbar-toggler { display: none; } @@ -4301,10 +4217,11 @@ tbody.collapse.show { @media (min-width: 992px) { .navbar-toggleable-md { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; @@ -4313,6 +4230,17 @@ tbody.collapse.show { -ms-flex-align: center; align-items: center; } + .navbar-toggleable-md .navbar-nav { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + } + .navbar-toggleable-md .navbar-nav .nav-link { + padding-right: .5rem; + padding-left: .5rem; + } .navbar-toggleable-md > .container { display: -webkit-box; display: -webkit-flex; @@ -4333,13 +4261,6 @@ tbody.collapse.show { display: flex !important; width: 100%; } - .navbar-toggleable-md .nav-item { - display: inline-block; - } - .navbar-toggleable-md .nav-link { - padding-right: .5rem; - padding-left: .5rem; - } .navbar-toggleable-md .navbar-toggler { display: none; } @@ -4358,10 +4279,11 @@ tbody.collapse.show { @media (min-width: 1200px) { .navbar-toggleable-lg { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; @@ -4370,6 +4292,17 @@ tbody.collapse.show { -ms-flex-align: center; align-items: center; } + .navbar-toggleable-lg .navbar-nav { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + } + .navbar-toggleable-lg .navbar-nav .nav-link { + padding-right: .5rem; + padding-left: .5rem; + } .navbar-toggleable-lg > .container { display: -webkit-box; display: -webkit-flex; @@ -4390,23 +4323,17 @@ tbody.collapse.show { display: flex !important; width: 100%; } - .navbar-toggleable-lg .nav-item { - display: inline-block; - } - .navbar-toggleable-lg .nav-link { - padding-right: .5rem; - padding-left: .5rem; - } .navbar-toggleable-lg .navbar-toggler { display: none; } } .navbar-toggleable-xl { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; @@ -4426,6 +4353,19 @@ tbody.collapse.show { padding-left: 0; } +.navbar-toggleable-xl .navbar-nav { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; +} + +.navbar-toggleable-xl .navbar-nav .nav-link { + padding-right: .5rem; + padding-left: .5rem; +} + .navbar-toggleable-xl > .container { display: -webkit-box; display: -webkit-flex; @@ -4448,17 +4388,123 @@ tbody.collapse.show { width: 100%; } -.navbar-toggleable-xl .nav-item { - display: inline-block; +.navbar-toggleable-xl .navbar-toggler { + display: none; } -.navbar-toggleable-xl .nav-link { - padding-right: .5rem; - padding-left: .5rem; +.navbar-fixed-top, +.navbar-fixed-bottom { + position: fixed; + right: 0; + left: 0; + z-index: 1030; } -.navbar-toggleable-xl .navbar-toggler { - display: none; +.navbar-fixed-top { + top: 0; +} + +.navbar-fixed-bottom { + bottom: 0; +} + +.navbar-sticky-top { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1030; +} + +.navbar-light .navbar-brand, +.navbar-light .navbar-toggler { + color: rgba(0, 0, 0, 0.9); +} + +.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, +.navbar-light .navbar-toggler:focus, +.navbar-light .navbar-toggler:hover { + color: rgba(0, 0, 0, 0.9); +} + +.navbar-light .navbar-nav .nav-link { + color: rgba(0, 0, 0, 0.5); +} + +.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { + color: rgba(0, 0, 0, 0.7); +} + +.navbar-light .navbar-nav .nav-link.disabled { + color: rgba(0, 0, 0, 0.3); +} + +.navbar-light .navbar-nav .open > .nav-link, +.navbar-light .navbar-nav .active > .nav-link, +.navbar-light .navbar-nav .nav-link.open, +.navbar-light .navbar-nav .nav-link.active { + color: rgba(0, 0, 0, 0.9); +} + +.navbar-light .navbar-toggler { + border-color: rgba(0, 0, 0, 0.1); +} + +.navbar-light .navbar-toggler-icon { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); +} + +.navbar-light .navbar-divider { + background-color: rgba(0, 0, 0, 0.075); +} + +.navbar-light .navbar-text { + color: rgba(0, 0, 0, 0.5); +} + +.navbar-inverse .navbar-brand, +.navbar-inverse .navbar-toggler { + color: white; +} + +.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, +.navbar-inverse .navbar-toggler:focus, +.navbar-inverse .navbar-toggler:hover { + color: white; +} + +.navbar-inverse .navbar-nav .nav-link { + color: rgba(255, 255, 255, 0.5); +} + +.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover { + color: rgba(255, 255, 255, 0.75); +} + +.navbar-inverse .navbar-nav .nav-link.disabled { + color: rgba(255, 255, 255, 0.25); +} + +.navbar-inverse .navbar-nav .open > .nav-link, +.navbar-inverse .navbar-nav .active > .nav-link, +.navbar-inverse .navbar-nav .nav-link.open, +.navbar-inverse .navbar-nav .nav-link.active { + color: white; +} + +.navbar-inverse .navbar-toggler { + border-color: rgba(255, 255, 255, 0.1); +} + +.navbar-inverse .navbar-toggler-icon { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); +} + +.navbar-inverse .navbar-divider { + background-color: rgba(255, 255, 255, 0.075); +} + +.navbar-inverse .navbar-text { + color: rgba(255, 255, 255, 0.5); } .card { -- cgit v1.2.3 From daff021578d3afb9e8da4353038a6a5ad62343e1 Mon Sep 17 00:00:00 2001 From: Heinrich Fenkart Date: Sun, 1 Jan 2017 03:21:02 +0100 Subject: grunt --- dist/css/bootstrap.css | 146 +++++++++++-------------------------------------- 1 file changed, 33 insertions(+), 113 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 024298fed..d4c719325 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1,7 +1,7 @@ /*! * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com) - * Copyright 2011-2016 The Bootstrap Authors - * Copyright 2011-2016 Twitter, Inc. + * Copyright 2011-2017 The Bootstrap Authors + * Copyright 2011-2017 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */ @@ -412,11 +412,6 @@ a:focus, a:hover { text-decoration: underline; } -a:focus { - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; -} - a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; @@ -428,7 +423,7 @@ a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { } a:not([href]):not([tabindex]):focus { - outline: none; + outline: 0; } pre { @@ -5164,116 +5159,36 @@ a.badge:focus, a.badge:hover { } .progress { - display: block; - width: 100%; - height: 1rem; - margin-bottom: 1rem; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; overflow: hidden; -} - -.progress[value] { + font-size: 0.75rem; + line-height: 1rem; + text-align: center; background-color: #eceeef; - border: 0; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; border-radius: 0.25rem; } -.progress[value]::-ms-fill { - background-color: #0275d8; - border: 0; -} - -.progress[value]::-moz-progress-bar { - background-color: #0275d8; -} - -.progress[value]::-webkit-progress-value { +.progress-bar { + height: 1rem; + color: #fff; background-color: #0275d8; } -.progress[value]::-webkit-progress-bar { - background-color: #eceeef; -} - -base::-moz-progress-bar, -.progress[value] { - background-color: #eceeef; -} - -.progress-striped[value]::-webkit-progress-value { +.progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -webkit-background-size: 1rem 1rem; background-size: 1rem 1rem; } -.progress-striped[value]::-moz-progress-bar { - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-size: 1rem 1rem; -} - -.progress-striped[value]::-ms-fill { - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-size: 1rem 1rem; -} - -.progress-animated[value]::-webkit-progress-value { - -webkit-animation: progress-bar-stripes 2s linear infinite; - animation: progress-bar-stripes 2s linear infinite; -} - -.progress-animated[value]::-moz-progress-bar { - animation: progress-bar-stripes 2s linear infinite; -} - -.progress-success[value]::-webkit-progress-value { - background-color: #5cb85c; -} - -.progress-success[value]::-moz-progress-bar { - background-color: #5cb85c; -} - -.progress-success[value]::-ms-fill { - background-color: #5cb85c; -} - -.progress-info[value]::-webkit-progress-value { - background-color: #5bc0de; -} - -.progress-info[value]::-moz-progress-bar { - background-color: #5bc0de; -} - -.progress-info[value]::-ms-fill { - background-color: #5bc0de; -} - -.progress-warning[value]::-webkit-progress-value { - background-color: #f0ad4e; -} - -.progress-warning[value]::-moz-progress-bar { - background-color: #f0ad4e; -} - -.progress-warning[value]::-ms-fill { - background-color: #f0ad4e; -} - -.progress-danger[value]::-webkit-progress-value { - background-color: #d9534f; -} - -.progress-danger[value]::-moz-progress-bar { - background-color: #d9534f; -} - -.progress-danger[value]::-ms-fill { - background-color: #d9534f; +.progress-bar-animated { + -webkit-animation: progress-bar-stripes 1s linear infinite; + -o-animation: progress-bar-stripes 1s linear infinite; + animation: progress-bar-stripes 1s linear infinite; } .media { @@ -5527,11 +5442,16 @@ button.list-group-item-danger.active { .embed-responsive { position: relative; display: block; - height: 0; + width: 100%; padding: 0; overflow: hidden; } +.embed-responsive::before { + display: block; + content: ""; +} + .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, @@ -5546,20 +5466,20 @@ button.list-group-item-danger.active { border: 0; } -.embed-responsive-21by9 { - padding-bottom: 42.857143%; +.embed-responsive-21by9::before { + padding-top: 42.857143%; } -.embed-responsive-16by9 { - padding-bottom: 56.25%; +.embed-responsive-16by9::before { + padding-top: 56.25%; } -.embed-responsive-4by3 { - padding-bottom: 75%; +.embed-responsive-4by3::before { + padding-top: 75%; } -.embed-responsive-1by1 { - padding-bottom: 100%; +.embed-responsive-1by1::before { + padding-top: 100%; } .close { -- cgit v1.2.3 From 9fc54f89f4d7a15c4118835b7eeae810cc8c5c0a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 2 Jan 2017 11:54:28 -0800 Subject: grunt --- dist/css/bootstrap.css | 78 +++++++++++++++++++------------------------------- 1 file changed, 29 insertions(+), 49 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index d4c719325..83de26b4a 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -576,21 +576,25 @@ h6, .h6 { .display-1 { font-size: 6rem; font-weight: 300; + line-height: 1.1; } .display-2 { font-size: 5.5rem; font-weight: 300; + line-height: 1.1; } .display-3 { font-size: 4.5rem; font-weight: 300; + line-height: 1.1; } .display-4 { font-size: 3.5rem; font-weight: 300; + line-height: 1.1; } hr { @@ -3293,15 +3297,13 @@ tbody.collapse.show { z-index: 990; } -.dropup .caret, -.navbar-fixed-bottom .dropdown .caret { +.dropup .caret { content: ""; border-top: 0; border-bottom: 0.3em solid; } -.dropup .dropdown-menu, -.navbar-fixed-bottom .dropdown .dropdown-menu { +.dropup .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 0.125rem; @@ -4024,20 +4026,6 @@ tbody.collapse.show { padding-bottom: .425rem; } -.navbar-divider { - float: left; - width: 1px; - padding-top: 0.425rem; - padding-bottom: 0.425rem; - margin-right: 1rem; - margin-left: 1rem; - overflow: hidden; -} - -.navbar-divider::before { - content: "\00a0"; -} - .navbar-toggler { -webkit-align-self: flex-start; -ms-flex-item-align: start; @@ -4387,29 +4375,6 @@ tbody.collapse.show { display: none; } -.navbar-fixed-top, -.navbar-fixed-bottom { - position: fixed; - right: 0; - left: 0; - z-index: 1030; -} - -.navbar-fixed-top { - top: 0; -} - -.navbar-fixed-bottom { - bottom: 0; -} - -.navbar-sticky-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1030; -} - .navbar-light .navbar-brand, .navbar-light .navbar-toggler { color: rgba(0, 0, 0, 0.9); @@ -7478,6 +7443,29 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } +.fixed-top { + position: fixed; + top: 0; + right: 0; + left: 0; + z-index: 1030; +} + +.fixed-bottom { + position: fixed; + right: 0; + bottom: 0; + left: 0; + z-index: 1030; +} + +.sticky-top { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1030; +} + .sr-only { position: absolute; width: 1px; @@ -9136,14 +9124,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -.pos-f-t { - position: fixed; - top: 0; - right: 0; - left: 0; - z-index: 1030; -} - .text-justify { text-align: justify !important; } -- cgit v1.2.3 From 56f917dd8c1f97048f0982570c6ed9b4cacf8752 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 3 Jan 2017 13:16:18 -0800 Subject: grunt --- dist/css/bootstrap.css | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 83de26b4a..e29f8b8f2 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2245,45 +2245,6 @@ pre code { border: 0; } -.table-reflow thead { - float: left; -} - -.table-reflow tbody { - display: block; - white-space: nowrap; -} - -.table-reflow th, -.table-reflow td { - border-top: 1px solid #eceeef; - border-left: 1px solid #eceeef; -} - -.table-reflow th:last-child, -.table-reflow td:last-child { - border-right: 1px solid #eceeef; -} - -.table-reflow thead:last-child tr:last-child th, -.table-reflow thead:last-child tr:last-child td, -.table-reflow tbody:last-child tr:last-child th, -.table-reflow tbody:last-child tr:last-child td, -.table-reflow tfoot:last-child tr:last-child th, -.table-reflow tfoot:last-child tr:last-child td { - border-bottom: 1px solid #eceeef; -} - -.table-reflow tr { - float: left; -} - -.table-reflow tr th, -.table-reflow tr td { - display: block !important; - border: 1px solid #eceeef; -} - .form-control { display: block; width: 100%; @@ -4413,10 +4374,6 @@ tbody.collapse.show { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); } -.navbar-light .navbar-divider { - background-color: rgba(0, 0, 0, 0.075); -} - .navbar-light .navbar-text { color: rgba(0, 0, 0, 0.5); } @@ -4459,10 +4416,6 @@ tbody.collapse.show { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); } -.navbar-inverse .navbar-divider { - background-color: rgba(255, 255, 255, 0.075); -} - .navbar-inverse .navbar-text { color: rgba(255, 255, 255, 0.5); } -- cgit v1.2.3 From acea0b4cc2b513baf240c737af8f8cfd99ae87ab Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 3 Jan 2017 19:25:15 -0800 Subject: grunt --- 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 e29f8b8f2..ddb0222d5 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3273,10 +3273,10 @@ tbody.collapse.show { .btn-group, .btn-group-vertical { position: relative; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -ms-inline-flexbox; + display: inline-flex; vertical-align: middle; } -- cgit v1.2.3 From 0015da793aa446658b660894f26f86d00221f980 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 4 Jan 2017 11:59:07 -0800 Subject: grunt --- dist/css/bootstrap.css | 31 +++++-------------------------- 1 file changed, 5 insertions(+), 26 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index ddb0222d5..f83ed8db6 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -299,10 +299,6 @@ template { .navbar { display: none; } - .btn > .caret, - .dropup > .btn > .caret { - border-top-color: #000 !important; - } .badge { border: 1px solid #000; } @@ -336,7 +332,6 @@ html { } html { - font-size: 16px; -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: transparent; } @@ -3258,12 +3253,6 @@ tbody.collapse.show { z-index: 990; } -.dropup .caret { - content: ""; - border-top: 0; - border-bottom: 0.3em solid; -} - .dropup .dropdown-menu { top: auto; bottom: 100%; @@ -3389,19 +3378,6 @@ tbody.collapse.show { padding-left: 1.125rem; } -.btn .caret { - margin-left: 0; -} - -.btn-lg .caret, .btn-group-lg > .btn .caret { - border-width: 0.3em 0.3em 0; - border-bottom-width: 0; -} - -.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret { - border-width: 0 0.3em 0.3em; -} - .btn-group-vertical { display: -webkit-inline-box; display: -webkit-inline-flex; @@ -3789,6 +3765,7 @@ tbody.collapse.show { .custom-file-input { min-width: 14rem; max-width: 100%; + height: 2.5rem; margin: 0; filter: alpha(opacity=0); opacity: 0; @@ -3804,6 +3781,7 @@ tbody.collapse.show { padding: 0.5rem 1rem; line-height: 1.5; color: #464a4c; + pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; @@ -5814,11 +5792,12 @@ button.close { .popover-title { padding: 8px 14px; - margin: 0; + margin-bottom: 0; font-size: 1rem; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; - border-radius: 0.2375rem 0.2375rem 0 0; + border-top-right-radius: calc(0.3rem - 1px); + border-top-left-radius: calc(0.3rem - 1px); } .popover-title:empty { -- cgit v1.2.3 From 045888fa3887f5e65658499da11c8ad737222759 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 6 Jan 2017 08:38:04 -0800 Subject: version bump --- 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 f83ed8db6..1038ebcb3 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1,5 +1,5 @@ /*! - * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com) + * Bootstrap v4.0.0-alpha.6 (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 0220d8b7d4232e0f40456fd3583d1aed02214b3b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 21 Jan 2017 13:25:29 -0800 Subject: grunt --- dist/css/bootstrap.css | 45 +-------------------------------------------- 1 file changed, 1 insertion(+), 44 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 1038ebcb3..c3b067552 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -402,7 +402,7 @@ a { text-decoration: none; } -a:focus, a:hover { +a:hover { color: #014c8c; text-decoration: underline; } @@ -3767,7 +3767,6 @@ tbody.collapse.show { max-width: 100%; height: 2.5rem; margin: 0; - filter: alpha(opacity=0); opacity: 0; } @@ -5125,10 +5124,6 @@ a.badge:focus, a.badge:hover { text-align: inherit; } -.list-group-item-action .list-group-item-heading { - color: #292b2c; -} - .list-group-item-action:focus, .list-group-item-action:hover { color: #464a4c; text-decoration: none; @@ -5180,14 +5175,6 @@ a.badge:focus, a.badge:hover { background-color: #fff; } -.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading { - color: inherit; -} - -.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text { - color: #636c72; -} - .list-group-item.active { z-index: 2; color: #fff; @@ -5195,16 +5182,6 @@ a.badge:focus, a.badge:hover { border-color: #0275d8; } -.list-group-item.active .list-group-item-heading, -.list-group-item.active .list-group-item-heading > small, -.list-group-item.active .list-group-item-heading > .small { - color: inherit; -} - -.list-group-item.active .list-group-item-text { - color: #daeeff; -} - .list-group-flush .list-group-item { border-right: 0; border-left: 0; @@ -5229,11 +5206,6 @@ button.list-group-item-success { color: #3c763d; } -a.list-group-item-success .list-group-item-heading, -button.list-group-item-success .list-group-item-heading { - color: inherit; -} - a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover { @@ -5258,11 +5230,6 @@ button.list-group-item-info { color: #31708f; } -a.list-group-item-info .list-group-item-heading, -button.list-group-item-info .list-group-item-heading { - color: inherit; -} - a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover { @@ -5287,11 +5254,6 @@ button.list-group-item-warning { color: #8a6d3b; } -a.list-group-item-warning .list-group-item-heading, -button.list-group-item-warning .list-group-item-heading { - color: inherit; -} - a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover { @@ -5316,11 +5278,6 @@ button.list-group-item-danger { color: #a94442; } -a.list-group-item-danger .list-group-item-heading, -button.list-group-item-danger .list-group-item-heading { - color: inherit; -} - a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover { -- cgit v1.2.3 From deb1c59c53f3a840bb1fe2794fdf9fc7d081f47f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 21 Jan 2017 17:50:45 -0800 Subject: grunt --- dist/css/bootstrap.css | 408 +++++++++++++++++-------------------------------- 1 file changed, 144 insertions(+), 264 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index c3b067552..27f349095 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4,250 +4,6 @@ * Copyright 2011-2017 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ -/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */ -html { - font-family: sans-serif; - line-height: 1.15; - -ms-text-size-adjust: 100%; - -webkit-text-size-adjust: 100%; -} - -body { - margin: 0; -} - -article, -aside, -footer, -header, -nav, -section { - display: block; -} - -h1 { - font-size: 2em; - margin: 0.67em 0; -} - -figcaption, -figure, -main { - display: block; -} - -figure { - margin: 1em 40px; -} - -hr { - -webkit-box-sizing: content-box; - box-sizing: content-box; - height: 0; - overflow: visible; -} - -pre { - font-family: monospace, monospace; - font-size: 1em; -} - -a { - background-color: transparent; - -webkit-text-decoration-skip: objects; -} - -a:active, -a:hover { - outline-width: 0; -} - -abbr[title] { - border-bottom: none; - text-decoration: underline; - text-decoration: underline dotted; -} - -b, -strong { - font-weight: inherit; -} - -b, -strong { - font-weight: bolder; -} - -code, -kbd, -samp { - font-family: monospace, monospace; - font-size: 1em; -} - -dfn { - font-style: italic; -} - -mark { - background-color: #ff0; - color: #000; -} - -small { - font-size: 80%; -} - -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} - -sub { - bottom: -0.25em; -} - -sup { - top: -0.5em; -} - -audio, -video { - display: inline-block; -} - -audio:not([controls]) { - display: none; - height: 0; -} - -img { - border-style: none; -} - -svg:not(:root) { - overflow: hidden; -} - -button, -input, -optgroup, -select, -textarea { - font-family: sans-serif; - font-size: 100%; - line-height: 1.15; - margin: 0; -} - -button, -input { - overflow: visible; -} - -button, -select { - text-transform: none; -} - -button, -html [type="button"], -[type="reset"], -[type="submit"] { - -webkit-appearance: button; -} - -button::-moz-focus-inner, -[type="button"]::-moz-focus-inner, -[type="reset"]::-moz-focus-inner, -[type="submit"]::-moz-focus-inner { - border-style: none; - padding: 0; -} - -button:-moz-focusring, -[type="button"]:-moz-focusring, -[type="reset"]:-moz-focusring, -[type="submit"]:-moz-focusring { - outline: 1px dotted ButtonText; -} - -fieldset { - border: 1px solid #c0c0c0; - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; -} - -legend { - -webkit-box-sizing: border-box; - box-sizing: border-box; - color: inherit; - display: table; - max-width: 100%; - padding: 0; - white-space: normal; -} - -progress { - display: inline-block; - vertical-align: baseline; -} - -textarea { - overflow: auto; -} - -[type="checkbox"], -[type="radio"] { - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 0; -} - -[type="number"]::-webkit-inner-spin-button, -[type="number"]::-webkit-outer-spin-button { - height: auto; -} - -[type="search"] { - -webkit-appearance: textfield; - outline-offset: -2px; -} - -[type="search"]::-webkit-search-cancel-button, -[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; -} - -::-webkit-file-upload-button { - -webkit-appearance: button; - font: inherit; -} - -details, -menu { - display: block; -} - -summary { - display: list-item; -} - -canvas { - display: inline-block; -} - -template { - display: none; -} - -[hidden] { - display: none; -} - @media print { *, *::before, @@ -318,6 +74,12 @@ template { html { -webkit-box-sizing: border-box; box-sizing: border-box; + font-family: sans-serif; + line-height: 1.15; + -ms-text-size-adjust: 100%; + -webkit-text-size-adjust: 100%; + -ms-overflow-style: scrollbar; + -webkit-tap-highlight-color: transparent; } *, @@ -331,12 +93,8 @@ html { width: device-width; } -html { - -ms-overflow-style: scrollbar; - -webkit-tap-highlight-color: transparent; -} - body { + margin: 0; font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 1rem; font-weight: normal; @@ -349,6 +107,13 @@ body { outline: none !important; } +hr { + -webkit-box-sizing: content-box; + box-sizing: content-box; + height: 0; + overflow: visible; +} + h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: .5rem; @@ -361,7 +126,10 @@ p { abbr[title], abbr[data-original-title] { + text-decoration: underline; + text-decoration: underline dotted; cursor: help; + border-bottom: 0; } address { @@ -397,9 +165,40 @@ blockquote { margin: 0 0 1rem; } +dfn { + font-style: italic; +} + +b, +strong { + font-weight: bolder; +} + +small { + font-size: 80%; +} + +sub, +sup { + position: relative; + font-size: 75%; + line-height: 0; + vertical-align: baseline; +} + +sub { + bottom: -.25em; +} + +sup { + top: -.5em; +} + a { color: #0275d8; text-decoration: none; + background-color: transparent; + -webkit-text-decoration-skip: objects; } a:hover { @@ -421,6 +220,14 @@ a:not([href]):not([tabindex]):focus { outline: 0; } +pre, +code, +kbd, +samp { + font-family: monospace, monospace; + font-size: 1em; +} + pre { margin-top: 0; margin-bottom: 1rem; @@ -433,6 +240,11 @@ figure { img { vertical-align: middle; + border-style: none; +} + +svg:not(:root) { + overflow: hidden; } [role="button"] { @@ -454,7 +266,6 @@ textarea { table { border-collapse: collapse; - background-color: transparent; } caption { @@ -482,10 +293,46 @@ button:focus { input, button, select, +optgroup, textarea { + margin: 0; + font-family: inherit; + font-size: inherit; line-height: inherit; } +button, +input { + overflow: visible; +} + +button, +select { + text-transform: none; +} + +button, +html [type="button"], +[type="reset"], +[type="submit"] { + -webkit-appearance: button; +} + +button::-moz-focus-inner, +[type="button"]::-moz-focus-inner, +[type="reset"]::-moz-focus-inner, +[type="submit"]::-moz-focus-inner { + padding: 0; + border-style: none; +} + +input[type="radio"], +input[type="checkbox"] { + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 0; +} + input[type="radio"]:disabled, input[type="checkbox"]:disabled { cursor: not-allowed; @@ -499,6 +346,7 @@ input[type="month"] { } textarea { + overflow: auto; resize: vertical; } @@ -512,20 +360,51 @@ fieldset { legend { display: block; width: 100%; + max-width: 100%; padding: 0; margin-bottom: .5rem; font-size: 1.5rem; line-height: inherit; + color: inherit; + white-space: normal; +} + +progress { + vertical-align: baseline; +} + +[type="number"]::-webkit-inner-spin-button, +[type="number"]::-webkit-outer-spin-button { + height: auto; } -input[type="search"] { +[type="search"] { + outline-offset: -2px; + -webkit-appearance: none; +} + +[type="search"]::-webkit-search-cancel-button, +[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } +::-webkit-file-upload-button { + font: inherit; + -webkit-appearance: button; +} + output { display: inline-block; } +summary { + display: list-item; +} + +template { + display: none; +} + [hidden] { display: none !important; } @@ -2080,6 +1959,7 @@ pre code { width: 100%; max-width: 100%; margin-bottom: 1rem; + background-color: transparent; } .table th, @@ -3276,6 +3156,7 @@ tbody.collapse.show { -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; + margin-bottom: 0; } .btn-group > .btn:hover, @@ -3480,15 +3361,10 @@ tbody.collapse.show { display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; } .input-group-addon:not(:first-child):not(:last-child), @@ -3575,10 +3451,6 @@ tbody.collapse.show { .input-group-btn > .btn { position: relative; - -webkit-box-flex: 1; - -webkit-flex: 1 1 0%; - -ms-flex: 1 1 0%; - flex: 1 1 0%; } .input-group-btn > .btn + .btn { @@ -3924,6 +3796,13 @@ tbody.collapse.show { padding: 0.5rem 1rem; } +@media (max-width: 575px) { + .navbar > .container { + margin-right: 0; + margin-left: 0; + } +} + .navbar-brand { display: inline-block; padding-top: .25rem; @@ -5068,6 +4947,7 @@ a.badge:focus, a.badge:hover { .progress-bar { height: 1rem; + line-height: 1rem; color: #fff; background-color: #0275d8; } -- cgit v1.2.3 From d82e04e749fe8b6710cda5cecafe66f5fec1c05a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 24 Jan 2017 00:18:41 -0800 Subject: grunt (fixes #21819) --- dist/css/bootstrap.css | 61 +++++++++++++++++++++++++++----------------------- 1 file changed, 33 insertions(+), 28 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 27f349095..9ae5e2c73 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -247,10 +247,6 @@ svg:not(:root) { overflow: hidden; } -[role="button"] { - cursor: pointer; -} - a, area, button, @@ -2289,7 +2285,6 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .form-check-label { padding-left: 1.25rem; margin-bottom: 0; - cursor: pointer; } .form-check-input { @@ -2399,6 +2394,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for display: -webkit-flex; display: -ms-flexbox; display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; @@ -2437,6 +2434,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; @@ -3488,7 +3487,6 @@ tbody.collapse.show { min-height: 1.5rem; padding-left: 1.5rem; margin-right: 1rem; - cursor: pointer; } .custom-control-input { @@ -3631,7 +3629,6 @@ tbody.collapse.show { max-width: 100%; height: 2.5rem; margin-bottom: 0; - cursor: pointer; } .custom-file-input { @@ -3691,6 +3688,9 @@ tbody.collapse.show { display: -webkit-flex; display: -ms-flexbox; display: flex; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; @@ -3805,6 +3805,9 @@ tbody.collapse.show { .navbar-brand { display: inline-block; + -webkit-align-self: flex-start; + -ms-flex-item-align: start; + align-self: flex-start; padding-top: .25rem; padding-bottom: .25rem; margin-right: 1rem; @@ -4227,7 +4230,7 @@ tbody.collapse.show { } .navbar-light .navbar-toggler-icon { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); } .navbar-light .navbar-text { @@ -4269,7 +4272,7 @@ tbody.collapse.show { } .navbar-inverse .navbar-toggler-icon { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); } .navbar-inverse .navbar-text { @@ -4507,6 +4510,8 @@ tbody.collapse.show { display: -webkit-flex; display: -ms-flexbox; display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; @@ -4540,6 +4545,8 @@ tbody.collapse.show { display: -webkit-flex; display: -ms-flexbox; display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; @@ -4746,7 +4753,6 @@ tbody.collapse.show { a.badge:focus, a.badge:hover { color: #fff; text-decoration: none; - cursor: pointer; } .badge-pill { @@ -5021,6 +5027,8 @@ a.badge:focus, a.badge:hover { display: -webkit-flex; display: -ms-flexbox; display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; @@ -5228,13 +5236,11 @@ button.list-group-item-danger.active { .close:focus, .close:hover { color: #000; text-decoration: none; - cursor: pointer; opacity: .75; } button.close { padding: 0; - cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; @@ -5849,7 +5855,6 @@ button.close { margin-right: 3px; margin-left: 3px; text-indent: -999px; - cursor: pointer; background-color: rgba(255, 255, 255, 0.5); } @@ -6193,21 +6198,21 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -.flex-first { +.order-first { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1; } -.flex-last { +.order-last { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; } -.flex-unordered { +.order-0 { -webkit-box-ordinal-group: 1; -webkit-order: 0; -ms-flex-order: 0; @@ -6409,19 +6414,19 @@ a.bg-inverse:focus, a.bg-inverse:hover { } @media (min-width: 576px) { - .flex-sm-first { + .order-sm-first { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1; } - .flex-sm-last { + .order-sm-last { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; } - .flex-sm-unordered { + .order-sm-0 { -webkit-box-ordinal-group: 1; -webkit-order: 0; -ms-flex-order: 0; @@ -6595,19 +6600,19 @@ a.bg-inverse:focus, a.bg-inverse:hover { } @media (min-width: 768px) { - .flex-md-first { + .order-md-first { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1; } - .flex-md-last { + .order-md-last { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; } - .flex-md-unordered { + .order-md-0 { -webkit-box-ordinal-group: 1; -webkit-order: 0; -ms-flex-order: 0; @@ -6781,19 +6786,19 @@ a.bg-inverse:focus, a.bg-inverse:hover { } @media (min-width: 992px) { - .flex-lg-first { + .order-lg-first { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1; } - .flex-lg-last { + .order-lg-last { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; } - .flex-lg-unordered { + .order-lg-0 { -webkit-box-ordinal-group: 1; -webkit-order: 0; -ms-flex-order: 0; @@ -6967,19 +6972,19 @@ a.bg-inverse:focus, a.bg-inverse:hover { } @media (min-width: 1200px) { - .flex-xl-first { + .order-xl-first { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1; } - .flex-xl-last { + .order-xl-last { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; } - .flex-xl-unordered { + .order-xl-0 { -webkit-box-ordinal-group: 1; -webkit-order: 0; -ms-flex-order: 0; -- cgit v1.2.3 From d822e9e491bdeae5d770a68e708819aa6fb07f24 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 4 Feb 2017 12:55:36 -0800 Subject: grunt --- dist/css/bootstrap.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 9ae5e2c73..4d986c5c5 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3186,6 +3186,9 @@ tbody.collapse.show { display: -webkit-flex; display: -ms-flexbox; display: flex; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; @@ -3754,7 +3757,6 @@ tbody.collapse.show { .nav-pills .nav-link.active, .nav-pills .nav-item.show .nav-link { color: #fff; - cursor: default; background-color: #0275d8; } -- cgit v1.2.3 From 342e19ae8983e1e644412613410cd12e76db63b5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 7 Feb 2017 18:11:13 -0800 Subject: grunt --- dist/css/bootstrap.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 4d986c5c5..e10cd3415 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2331,7 +2331,9 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for color: #5cb85c; } -.has-success .form-control { +.has-success .form-control, +.has-success .custom-select, +.has-success .custom-file-control { border-color: #5cb85c; } @@ -2353,7 +2355,9 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for color: #f0ad4e; } -.has-warning .form-control { +.has-warning .form-control, +.has-warning .custom-select, +.has-warning .custom-file-control { border-color: #f0ad4e; } @@ -2375,7 +2379,9 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for color: #d9534f; } -.has-danger .form-control { +.has-danger .form-control, +.has-danger .custom-select, +.has-danger .custom-file-control { border-color: #d9534f; } -- cgit v1.2.3 From 4a1b8919d1f978d8a23e694a8fa713b1008daaca Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 3 Mar 2017 11:31:47 -0800 Subject: grunt --- dist/css/bootstrap.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index e10cd3415..459238b39 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3602,8 +3602,9 @@ tbody.collapse.show { background-size: 8px 10px; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; - -moz-appearance: none; -webkit-appearance: none; + -moz-appearance: none; + appearance: none; } .custom-select:focus { -- cgit v1.2.3 From ab77282004a6534ed050d78b9699c84068de547a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 18 Mar 2017 16:31:26 -0700 Subject: grunt --- dist/css/bootstrap.css | 388 ++++++++++++++++++++----------------------------- 1 file changed, 160 insertions(+), 228 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 459238b39..1a21975a9 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -76,8 +76,8 @@ html { box-sizing: border-box; font-family: sans-serif; line-height: 1.15; - -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: transparent; } @@ -631,8 +631,8 @@ pre code { .container { position: relative; - margin-left: auto; margin-right: auto; + margin-left: auto; padding-right: 15px; padding-left: 15px; } @@ -695,8 +695,8 @@ pre code { .container-fluid { position: relative; - margin-left: auto; margin-right: auto; + margin-left: auto; padding-right: 15px; padding-left: 15px; } @@ -2339,8 +2339,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .has-success .input-group-addon { color: #5cb85c; - border-color: #5cb85c; background-color: #eaf6ea; + border-color: #5cb85c; } .has-success .form-control-success { @@ -2363,8 +2363,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .has-warning .input-group-addon { color: #f0ad4e; - border-color: #f0ad4e; background-color: white; + border-color: #f0ad4e; } .has-warning .form-control-warning { @@ -2387,8 +2387,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .has-danger .input-group-addon { color: #d9534f; - border-color: #d9534f; background-color: #fdf7f7; + border-color: #d9534f; } .has-danger .form-control-danger { @@ -2744,8 +2744,8 @@ fieldset[disabled] a.btn { .btn-outline-primary { color: #0275d8; - background-image: none; background-color: transparent; + background-image: none; border-color: #0275d8; } @@ -2774,13 +2774,13 @@ fieldset[disabled] a.btn { .btn-outline-secondary { color: #ccc; - background-image: none; background-color: transparent; + background-image: none; border-color: #ccc; } .btn-outline-secondary:hover { - color: #fff; + color: #292b2c; background-color: #ccc; border-color: #ccc; } @@ -2797,15 +2797,15 @@ fieldset[disabled] a.btn { .btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle { - color: #fff; + color: #292b2c; background-color: #ccc; border-color: #ccc; } .btn-outline-info { color: #5bc0de; - background-image: none; background-color: transparent; + background-image: none; border-color: #5bc0de; } @@ -2834,8 +2834,8 @@ fieldset[disabled] a.btn { .btn-outline-success { color: #5cb85c; - background-image: none; background-color: transparent; + background-image: none; border-color: #5cb85c; } @@ -2864,8 +2864,8 @@ fieldset[disabled] a.btn { .btn-outline-warning { color: #f0ad4e; - background-image: none; background-color: transparent; + background-image: none; border-color: #f0ad4e; } @@ -2894,8 +2894,8 @@ fieldset[disabled] a.btn { .btn-outline-danger { color: #d9534f; - background-image: none; background-color: transparent; + background-image: none; border-color: #d9534f; } @@ -3034,10 +3034,6 @@ tbody.collapse.show { border-left: 0.3em solid transparent; } -.dropdown-toggle:focus { - outline: 0; -} - .dropup .dropdown-toggle::after { border-top: 0; border-bottom: 0.3em solid; @@ -3214,14 +3210,14 @@ tbody.collapse.show { } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { - border-bottom-right-radius: 0; border-top-right-radius: 0; + border-bottom-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { - border-bottom-left-radius: 0; border-top-left-radius: 0; + border-bottom-left-radius: 0; } .btn-group > .btn-group { @@ -3234,13 +3230,13 @@ tbody.collapse.show { .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { - border-bottom-right-radius: 0; border-top-right-radius: 0; + border-bottom-right-radius: 0; } .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { - border-bottom-left-radius: 0; border-top-left-radius: 0; + border-bottom-left-radius: 0; } .btn-group .dropdown-toggle:active, @@ -3310,8 +3306,8 @@ tbody.collapse.show { } .btn-group-vertical > .btn:last-child:not(:first-child) { - border-top-right-radius: 0; border-top-left-radius: 0; + border-top-right-radius: 0; } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { @@ -3325,8 +3321,8 @@ tbody.collapse.show { } .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { - border-top-right-radius: 0; border-top-left-radius: 0; + border-top-right-radius: 0; } [data-toggle="buttons"] > .btn input[type="radio"], @@ -3428,8 +3424,8 @@ tbody.collapse.show { .input-group-btn:not(:last-child) > .dropdown-toggle, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn { - border-bottom-right-radius: 0; border-top-right-radius: 0; + border-bottom-right-radius: 0; } .input-group-addon:not(:last-child) { @@ -3443,8 +3439,8 @@ tbody.collapse.show { .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn:not(:first-child), .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn { - border-bottom-left-radius: 0; border-top-left-radius: 0; + border-bottom-left-radius: 0; } .form-control + .input-group-addon:not(:first-child) { @@ -3669,7 +3665,7 @@ tbody.collapse.show { border-radius: 0.25rem; } -.custom-file-control:lang(en)::after { +.custom-file-control:lang(en):empty::after { content: "Choose file..."; } @@ -3730,8 +3726,8 @@ tbody.collapse.show { .nav-tabs .nav-link { border: 1px solid transparent; - border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; } .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { @@ -3753,8 +3749,8 @@ tbody.collapse.show { .nav-tabs .dropdown-menu { margin-top: -1px; - border-top-right-radius: 0; border-top-left-radius: 0; + border-top-right-radius: 0; } .nav-pills .nav-link { @@ -4334,8 +4330,8 @@ tbody.collapse.show { } .card > .list-group:first-child .list-group-item:first-child { - border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; } .card > .list-group:last-child .list-group-item:last-child { @@ -4504,8 +4500,8 @@ tbody.collapse.show { } .card-img-top { - border-top-right-radius: calc(0.25rem - 1px); border-top-left-radius: calc(0.25rem - 1px); + border-top-right-radius: calc(0.25rem - 1px); } .card-img-bottom { @@ -4531,8 +4527,8 @@ tbody.collapse.show { display: -ms-flexbox; display: flex; -webkit-box-flex: 1; - -webkit-flex: 1 0 0%; - -ms-flex: 1 0 0%; + -webkit-flex: 1 0 0; + -ms-flex: 1 0 0px; flex: 1 0 0%; -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -4562,8 +4558,8 @@ tbody.collapse.show { } .card-group .card { -webkit-box-flex: 1; - -webkit-flex: 1 0 0%; - -ms-flex: 1 0 0%; + -webkit-flex: 1 0 0; + -ms-flex: 1 0 0px; flex: 1 0 0%; } .card-group .card + .card { @@ -4571,8 +4567,8 @@ tbody.collapse.show { border-left: 0; } .card-group .card:first-child { - border-bottom-right-radius: 0; border-top-right-radius: 0; + border-bottom-right-radius: 0; } .card-group .card:first-child .card-img-top { border-top-right-radius: 0; @@ -4581,8 +4577,8 @@ tbody.collapse.show { border-bottom-right-radius: 0; } .card-group .card:last-child { - border-bottom-left-radius: 0; border-top-left-radius: 0; + border-bottom-left-radius: 0; } .card-group .card:last-child .card-img-top { border-top-left-radius: 0; @@ -4625,8 +4621,8 @@ tbody.collapse.show { .breadcrumb::after { display: block; - content: ""; clear: both; + content: ""; } .breadcrumb-item { @@ -4665,13 +4661,13 @@ tbody.collapse.show { .page-item:first-child .page-link { margin-left: 0; - border-bottom-left-radius: 0.25rem; border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; } .page-item:last-child .page-link { - border-bottom-right-radius: 0.25rem; border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; } .page-item.active .page-link { @@ -4713,13 +4709,13 @@ tbody.collapse.show { } .pagination-lg .page-item:first-child .page-link { - border-bottom-left-radius: 0.3rem; border-top-left-radius: 0.3rem; + border-bottom-left-radius: 0.3rem; } .pagination-lg .page-item:last-child .page-link { - border-bottom-right-radius: 0.3rem; border-top-right-radius: 0.3rem; + border-bottom-right-radius: 0.3rem; } .pagination-sm .page-link { @@ -4728,13 +4724,13 @@ tbody.collapse.show { } .pagination-sm .page-item:first-child .page-link { - border-bottom-left-radius: 0.2rem; border-top-left-radius: 0.2rem; + border-bottom-left-radius: 0.2rem; } .pagination-sm .page-item:last-child .page-link { - border-bottom-right-radius: 0.2rem; border-top-right-radius: 0.2rem; + border-bottom-right-radius: 0.2rem; } .badge { @@ -4865,9 +4861,9 @@ a.badge:focus, a.badge:hover { } .alert-success { + color: #3c763d; background-color: #dff0d8; border-color: #d0e9c6; - color: #3c763d; } .alert-success hr { @@ -4879,9 +4875,9 @@ a.badge:focus, a.badge:hover { } .alert-info { + color: #31708f; background-color: #d9edf7; border-color: #bcdff1; - color: #31708f; } .alert-info hr { @@ -4893,9 +4889,9 @@ a.badge:focus, a.badge:hover { } .alert-warning { + color: #8a6d3b; background-color: #fcf8e3; border-color: #faf2cc; - color: #8a6d3b; } .alert-warning hr { @@ -4907,9 +4903,9 @@ a.badge:focus, a.badge:hover { } .alert-danger { + color: #a94442; background-color: #f2dede; border-color: #ebcccc; - color: #a94442; } .alert-danger hr { @@ -4994,8 +4990,8 @@ a.badge:focus, a.badge:hover { .media-body { -webkit-box-flex: 1; - -webkit-flex: 1 1 0%; - -ms-flex: 1 1 0%; + -webkit-flex: 1; + -ms-flex: 1; flex: 1 1 0%; } @@ -5032,19 +5028,7 @@ a.badge:focus, a.badge:hover { .list-group-item { position: relative; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -webkit-flex-flow: row wrap; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; + display: block; padding: 0.75rem 1.25rem; margin-bottom: -1px; background-color: #fff; @@ -5052,8 +5036,8 @@ a.badge:focus, a.badge:hover { } .list-group-item:first-child { - border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; } .list-group-item:last-child { @@ -5423,17 +5407,17 @@ button.close { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-style: normal; font-weight: normal; - letter-spacing: normal; - line-break: auto; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; - white-space: normal; + letter-spacing: normal; word-break: normal; word-spacing: normal; + white-space: normal; + line-break: auto; font-size: 0.875rem; word-wrap: break-word; opacity: 0; @@ -5527,17 +5511,17 @@ button.close { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-style: normal; font-weight: normal; - letter-spacing: normal; - line-break: auto; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; - white-space: normal; + letter-spacing: normal; word-break: normal; word-spacing: normal; + white-space: normal; + line-break: auto; font-size: 0.875rem; word-wrap: break-word; background-color: #fff; @@ -5648,8 +5632,8 @@ button.close { font-size: 1rem; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; - border-top-right-radius: calc(0.3rem - 1px); border-top-left-radius: calc(0.3rem - 1px); + border-top-right-radius: calc(0.3rem - 1px); } .popover-title:empty { @@ -6004,13 +5988,13 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .rounded-top { - border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; } .rounded-right { - border-bottom-right-radius: 0.25rem; border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; } .rounded-bottom { @@ -6019,8 +6003,8 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .rounded-left { - border-bottom-left-radius: 0.25rem; border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; } .rounded-circle { @@ -6033,8 +6017,8 @@ a.bg-inverse:focus, a.bg-inverse:hover { .clearfix::after { display: block; - content: ""; clear: both; + content: ""; } .d-none { @@ -6207,6 +6191,42 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } +.d-print-block { + display: none !important; +} + +@media print { + .d-print-block { + display: block !important; + } +} + +.d-print-inline { + display: none !important; +} + +@media print { + .d-print-inline { + display: inline !important; + } +} + +.d-print-inline-block { + display: none !important; +} + +@media print { + .d-print-inline-block { + display: inline-block !important; + } +} + +@media print { + .d-print-none { + display: none !important; + } +} + .order-first { -webkit-box-ordinal-group: 0; -webkit-order: -1; @@ -7246,7 +7266,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { position: -webkit-sticky; position: sticky; top: 0; - z-index: 1030; + z-index: 1020; } .sr-only { @@ -7310,7 +7330,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .m-0 { - margin: 0 0 !important; + margin: 0 !important; } .mt-0 { @@ -7340,7 +7360,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .m-1 { - margin: 0.25rem 0.25rem !important; + margin: 0.25rem !important; } .mt-1 { @@ -7370,7 +7390,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .m-2 { - margin: 0.5rem 0.5rem !important; + margin: 0.5rem !important; } .mt-2 { @@ -7400,7 +7420,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .m-3 { - margin: 1rem 1rem !important; + margin: 1rem !important; } .mt-3 { @@ -7430,7 +7450,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .m-4 { - margin: 1.5rem 1.5rem !important; + margin: 1.5rem !important; } .mt-4 { @@ -7460,7 +7480,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .m-5 { - margin: 3rem 3rem !important; + margin: 3rem !important; } .mt-5 { @@ -7490,7 +7510,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .p-0 { - padding: 0 0 !important; + padding: 0 !important; } .pt-0 { @@ -7520,7 +7540,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .p-1 { - padding: 0.25rem 0.25rem !important; + padding: 0.25rem !important; } .pt-1 { @@ -7550,7 +7570,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .p-2 { - padding: 0.5rem 0.5rem !important; + padding: 0.5rem !important; } .pt-2 { @@ -7580,7 +7600,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .p-3 { - padding: 1rem 1rem !important; + padding: 1rem !important; } .pt-3 { @@ -7610,7 +7630,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .p-4 { - padding: 1.5rem 1.5rem !important; + padding: 1.5rem !important; } .pt-4 { @@ -7640,7 +7660,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .p-5 { - padding: 3rem 3rem !important; + padding: 3rem !important; } .pt-5 { @@ -7701,7 +7721,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { @media (min-width: 576px) { .m-sm-0 { - margin: 0 0 !important; + margin: 0 !important; } .mt-sm-0 { margin-top: 0 !important; @@ -7724,7 +7744,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 0 !important; } .m-sm-1 { - margin: 0.25rem 0.25rem !important; + margin: 0.25rem !important; } .mt-sm-1 { margin-top: 0.25rem !important; @@ -7747,7 +7767,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 0.25rem !important; } .m-sm-2 { - margin: 0.5rem 0.5rem !important; + margin: 0.5rem !important; } .mt-sm-2 { margin-top: 0.5rem !important; @@ -7770,7 +7790,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 0.5rem !important; } .m-sm-3 { - margin: 1rem 1rem !important; + margin: 1rem !important; } .mt-sm-3 { margin-top: 1rem !important; @@ -7793,7 +7813,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 1rem !important; } .m-sm-4 { - margin: 1.5rem 1.5rem !important; + margin: 1.5rem !important; } .mt-sm-4 { margin-top: 1.5rem !important; @@ -7816,7 +7836,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 1.5rem !important; } .m-sm-5 { - margin: 3rem 3rem !important; + margin: 3rem !important; } .mt-sm-5 { margin-top: 3rem !important; @@ -7839,7 +7859,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 3rem !important; } .p-sm-0 { - padding: 0 0 !important; + padding: 0 !important; } .pt-sm-0 { padding-top: 0 !important; @@ -7862,7 +7882,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 0 !important; } .p-sm-1 { - padding: 0.25rem 0.25rem !important; + padding: 0.25rem !important; } .pt-sm-1 { padding-top: 0.25rem !important; @@ -7885,7 +7905,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 0.25rem !important; } .p-sm-2 { - padding: 0.5rem 0.5rem !important; + padding: 0.5rem !important; } .pt-sm-2 { padding-top: 0.5rem !important; @@ -7908,7 +7928,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 0.5rem !important; } .p-sm-3 { - padding: 1rem 1rem !important; + padding: 1rem !important; } .pt-sm-3 { padding-top: 1rem !important; @@ -7931,7 +7951,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 1rem !important; } .p-sm-4 { - padding: 1.5rem 1.5rem !important; + padding: 1.5rem !important; } .pt-sm-4 { padding-top: 1.5rem !important; @@ -7954,7 +7974,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 1.5rem !important; } .p-sm-5 { - padding: 3rem 3rem !important; + padding: 3rem !important; } .pt-sm-5 { padding-top: 3rem !important; @@ -8003,7 +8023,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { @media (min-width: 768px) { .m-md-0 { - margin: 0 0 !important; + margin: 0 !important; } .mt-md-0 { margin-top: 0 !important; @@ -8026,7 +8046,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 0 !important; } .m-md-1 { - margin: 0.25rem 0.25rem !important; + margin: 0.25rem !important; } .mt-md-1 { margin-top: 0.25rem !important; @@ -8049,7 +8069,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 0.25rem !important; } .m-md-2 { - margin: 0.5rem 0.5rem !important; + margin: 0.5rem !important; } .mt-md-2 { margin-top: 0.5rem !important; @@ -8072,7 +8092,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 0.5rem !important; } .m-md-3 { - margin: 1rem 1rem !important; + margin: 1rem !important; } .mt-md-3 { margin-top: 1rem !important; @@ -8095,7 +8115,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 1rem !important; } .m-md-4 { - margin: 1.5rem 1.5rem !important; + margin: 1.5rem !important; } .mt-md-4 { margin-top: 1.5rem !important; @@ -8118,7 +8138,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 1.5rem !important; } .m-md-5 { - margin: 3rem 3rem !important; + margin: 3rem !important; } .mt-md-5 { margin-top: 3rem !important; @@ -8141,7 +8161,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 3rem !important; } .p-md-0 { - padding: 0 0 !important; + padding: 0 !important; } .pt-md-0 { padding-top: 0 !important; @@ -8164,7 +8184,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 0 !important; } .p-md-1 { - padding: 0.25rem 0.25rem !important; + padding: 0.25rem !important; } .pt-md-1 { padding-top: 0.25rem !important; @@ -8187,7 +8207,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 0.25rem !important; } .p-md-2 { - padding: 0.5rem 0.5rem !important; + padding: 0.5rem !important; } .pt-md-2 { padding-top: 0.5rem !important; @@ -8210,7 +8230,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 0.5rem !important; } .p-md-3 { - padding: 1rem 1rem !important; + padding: 1rem !important; } .pt-md-3 { padding-top: 1rem !important; @@ -8233,7 +8253,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 1rem !important; } .p-md-4 { - padding: 1.5rem 1.5rem !important; + padding: 1.5rem !important; } .pt-md-4 { padding-top: 1.5rem !important; @@ -8256,7 +8276,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 1.5rem !important; } .p-md-5 { - padding: 3rem 3rem !important; + padding: 3rem !important; } .pt-md-5 { padding-top: 3rem !important; @@ -8305,7 +8325,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { @media (min-width: 992px) { .m-lg-0 { - margin: 0 0 !important; + margin: 0 !important; } .mt-lg-0 { margin-top: 0 !important; @@ -8328,7 +8348,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 0 !important; } .m-lg-1 { - margin: 0.25rem 0.25rem !important; + margin: 0.25rem !important; } .mt-lg-1 { margin-top: 0.25rem !important; @@ -8351,7 +8371,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 0.25rem !important; } .m-lg-2 { - margin: 0.5rem 0.5rem !important; + margin: 0.5rem !important; } .mt-lg-2 { margin-top: 0.5rem !important; @@ -8374,7 +8394,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 0.5rem !important; } .m-lg-3 { - margin: 1rem 1rem !important; + margin: 1rem !important; } .mt-lg-3 { margin-top: 1rem !important; @@ -8397,7 +8417,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 1rem !important; } .m-lg-4 { - margin: 1.5rem 1.5rem !important; + margin: 1.5rem !important; } .mt-lg-4 { margin-top: 1.5rem !important; @@ -8420,7 +8440,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 1.5rem !important; } .m-lg-5 { - margin: 3rem 3rem !important; + margin: 3rem !important; } .mt-lg-5 { margin-top: 3rem !important; @@ -8443,7 +8463,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 3rem !important; } .p-lg-0 { - padding: 0 0 !important; + padding: 0 !important; } .pt-lg-0 { padding-top: 0 !important; @@ -8466,7 +8486,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 0 !important; } .p-lg-1 { - padding: 0.25rem 0.25rem !important; + padding: 0.25rem !important; } .pt-lg-1 { padding-top: 0.25rem !important; @@ -8489,7 +8509,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 0.25rem !important; } .p-lg-2 { - padding: 0.5rem 0.5rem !important; + padding: 0.5rem !important; } .pt-lg-2 { padding-top: 0.5rem !important; @@ -8512,7 +8532,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 0.5rem !important; } .p-lg-3 { - padding: 1rem 1rem !important; + padding: 1rem !important; } .pt-lg-3 { padding-top: 1rem !important; @@ -8535,7 +8555,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 1rem !important; } .p-lg-4 { - padding: 1.5rem 1.5rem !important; + padding: 1.5rem !important; } .pt-lg-4 { padding-top: 1.5rem !important; @@ -8558,7 +8578,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 1.5rem !important; } .p-lg-5 { - padding: 3rem 3rem !important; + padding: 3rem !important; } .pt-lg-5 { padding-top: 3rem !important; @@ -8607,7 +8627,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { @media (min-width: 1200px) { .m-xl-0 { - margin: 0 0 !important; + margin: 0 !important; } .mt-xl-0 { margin-top: 0 !important; @@ -8630,7 +8650,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 0 !important; } .m-xl-1 { - margin: 0.25rem 0.25rem !important; + margin: 0.25rem !important; } .mt-xl-1 { margin-top: 0.25rem !important; @@ -8653,7 +8673,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 0.25rem !important; } .m-xl-2 { - margin: 0.5rem 0.5rem !important; + margin: 0.5rem !important; } .mt-xl-2 { margin-top: 0.5rem !important; @@ -8676,7 +8696,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 0.5rem !important; } .m-xl-3 { - margin: 1rem 1rem !important; + margin: 1rem !important; } .mt-xl-3 { margin-top: 1rem !important; @@ -8699,7 +8719,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 1rem !important; } .m-xl-4 { - margin: 1.5rem 1.5rem !important; + margin: 1.5rem !important; } .mt-xl-4 { margin-top: 1.5rem !important; @@ -8722,7 +8742,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 1.5rem !important; } .m-xl-5 { - margin: 3rem 3rem !important; + margin: 3rem !important; } .mt-xl-5 { margin-top: 3rem !important; @@ -8745,7 +8765,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 3rem !important; } .p-xl-0 { - padding: 0 0 !important; + padding: 0 !important; } .pt-xl-0 { padding-top: 0 !important; @@ -8768,7 +8788,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 0 !important; } .p-xl-1 { - padding: 0.25rem 0.25rem !important; + padding: 0.25rem !important; } .pt-xl-1 { padding-top: 0.25rem !important; @@ -8791,7 +8811,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 0.25rem !important; } .p-xl-2 { - padding: 0.5rem 0.5rem !important; + padding: 0.5rem !important; } .pt-xl-2 { padding-top: 0.5rem !important; @@ -8814,7 +8834,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 0.5rem !important; } .p-xl-3 { - padding: 1rem 1rem !important; + padding: 1rem !important; } .pt-xl-3 { padding-top: 1rem !important; @@ -8837,7 +8857,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 1rem !important; } .p-xl-4 { - padding: 1.5rem 1.5rem !important; + padding: 1.5rem !important; } .pt-xl-4 { padding-top: 1.5rem !important; @@ -8860,7 +8880,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 1.5rem !important; } .p-xl-5 { - padding: 3rem 3rem !important; + padding: 3rem !important; } .pt-xl-5 { padding-top: 3rem !important; @@ -9073,99 +9093,11 @@ a.text-gray-dark:focus, a.text-gray-dark:hover { border: 0; } -.invisible { - visibility: hidden !important; -} - -.hidden-xs-up { - display: none !important; -} - -@media (max-width: 575px) { - .hidden-xs-down { - display: none !important; - } -} - -@media (min-width: 576px) { - .hidden-sm-up { - display: none !important; - } +.visible { + visibility: visible !important; } -@media (max-width: 767px) { - .hidden-sm-down { - display: none !important; - } -} - -@media (min-width: 768px) { - .hidden-md-up { - display: none !important; - } -} - -@media (max-width: 991px) { - .hidden-md-down { - display: none !important; - } -} - -@media (min-width: 992px) { - .hidden-lg-up { - display: none !important; - } -} - -@media (max-width: 1199px) { - .hidden-lg-down { - display: none !important; - } -} - -@media (min-width: 1200px) { - .hidden-xl-up { - display: none !important; - } -} - -.hidden-xl-down { - display: none !important; -} - -.visible-print-block { - display: none !important; -} - -@media print { - .visible-print-block { - display: block !important; - } -} - -.visible-print-inline { - display: none !important; -} - -@media print { - .visible-print-inline { - display: inline !important; - } -} - -.visible-print-inline-block { - display: none !important; -} - -@media print { - .visible-print-inline-block { - display: inline-block !important; - } -} - -@media print { - .hidden-print { - display: none !important; - } +.invisible { + visibility: hidden !important; } /*# sourceMappingURL=bootstrap.css.map */ \ No newline at end of file -- cgit v1.2.3 From 6bc93c9593c2056995ee703abdffc475fb469a24 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 19 Mar 2017 18:42:20 -0700 Subject: grunt --- dist/css/bootstrap.css | 42 +++++++++++++++++++++++++++++------------- 1 file changed, 29 insertions(+), 13 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 1a21975a9..fa6d189ff 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2098,22 +2098,31 @@ pre code { .table-inverse th, .table-inverse td, .table-inverse thead th { - border-color: #fff; + border-color: #3b3e40; } .table-inverse.table-bordered { border: 0; } -.table-responsive { - display: block; - width: 100%; - overflow-x: auto; - -ms-overflow-style: -ms-autohiding-scrollbar; +.table-inverse.table-striped tbody tr:nth-of-type(odd) { + background-color: rgba(255, 255, 255, 0.05); } -.table-responsive.table-bordered { - border: 0; +.table-inverse.table-hover tbody tr:hover { + background-color: rgba(255, 255, 255, 0.075); +} + +@media (max-width: 991px) { + .table-responsive { + display: block; + width: 100%; + overflow-x: auto; + -ms-overflow-style: -ms-autohiding-scrollbar; + } + .table-responsive.table-bordered { + border: 0; + } } .form-control { @@ -3772,10 +3781,13 @@ tbody.collapse.show { } .nav-justified .nav-item { + -webkit-flex-basis: 0; + -ms-flex-preferred-size: 0; + flex-basis: 0; -webkit-box-flex: 1; - -webkit-flex: 1 1 100%; - -ms-flex: 1 1 100%; - flex: 1 1 100%; + -webkit-flex-grow: 1; + -ms-flex-positive: 1; + flex-grow: 1; text-align: center; } @@ -7274,9 +7286,11 @@ a.bg-inverse:focus, a.bg-inverse:hover { width: 1px; height: 1px; padding: 0; - margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); + white-space: nowrap; + -webkit-clip-path: inset(50%); + clip-path: inset(50%); border: 0; } @@ -7284,9 +7298,11 @@ a.bg-inverse:focus, a.bg-inverse:hover { position: static; width: auto; height: auto; - margin: 0; overflow: visible; clip: auto; + white-space: normal; + -webkit-clip-path: none; + clip-path: none; } .w-25 { -- cgit v1.2.3 From 4ab06ca4534da28858c013e765a9ad34f508e4d7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 26 Mar 2017 11:26:31 -0700 Subject: grunt --- dist/css/bootstrap.css | 208 ++++++++++++++++++++++++++----------------------- 1 file changed, 112 insertions(+), 96 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index fa6d189ff..33d58fe83 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3713,7 +3713,7 @@ tbody.collapse.show { .nav-link { display: block; - padding: 0.5em 1em; + padding: 0.5rem 1rem; } .nav-link:focus, .nav-link:hover { @@ -3805,16 +3805,35 @@ tbody.collapse.show { display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; padding: 0.5rem 1rem; } +.navbar > .container, +.navbar > .container-fluid { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; +} + @media (max-width: 575px) { - .navbar > .container { + .navbar > .container, + .navbar > .container-fluid { + width: 100%; margin-right: 0; margin-left: 0; } @@ -3825,8 +3844,8 @@ tbody.collapse.show { -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; - padding-top: .25rem; - padding-bottom: .25rem; + padding-top: 0.3125rem; + padding-bottom: 0.3125rem; margin-right: 1rem; font-size: 1.25rem; line-height: inherit; @@ -3859,8 +3878,14 @@ tbody.collapse.show { .navbar-text { display: inline-block; - padding-top: .425rem; - padding-bottom: .425rem; + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} + +.navbar-collapse { + -webkit-flex-basis: 100%; + -ms-flex-preferred-size: 100%; + flex-basis: 100%; } .navbar-toggler { @@ -3890,29 +3915,20 @@ tbody.collapse.show { background-size: 100% 100%; } -.navbar-toggler-left { - position: absolute; - left: 1rem; -} - -.navbar-toggler-right { - position: absolute; - right: 1rem; -} - @media (max-width: 575px) { - .navbar-toggleable .navbar-nav .dropdown-menu { + .navbar-expand-sm .navbar-nav .dropdown-menu { position: static; float: none; } - .navbar-toggleable > .container { + .navbar-expand-sm > .container, + .navbar-expand-sm > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 576px) { - .navbar-toggleable { + .navbar-expand-sm { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; @@ -3925,23 +3941,24 @@ tbody.collapse.show { -webkit-align-items: center; -ms-flex-align: center; align-items: center; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; } - .navbar-toggleable .navbar-nav { + .navbar-expand-sm .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } - .navbar-toggleable .navbar-nav .nav-link { + .navbar-expand-sm .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem; } - .navbar-toggleable > .container { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; + .navbar-expand-sm > .container, + .navbar-expand-sm > .container-fluid { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; @@ -3950,31 +3967,31 @@ tbody.collapse.show { -ms-flex-align: center; align-items: center; } - .navbar-toggleable .navbar-collapse { + .navbar-expand-sm .navbar-collapse { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; - width: 100%; } - .navbar-toggleable .navbar-toggler { + .navbar-expand-sm .navbar-toggler { display: none; } } @media (max-width: 767px) { - .navbar-toggleable-sm .navbar-nav .dropdown-menu { + .navbar-expand-md .navbar-nav .dropdown-menu { position: static; float: none; } - .navbar-toggleable-sm > .container { + .navbar-expand-md > .container, + .navbar-expand-md > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 768px) { - .navbar-toggleable-sm { + .navbar-expand-md { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; @@ -3987,23 +4004,24 @@ tbody.collapse.show { -webkit-align-items: center; -ms-flex-align: center; align-items: center; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; } - .navbar-toggleable-sm .navbar-nav { + .navbar-expand-md .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } - .navbar-toggleable-sm .navbar-nav .nav-link { + .navbar-expand-md .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem; } - .navbar-toggleable-sm > .container { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; + .navbar-expand-md > .container, + .navbar-expand-md > .container-fluid { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; @@ -4012,31 +4030,31 @@ tbody.collapse.show { -ms-flex-align: center; align-items: center; } - .navbar-toggleable-sm .navbar-collapse { + .navbar-expand-md .navbar-collapse { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; - width: 100%; } - .navbar-toggleable-sm .navbar-toggler { + .navbar-expand-md .navbar-toggler { display: none; } } @media (max-width: 991px) { - .navbar-toggleable-md .navbar-nav .dropdown-menu { + .navbar-expand-lg .navbar-nav .dropdown-menu { position: static; float: none; } - .navbar-toggleable-md > .container { + .navbar-expand-lg > .container, + .navbar-expand-lg > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 992px) { - .navbar-toggleable-md { + .navbar-expand-lg { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; @@ -4049,23 +4067,24 @@ tbody.collapse.show { -webkit-align-items: center; -ms-flex-align: center; align-items: center; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; } - .navbar-toggleable-md .navbar-nav { + .navbar-expand-lg .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } - .navbar-toggleable-md .navbar-nav .nav-link { + .navbar-expand-lg .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem; } - .navbar-toggleable-md > .container { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; + .navbar-expand-lg > .container, + .navbar-expand-lg > .container-fluid { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; @@ -4074,31 +4093,31 @@ tbody.collapse.show { -ms-flex-align: center; align-items: center; } - .navbar-toggleable-md .navbar-collapse { + .navbar-expand-lg .navbar-collapse { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; - width: 100%; } - .navbar-toggleable-md .navbar-toggler { + .navbar-expand-lg .navbar-toggler { display: none; } } @media (max-width: 1199px) { - .navbar-toggleable-lg .navbar-nav .dropdown-menu { + .navbar-expand-xl .navbar-nav .dropdown-menu { position: static; float: none; } - .navbar-toggleable-lg > .container { + .navbar-expand-xl > .container, + .navbar-expand-xl > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 1200px) { - .navbar-toggleable-lg { + .navbar-expand-xl { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; @@ -4111,23 +4130,24 @@ tbody.collapse.show { -webkit-align-items: center; -ms-flex-align: center; align-items: center; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; } - .navbar-toggleable-lg .navbar-nav { + .navbar-expand-xl .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } - .navbar-toggleable-lg .navbar-nav .nav-link { + .navbar-expand-xl .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem; } - .navbar-toggleable-lg > .container { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; + .navbar-expand-xl > .container, + .navbar-expand-xl > .container-fluid { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; @@ -4136,19 +4156,18 @@ tbody.collapse.show { -ms-flex-align: center; align-items: center; } - .navbar-toggleable-lg .navbar-collapse { + .navbar-expand-xl .navbar-collapse { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; - width: 100%; } - .navbar-toggleable-lg .navbar-toggler { + .navbar-expand-xl .navbar-toggler { display: none; } } -.navbar-toggleable-xl { +.navbar-expand { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; @@ -4161,19 +4180,24 @@ tbody.collapse.show { -webkit-align-items: center; -ms-flex-align: center; align-items: center; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; } -.navbar-toggleable-xl .navbar-nav .dropdown-menu { +.navbar-expand .navbar-nav .dropdown-menu { position: static; float: none; } -.navbar-toggleable-xl > .container { +.navbar-expand > .container, +.navbar-expand > .container-fluid { padding-right: 0; padding-left: 0; } -.navbar-toggleable-xl .navbar-nav { +.navbar-expand .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; @@ -4181,16 +4205,13 @@ tbody.collapse.show { flex-direction: row; } -.navbar-toggleable-xl .navbar-nav .nav-link { +.navbar-expand .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem; } -.navbar-toggleable-xl > .container { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; +.navbar-expand > .container, +.navbar-expand > .container-fluid { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; @@ -4200,26 +4221,22 @@ tbody.collapse.show { align-items: center; } -.navbar-toggleable-xl .navbar-collapse { +.navbar-expand .navbar-collapse { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; - width: 100%; } -.navbar-toggleable-xl .navbar-toggler { +.navbar-expand .navbar-toggler { display: none; } -.navbar-light .navbar-brand, -.navbar-light .navbar-toggler { +.navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.9); } -.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, -.navbar-light .navbar-toggler:focus, -.navbar-light .navbar-toggler:hover { +.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover { color: rgba(0, 0, 0, 0.9); } @@ -4243,6 +4260,7 @@ tbody.collapse.show { } .navbar-light .navbar-toggler { + color: rgba(0, 0, 0, 0.5); border-color: rgba(0, 0, 0, 0.1); } @@ -4254,14 +4272,11 @@ tbody.collapse.show { color: rgba(0, 0, 0, 0.5); } -.navbar-inverse .navbar-brand, -.navbar-inverse .navbar-toggler { +.navbar-inverse .navbar-brand { color: white; } -.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, -.navbar-inverse .navbar-toggler:focus, -.navbar-inverse .navbar-toggler:hover { +.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover { color: white; } @@ -4285,6 +4300,7 @@ tbody.collapse.show { } .navbar-inverse .navbar-toggler { + color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.1); } -- cgit v1.2.3 From 319c278cfe87acbd6baaf6b2ae7b5e6ae32d757c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 26 Mar 2017 14:52:41 -0700 Subject: grunt --- dist/css/bootstrap.css | 37 ++++++++++++++++++++++++++++++------- 1 file changed, 30 insertions(+), 7 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 33d58fe83..73915cdf1 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -630,7 +630,6 @@ pre code { } .container { - position: relative; margin-right: auto; margin-left: auto; padding-right: 15px; @@ -694,7 +693,6 @@ pre code { } .container-fluid { - position: relative; margin-right: auto; margin-left: auto; padding-right: 15px; @@ -780,7 +778,12 @@ pre code { padding-left: 0; } -.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { +.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, +.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, +.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, +.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, +.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, +.col-xl-auto { position: relative; width: 100%; min-height: 1px; @@ -789,28 +792,48 @@ pre code { } @media (min-width: 576px) { - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { + .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, + .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, + .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, + .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, + .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, + .col-xl-auto { padding-right: 15px; padding-left: 15px; } } @media (min-width: 768px) { - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { + .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, + .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, + .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, + .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, + .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, + .col-xl-auto { padding-right: 15px; padding-left: 15px; } } @media (min-width: 992px) { - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { + .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, + .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, + .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, + .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, + .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, + .col-xl-auto { padding-right: 15px; padding-left: 15px; } } @media (min-width: 1200px) { - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { + .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, + .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, + .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, + .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, + .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, + .col-xl-auto { padding-right: 15px; padding-left: 15px; } -- cgit v1.2.3 From 6331b9962b39f6a4ccacef397089a9d92fadb43f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 26 Mar 2017 15:26:07 -0700 Subject: grunt --- 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 73915cdf1..7a816b10e 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3093,10 +3093,10 @@ tbody.collapse.show { } .dropdown-divider { - height: 1px; + height: 0; margin: 0.5rem 0; overflow: hidden; - background-color: #eceeef; + border-top: 1px solid #eceeef; } .dropdown-item { -- cgit v1.2.3 From 7742ba6dc9ed7c630b9786667df0a90eb9ae3948 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 27 Mar 2017 22:56:14 -0700 Subject: grunt --- dist/css/bootstrap.css | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 7a816b10e..5691aff91 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4537,10 +4537,6 @@ tbody.collapse.show { border-left: 0; } -.card-img { - border-radius: calc(0.25rem - 1px); -} - .card-img-overlay { position: absolute; top: 0; @@ -4550,12 +4546,19 @@ tbody.collapse.show { padding: 1.25rem; } +.card-img { + width: 100%; + border-radius: calc(0.25rem - 1px); +} + .card-img-top { + width: 100%; border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); } .card-img-bottom { + width: 100%; border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); } @@ -4571,6 +4574,8 @@ tbody.collapse.show { -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; + margin-right: -15px; + margin-left: -15px; } .card-deck .card { display: -webkit-box; @@ -4586,12 +4591,8 @@ tbody.collapse.show { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; - } - .card-deck .card:not(:first-child) { - margin-left: 15px; - } - .card-deck .card:not(:last-child) { margin-right: 15px; + margin-left: 15px; } } -- cgit v1.2.3 From cf7d3e11e0ca33d01246706899b77a1f4fc14733 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 28 Mar 2017 09:31:32 -0700 Subject: grunt --- dist/css/bootstrap.css | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 5691aff91..d9c1cf4c9 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2151,7 +2151,7 @@ pre code { .form-control { display: block; width: 100%; - padding: 0.5rem 0.75rem; + padding: 0.5rem 1rem; font-size: 1rem; line-height: 1.25; color: #464a4c; @@ -2230,8 +2230,8 @@ select.form-control:focus::-ms-value { } .col-form-label-lg { - padding-top: calc(0.75rem - 1px * 2); - padding-bottom: calc(0.75rem - 1px * 2); + padding-top: calc(0.5rem - 1px * 2); + padding-bottom: calc(0.5rem - 1px * 2); font-size: 1.25rem; } @@ -2271,27 +2271,29 @@ select.form-control:focus::-ms-value { .input-group-sm > .input-group-btn > .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; + line-height: 1.5; border-radius: 0.2rem; } select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) { - height: 1.8125rem; + height: calc(1.8125rem + 2px); } .form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { - padding: 0.75rem 1.5rem; + padding: 0.5rem 1rem; font-size: 1.25rem; + line-height: 1.5; border-radius: 0.3rem; } 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: 3.166667rem; + height: calc(2.875rem + 2px); } .form-group { @@ -2348,7 +2350,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .form-control-success, .form-control-warning, .form-control-danger { - padding-right: 2.25rem; + padding-right: 3rem; background-repeat: no-repeat; background-position: center right 0.5625rem; -webkit-background-size: 1.125rem 1.125rem; @@ -2553,7 +2555,6 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .btn { display: inline-block; font-weight: normal; - line-height: 1.25; text-align: center; white-space: nowrap; vertical-align: middle; @@ -2564,6 +2565,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for border: 1px solid transparent; padding: 0.5rem 1rem; font-size: 1rem; + line-height: 1.25; border-radius: 0.25rem; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; @@ -2987,14 +2989,16 @@ fieldset[disabled] a.btn { } .btn-lg, .btn-group-lg > .btn { - padding: 0.75rem 1.5rem; + padding: 0.5rem 1rem; font-size: 1.25rem; + line-height: 1.5; border-radius: 0.3rem; } .btn-sm, .btn-group-sm > .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; + line-height: 1.5; border-radius: 0.2rem; } @@ -3291,8 +3295,8 @@ tbody.collapse.show { } .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { - padding-right: 1.125rem; - padding-left: 1.125rem; + padding-right: 0.75rem; + padding-left: 0.75rem; } .btn-group-vertical { @@ -3416,7 +3420,7 @@ tbody.collapse.show { } .input-group-addon { - padding: 0.5rem 0.75rem; + padding: 0.5rem 1rem; margin-bottom: 0; font-size: 1rem; font-weight: normal; @@ -3439,7 +3443,7 @@ tbody.collapse.show { .input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn { - padding: 0.75rem 1.5rem; + padding: 0.5rem 1rem; font-size: 1.25rem; border-radius: 0.3rem; } -- cgit v1.2.3 From 49b6cf845d3d3bf49197a529548489f9a1a76709 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 1 Apr 2017 19:18:29 -0700 Subject: grunt --- dist/css/bootstrap.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index d9c1cf4c9..a579723ea 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5686,6 +5686,7 @@ button.close { padding: 8px 14px; margin-bottom: 0; font-size: 1rem; + color: inherit; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-top-left-radius: calc(0.3rem - 1px); @@ -5698,6 +5699,7 @@ button.close { .popover-content { padding: 9px 14px; + color: #292b2c; } .popover::before, -- cgit v1.2.3 From 364e01885fadeb341e1000d6f50291e5a5ada199 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 8 Apr 2017 13:22:53 -0700 Subject: grunt --- dist/css/bootstrap.css | 446 +++++++++++-------------------------------------- 1 file changed, 95 insertions(+), 351 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index a579723ea..1a65a7921 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -95,7 +95,7 @@ html { body { margin: 0; - font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 1rem; font-weight: normal; line-height: 1.5; @@ -693,6 +693,7 @@ pre code { } .container-fluid { + width: 100%; margin-right: auto; margin-left: auto; padding-right: 15px; @@ -859,99 +860,51 @@ pre code { } .col-1 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 8.333333%; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333%; + width: 8.333333%; } .col-2 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 16.666667%; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667%; + width: 16.666667%; } .col-3 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 25%; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; + width: 25%; } .col-4 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 33.333333%; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333%; + width: 33.333333%; } .col-5 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 41.666667%; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667%; + width: 41.666667%; } .col-6 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 50%; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; + width: 50%; } .col-7 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 58.333333%; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333%; + width: 58.333333%; } .col-8 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 66.666667%; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667%; + width: 66.666667%; } .col-9 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 75%; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; + width: 75%; } .col-10 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 83.333333%; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333%; + width: 83.333333%; } .col-11 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 91.666667%; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667%; + width: 91.666667%; } .col-12 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 100%; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; + width: 100%; } .pull-0 { @@ -1121,88 +1074,40 @@ pre code { width: auto; } .col-sm-1 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 8.333333%; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333%; + width: 8.333333%; } .col-sm-2 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 16.666667%; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667%; + width: 16.666667%; } .col-sm-3 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 25%; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; + width: 25%; } .col-sm-4 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 33.333333%; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333%; + width: 33.333333%; } .col-sm-5 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 41.666667%; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667%; + width: 41.666667%; } .col-sm-6 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 50%; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; + width: 50%; } .col-sm-7 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 58.333333%; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333%; + width: 58.333333%; } .col-sm-8 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 66.666667%; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667%; + width: 66.666667%; } .col-sm-9 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 75%; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; + width: 75%; } .col-sm-10 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 83.333333%; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333%; + width: 83.333333%; } .col-sm-11 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 91.666667%; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667%; + width: 91.666667%; } .col-sm-12 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 100%; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; + width: 100%; } .pull-sm-0 { right: auto; @@ -1339,88 +1244,40 @@ pre code { width: auto; } .col-md-1 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 8.333333%; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333%; + width: 8.333333%; } .col-md-2 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 16.666667%; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667%; + width: 16.666667%; } .col-md-3 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 25%; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; + width: 25%; } .col-md-4 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 33.333333%; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333%; + width: 33.333333%; } .col-md-5 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 41.666667%; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667%; + width: 41.666667%; } .col-md-6 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 50%; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; + width: 50%; } .col-md-7 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 58.333333%; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333%; + width: 58.333333%; } .col-md-8 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 66.666667%; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667%; + width: 66.666667%; } .col-md-9 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 75%; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; + width: 75%; } .col-md-10 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 83.333333%; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333%; + width: 83.333333%; } .col-md-11 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 91.666667%; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667%; + width: 91.666667%; } .col-md-12 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 100%; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; + width: 100%; } .pull-md-0 { right: auto; @@ -1557,88 +1414,40 @@ pre code { width: auto; } .col-lg-1 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 8.333333%; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333%; + width: 8.333333%; } .col-lg-2 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 16.666667%; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667%; + width: 16.666667%; } .col-lg-3 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 25%; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; + width: 25%; } .col-lg-4 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 33.333333%; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333%; + width: 33.333333%; } .col-lg-5 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 41.666667%; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667%; + width: 41.666667%; } .col-lg-6 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 50%; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; + width: 50%; } .col-lg-7 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 58.333333%; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333%; + width: 58.333333%; } .col-lg-8 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 66.666667%; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667%; + width: 66.666667%; } .col-lg-9 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 75%; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; + width: 75%; } .col-lg-10 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 83.333333%; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333%; + width: 83.333333%; } .col-lg-11 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 91.666667%; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667%; + width: 91.666667%; } .col-lg-12 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 100%; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; + width: 100%; } .pull-lg-0 { right: auto; @@ -1775,88 +1584,40 @@ pre code { width: auto; } .col-xl-1 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 8.333333%; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333%; + width: 8.333333%; } .col-xl-2 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 16.666667%; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667%; + width: 16.666667%; } .col-xl-3 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 25%; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; + width: 25%; } .col-xl-4 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 33.333333%; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333%; + width: 33.333333%; } .col-xl-5 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 41.666667%; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667%; + width: 41.666667%; } .col-xl-6 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 50%; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; + width: 50%; } .col-xl-7 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 58.333333%; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333%; + width: 58.333333%; } .col-xl-8 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 66.666667%; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667%; + width: 66.666667%; } .col-xl-9 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 75%; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; + width: 75%; } .col-xl-10 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 83.333333%; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333%; + width: 83.333333%; } .col-xl-11 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 91.666667%; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667%; + width: 91.666667%; } .col-xl-12 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 100%; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; + width: 100%; } .pull-xl-0 { right: auto; @@ -3756,10 +3517,15 @@ tbody.collapse.show { border-bottom: 1px solid #ddd; } -.nav-tabs .nav-item { +.nav-tabs .nav-item, +.nav-tabs .nav-link { margin-bottom: -1px; } +.nav-tabs .nav-item .nav-link { + margin-bottom: 0; +} + .nav-tabs .nav-link { border: 1px solid transparent; border-top-left-radius: 0.25rem; @@ -3794,7 +3560,7 @@ tbody.collapse.show { } .nav-pills .nav-link.active, -.nav-pills .nav-item.show .nav-link { +.show .nav-pills .nav-link { color: #fff; background-color: #0275d8; } @@ -3835,6 +3601,10 @@ tbody.collapse.show { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; @@ -3851,6 +3621,10 @@ tbody.collapse.show { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; @@ -3868,9 +3642,6 @@ tbody.collapse.show { .navbar-brand { display: inline-block; - -webkit-align-self: flex-start; - -ms-flex-item-align: start; - align-self: flex-start; padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 1rem; @@ -3916,9 +3687,6 @@ tbody.collapse.show { } .navbar-toggler { - -webkit-align-self: flex-start; - -ms-flex-item-align: start; - align-self: flex-start; padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; @@ -3964,10 +3732,6 @@ tbody.collapse.show { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; @@ -3980,6 +3744,9 @@ tbody.collapse.show { -ms-flex-direction: row; flex-direction: row; } + .navbar-expand-sm .navbar-nav .dropdown-menu { + position: absolute; + } .navbar-expand-sm .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem; @@ -3989,10 +3756,6 @@ tbody.collapse.show { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; } .navbar-expand-sm .navbar-collapse { display: -webkit-box !important; @@ -4027,10 +3790,6 @@ tbody.collapse.show { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; @@ -4043,6 +3802,9 @@ tbody.collapse.show { -ms-flex-direction: row; flex-direction: row; } + .navbar-expand-md .navbar-nav .dropdown-menu { + position: absolute; + } .navbar-expand-md .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem; @@ -4052,10 +3814,6 @@ tbody.collapse.show { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; } .navbar-expand-md .navbar-collapse { display: -webkit-box !important; @@ -4090,10 +3848,6 @@ tbody.collapse.show { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; @@ -4106,6 +3860,9 @@ tbody.collapse.show { -ms-flex-direction: row; flex-direction: row; } + .navbar-expand-lg .navbar-nav .dropdown-menu { + position: absolute; + } .navbar-expand-lg .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem; @@ -4115,10 +3872,6 @@ tbody.collapse.show { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; } .navbar-expand-lg .navbar-collapse { display: -webkit-box !important; @@ -4153,10 +3906,6 @@ tbody.collapse.show { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; @@ -4169,6 +3918,9 @@ tbody.collapse.show { -ms-flex-direction: row; flex-direction: row; } + .navbar-expand-xl .navbar-nav .dropdown-menu { + position: absolute; + } .navbar-expand-xl .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem; @@ -4178,10 +3930,6 @@ tbody.collapse.show { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; } .navbar-expand-xl .navbar-collapse { display: -webkit-box !important; @@ -4203,10 +3951,6 @@ tbody.collapse.show { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; @@ -4232,6 +3976,10 @@ tbody.collapse.show { flex-direction: row; } +.navbar-expand .navbar-nav .dropdown-menu { + position: absolute; +} + .navbar-expand .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem; @@ -4242,10 +3990,6 @@ tbody.collapse.show { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; } .navbar-expand .navbar-collapse { @@ -5460,7 +5204,7 @@ button.close { position: absolute; z-index: 1070; display: block; - font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-style: normal; font-weight: normal; line-height: 1.5; @@ -5564,7 +5308,7 @@ button.close { display: block; max-width: 276px; padding: 1px; - font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-style: normal; font-weight: normal; line-height: 1.5; -- cgit v1.2.3 From 0719ab18887c5b7415b9042b3ac60008de593f9f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 8 Apr 2017 22:05:50 -0700 Subject: grunt --- dist/css/bootstrap.css | 161 ++++++++++++++++++++++++------------------------- 1 file changed, 80 insertions(+), 81 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 1a65a7921..2c4e30b07 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2831,6 +2831,10 @@ tbody.collapse.show { border-left: 0.3em solid transparent; } +.dropdown-toggle:empty::after { + margin-left: 0; +} + .dropup .dropdown-toggle::after { border-top: 0; border-bottom: 0.3em solid; @@ -2867,7 +2871,7 @@ tbody.collapse.show { .dropdown-item { display: block; width: 100%; - padding: 3px 1.5rem; + padding: 0.25rem 1.5rem; clear: both; font-weight: normal; color: #292b2c; @@ -3036,11 +3040,6 @@ tbody.collapse.show { border-bottom-left-radius: 0; } -.btn-group .dropdown-toggle:active, -.btn-group.open .dropdown-toggle { - outline: 0; -} - .btn + .dropdown-toggle-split { padding-right: 0.75rem; padding-left: 0.75rem; @@ -3517,15 +3516,10 @@ tbody.collapse.show { border-bottom: 1px solid #ddd; } -.nav-tabs .nav-item, -.nav-tabs .nav-link { +.nav-tabs .nav-item { margin-bottom: -1px; } -.nav-tabs .nav-item .nav-link { - margin-bottom: 0; -} - .nav-tabs .nav-link { border: 1px solid transparent; border-top-left-radius: 0.25rem; @@ -4023,9 +4017,9 @@ tbody.collapse.show { color: rgba(0, 0, 0, 0.3); } -.navbar-light .navbar-nav .open > .nav-link, +.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, -.navbar-light .navbar-nav .nav-link.open, +.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active { color: rgba(0, 0, 0, 0.9); } @@ -4063,9 +4057,9 @@ tbody.collapse.show { color: rgba(255, 255, 255, 0.25); } -.navbar-inverse .navbar-nav .open > .nav-link, +.navbar-inverse .navbar-nav .show > .nav-link, .navbar-inverse .navbar-nav .active > .nav-link, -.navbar-inverse .navbar-nav .nav-link.open, +.navbar-inverse .navbar-nav .nav-link.show, .navbar-inverse .navbar-nav .nav-link.active { color: white; } @@ -4226,31 +4220,67 @@ tbody.collapse.show { border-color: #0275d8; } +.card-outline-primary .card-header, +.card-outline-primary .card-footer { + background-color: transparent; + border-color: #0275d8; +} + .card-outline-secondary { background-color: transparent; border-color: #ccc; } +.card-outline-secondary .card-header, +.card-outline-secondary .card-footer { + background-color: transparent; + border-color: #ccc; +} + .card-outline-info { background-color: transparent; border-color: #5bc0de; } +.card-outline-info .card-header, +.card-outline-info .card-footer { + background-color: transparent; + border-color: #5bc0de; +} + .card-outline-success { background-color: transparent; border-color: #5cb85c; } +.card-outline-success .card-header, +.card-outline-success .card-footer { + background-color: transparent; + border-color: #5cb85c; +} + .card-outline-warning { background-color: transparent; border-color: #f0ad4e; } +.card-outline-warning .card-header, +.card-outline-warning .card-footer { + background-color: transparent; + border-color: #f0ad4e; +} + .card-outline-danger { background-color: transparent; border-color: #d9534f; } +.card-outline-danger .card-header, +.card-outline-danger .card-footer { + background-color: transparent; + border-color: #d9534f; +} + .card-inverse { color: rgba(255, 255, 255, 0.65); } @@ -4395,6 +4425,10 @@ tbody.collapse.show { } } +.card-columns .card { + margin-bottom: 0.75rem; +} + @media (min-width: 576px) { .card-columns { -webkit-column-count: 3; @@ -4407,7 +4441,6 @@ tbody.collapse.show { .card-columns .card { display: inline-block; width: 100%; - margin-bottom: 0.75rem; } } @@ -4627,10 +4660,6 @@ a.badge:focus, a.badge:hover { } } -.jumbotron-hr { - border-top-color: #d0d5d8; -} - .jumbotron-fluid { padding-right: 0; padding-left: 0; @@ -4761,6 +4790,9 @@ a.badge:focus, a.badge:hover { line-height: 1rem; color: #fff; background-color: #0275d8; + -webkit-transition: width 0.6s ease; + -o-transition: width 0.6s ease; + transition: width 0.6s ease; } .progress-bar-striped { @@ -5479,35 +5511,20 @@ button.close { .carousel-item { position: relative; display: none; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; width: 100%; -} - -@media (-webkit-transform-3d) { - .carousel-item { - -webkit-transition: -webkit-transform 0.6s ease-in-out; - transition: -webkit-transform 0.6s ease-in-out; - -o-transition: -o-transform 0.6s ease-in-out; - transition: transform 0.6s ease-in-out; - transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-perspective: 1000px; - perspective: 1000px; - } -} - -@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) { - .carousel-item { - -webkit-transition: -webkit-transform 0.6s ease-in-out; - transition: -webkit-transform 0.6s ease-in-out; - -o-transition: -o-transform 0.6s ease-in-out; - transition: transform 0.6s ease-in-out; - transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-perspective: 1000px; - perspective: 1000px; - } + -webkit-transition: -webkit-transform 0.6s ease; + transition: -webkit-transform 0.6s ease; + -o-transition: -o-transform 0.6s ease; + transition: transform 0.6s ease; + transition: transform 0.6s ease, -webkit-transform 0.6s ease, -o-transform 0.6s ease; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-perspective: 1000px; + perspective: 1000px; } .carousel-item.active, @@ -5525,40 +5542,22 @@ button.close { top: 0; } -@media (-webkit-transform-3d) { - .carousel-item-next.carousel-item-left, - .carousel-item-prev.carousel-item-right { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - .carousel-item-next, - .active.carousel-item-right { - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } - .carousel-item-prev, - .active.carousel-item-left { - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } +.carousel-item-next.carousel-item-left, +.carousel-item-prev.carousel-item-right { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); } -@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) { - .carousel-item-next.carousel-item-left, - .carousel-item-prev.carousel-item-right { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - .carousel-item-next, - .active.carousel-item-right { - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } - .carousel-item-prev, - .active.carousel-item-left { - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } +.carousel-item-next, +.active.carousel-item-right { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); +} + +.carousel-item-prev, +.active.carousel-item-left { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); } .carousel-control-prev, -- cgit v1.2.3 From bc0cf36dc85cc974d92d3a7c64987aa6bc37ea25 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 16 Apr 2017 13:54:07 -0700 Subject: grunt --- dist/css/bootstrap.css | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 2c4e30b07..391d2ed53 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -329,11 +329,6 @@ input[type="checkbox"] { padding: 0; } -input[type="radio"]:disabled, -input[type="checkbox"]:disabled { - cursor: not-allowed; -} - input[type="date"], input[type="time"], input[type="datetime-local"], @@ -1966,10 +1961,6 @@ pre code { opacity: 1; } -.form-control:disabled { - cursor: not-allowed; -} - select.form-control:not([size]):not([multiple]) { height: calc(2.25rem + 2px); } @@ -2074,7 +2065,6 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .form-check.disabled .form-check-label { color: #636c72; - cursor: not-allowed; } .form-check-label { @@ -2344,7 +2334,6 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for } .btn.disabled, .btn:disabled { - cursor: not-allowed; opacity: .65; } @@ -2895,7 +2884,6 @@ tbody.collapse.show { .dropdown-item.disabled, .dropdown-item:disabled { color: #636c72; - cursor: not-allowed; background-color: transparent; } @@ -2926,15 +2914,6 @@ tbody.collapse.show { white-space: nowrap; } -.dropdown-backdrop { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 990; -} - .dropup .dropdown-menu { top: auto; bottom: 100%; @@ -3312,13 +3291,11 @@ tbody.collapse.show { } .custom-control-input:disabled ~ .custom-control-indicator { - cursor: not-allowed; background-color: #eceeef; } .custom-control-input:disabled ~ .custom-control-description { color: #636c72; - cursor: not-allowed; } .custom-control-indicator { @@ -3411,7 +3388,6 @@ tbody.collapse.show { .custom-select:disabled { color: #636c72; - cursor: not-allowed; background-color: #eceeef; } @@ -3509,7 +3485,6 @@ tbody.collapse.show { .nav-link.disabled { color: #636c72; - cursor: not-allowed; } .nav-tabs { @@ -4513,7 +4488,6 @@ tbody.collapse.show { .page-item.disabled .page-link { color: #636c72; pointer-events: none; - cursor: not-allowed; background-color: #fff; border-color: #ddd; } @@ -4884,7 +4858,6 @@ a.badge:focus, a.badge:hover { .list-group-item.disabled, .list-group-item:disabled { color: #636c72; - cursor: not-allowed; background-color: #fff; } @@ -5423,7 +5396,7 @@ button.close { .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after { top: -10px; margin-left: -10px; - border-bottom-color: #f7f7f7; + border-bottom-color: #fff; } .popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before { -- cgit v1.2.3 From ba312c20a5ceca42117dd53303bafda485d8facd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 21 Apr 2017 23:58:09 -0700 Subject: build --- 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 391d2ed53..1f46adfb9 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4078,6 +4078,7 @@ tbody.collapse.show { .card-title { margin-bottom: 0.75rem; + word-break: break-all; } .card-subtitle { -- cgit v1.2.3 From 3719ed4cb69fd8c75869158b086b4fc077e63e14 Mon Sep 17 00:00:00 2001 From: Johann-S Date: Tue, 16 May 2017 09:59:44 +0200 Subject: build --- dist/css/bootstrap.css | 141 ++++++++++++++++++++++++------------------------- 1 file changed, 70 insertions(+), 71 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 1f46adfb9..44e7e9d7e 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -93,6 +93,10 @@ html { width: device-width; } +article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { + display: block; +} + body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; @@ -2887,24 +2891,24 @@ tbody.collapse.show { background-color: transparent; } -.show > .dropdown-menu { - display: block; -} - .show > a { outline: 0; } .dropdown-menu-right { right: 0; - left: auto; + left: auto !important; } .dropdown-menu-left { - right: auto; + right: auto !important; left: 0; } +.dropdown-menu.show { + display: block; +} + .dropdown-header { display: block; padding: 0.5rem 1.5rem; @@ -2914,12 +2918,6 @@ tbody.collapse.show { white-space: nowrap; } -.dropup .dropdown-menu { - top: auto; - bottom: 100%; - margin-bottom: 0.125rem; -} - .btn-group, .btn-group-vertical { position: relative; @@ -5210,6 +5208,7 @@ button.close { position: absolute; z-index: 1070; display: block; + margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-style: normal; font-weight: normal; @@ -5233,12 +5232,11 @@ button.close { opacity: 0.9; } -.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom { +.tooltip.bs-tooltip-top { padding: 5px 0; - margin-top: -3px; } -.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before { +.tooltip.bs-tooltip-top .arrow::before { bottom: 0; left: 50%; margin-left: -5px; @@ -5247,12 +5245,11 @@ button.close { border-top-color: #000; } -.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left { +.tooltip.bs-tooltip-right { padding: 0 5px; - margin-left: 3px; } -.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before { +.tooltip.bs-tooltip-right .arrow::before { top: 50%; left: 0; margin-top: -5px; @@ -5261,12 +5258,11 @@ button.close { border-right-color: #000; } -.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top { +.tooltip.bs-tooltip-bottom { padding: 5px 0; - margin-top: 3px; } -.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before { +.tooltip.bs-tooltip-bottom .arrow::before { top: 0; left: 50%; margin-left: -5px; @@ -5275,12 +5271,11 @@ button.close { border-bottom-color: #000; } -.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right { +.tooltip.bs-tooltip-left { padding: 0 5px; - margin-left: -3px; } -.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before { +.tooltip.bs-tooltip-left .arrow::before { top: 50%; right: 0; margin-top: -5px; @@ -5289,6 +5284,14 @@ button.close { border-left-color: #000; } +.tooltip .arrow::before { + position: absolute; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; +} + .tooltip-inner { max-width: 200px; padding: 3px 8px; @@ -5298,14 +5301,6 @@ button.close { border-radius: 0.25rem; } -.tooltip-inner::before { - position: absolute; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; -} - .popover { position: absolute; top: 0; @@ -5337,70 +5332,93 @@ button.close { border-radius: 0.3rem; } -.popover.popover-top, .popover.bs-tether-element-attached-bottom { - margin-top: -10px; +.popover .arrow::before, +.popover .arrow::after { + position: absolute; + display: block; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; +} + +.popover .arrow::before { + content: ""; + border-width: 11px; } -.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after { +.popover .arrow::after { + content: ""; + border-width: 10px; +} + +.popover.bs-popover-top { + margin-bottom: 10px; +} + +.popover.bs-popover-top .arrow::before, +.popover.bs-popover-top .arrow::after { left: 50%; border-bottom-width: 0; } -.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before { +.popover.bs-popover-top .arrow::before { bottom: -11px; margin-left: -11px; border-top-color: rgba(0, 0, 0, 0.25); } -.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after { +.popover.bs-popover-top .arrow::after { bottom: -10px; margin-left: -10px; border-top-color: #fff; } -.popover.popover-right, .popover.bs-tether-element-attached-left { +.popover.bs-popover-right { margin-left: 10px; } -.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after { +.popover.bs-popover-right .arrow::before, +.popover.bs-popover-right .arrow::after { top: 50%; border-left-width: 0; } -.popover.popover-right::before, .popover.bs-tether-element-attached-left::before { +.popover.bs-popover-right .arrow::before { left: -11px; margin-top: -11px; border-right-color: rgba(0, 0, 0, 0.25); } -.popover.popover-right::after, .popover.bs-tether-element-attached-left::after { +.popover.bs-popover-right .arrow::after { left: -10px; margin-top: -10px; border-right-color: #fff; } -.popover.popover-bottom, .popover.bs-tether-element-attached-top { +.popover.bs-popover-bottom { margin-top: 10px; } -.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after { +.popover.bs-popover-bottom .arrow::before, +.popover.bs-popover-bottom .arrow::after { left: 50%; border-top-width: 0; } -.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before { +.popover.bs-popover-bottom .arrow::before { top: -11px; margin-left: -11px; border-bottom-color: rgba(0, 0, 0, 0.25); } -.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after { +.popover.bs-popover-bottom .arrow::after { top: -10px; margin-left: -10px; border-bottom-color: #fff; } -.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before { +.popover.bs-popover-bottom .popover-title::before { position: absolute; top: 0; left: 50%; @@ -5411,22 +5429,23 @@ button.close { border-bottom: 1px solid #f7f7f7; } -.popover.popover-left, .popover.bs-tether-element-attached-right { - margin-left: -10px; +.popover.bs-popover-left { + margin-right: 10px; } -.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after { +.popover.bs-popover-left .arrow::before, +.popover.bs-popover-left .arrow::after { top: 50%; border-right-width: 0; } -.popover.popover-left::before, .popover.bs-tether-element-attached-right::before { +.popover.bs-popover-left .arrow::before { right: -11px; margin-top: -11px; border-left-color: rgba(0, 0, 0, 0.25); } -.popover.popover-left::after, .popover.bs-tether-element-attached-right::after { +.popover.bs-popover-left .arrow::after { right: -10px; margin-top: -10px; border-left-color: #fff; @@ -5452,26 +5471,6 @@ button.close { color: #292b2c; } -.popover::before, -.popover::after { - position: absolute; - display: block; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; -} - -.popover::before { - content: ""; - border-width: 11px; -} - -.popover::after { - content: ""; - border-width: 10px; -} - .carousel { position: relative; } -- cgit v1.2.3 From 24668e4a6e362ba8277760bebb5d861433c51deb Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 25 May 2017 21:16:23 -0700 Subject: build --- dist/css/bootstrap.css | 190 ++++++++++++++++++++++++++----------------------- 1 file changed, 100 insertions(+), 90 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 44e7e9d7e..57d6fc068 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2895,16 +2895,6 @@ tbody.collapse.show { outline: 0; } -.dropdown-menu-right { - right: 0; - left: auto !important; -} - -.dropdown-menu-left { - right: auto !important; - left: 0; -} - .dropdown-menu.show { display: block; } @@ -3641,6 +3631,14 @@ tbody.collapse.show { padding-left: 0; } +.navbar-nav .dropdown-menu { + position: static !important; + float: none; + -webkit-transform: unset !important; + -o-transform: unset !important; + transform: unset !important; +} + .navbar-text { display: inline-block; padding-top: 0.5rem; @@ -3678,10 +3676,6 @@ tbody.collapse.show { } @media (max-width: 575px) { - .navbar-expand-sm .navbar-nav .dropdown-menu { - position: static; - float: none; - } .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid { padding-right: 0; @@ -3712,7 +3706,8 @@ tbody.collapse.show { flex-direction: row; } .navbar-expand-sm .navbar-nav .dropdown-menu { - position: absolute; + position: absolute !important; + top: 100% !important; } .navbar-expand-sm .navbar-nav .nav-link { padding-right: .5rem; @@ -3736,10 +3731,6 @@ tbody.collapse.show { } @media (max-width: 767px) { - .navbar-expand-md .navbar-nav .dropdown-menu { - position: static; - float: none; - } .navbar-expand-md > .container, .navbar-expand-md > .container-fluid { padding-right: 0; @@ -3770,7 +3761,8 @@ tbody.collapse.show { flex-direction: row; } .navbar-expand-md .navbar-nav .dropdown-menu { - position: absolute; + position: absolute !important; + top: 100% !important; } .navbar-expand-md .navbar-nav .nav-link { padding-right: .5rem; @@ -3794,10 +3786,6 @@ tbody.collapse.show { } @media (max-width: 991px) { - .navbar-expand-lg .navbar-nav .dropdown-menu { - position: static; - float: none; - } .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid { padding-right: 0; @@ -3828,7 +3816,8 @@ tbody.collapse.show { flex-direction: row; } .navbar-expand-lg .navbar-nav .dropdown-menu { - position: absolute; + position: absolute !important; + top: 100% !important; } .navbar-expand-lg .navbar-nav .nav-link { padding-right: .5rem; @@ -3852,10 +3841,6 @@ tbody.collapse.show { } @media (max-width: 1199px) { - .navbar-expand-xl .navbar-nav .dropdown-menu { - position: static; - float: none; - } .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid { padding-right: 0; @@ -3886,7 +3871,8 @@ tbody.collapse.show { flex-direction: row; } .navbar-expand-xl .navbar-nav .dropdown-menu { - position: absolute; + position: absolute !important; + top: 100% !important; } .navbar-expand-xl .navbar-nav .nav-link { padding-right: .5rem; @@ -3924,11 +3910,6 @@ tbody.collapse.show { justify-content: flex-start; } -.navbar-expand .navbar-nav .dropdown-menu { - position: static; - float: none; -} - .navbar-expand > .container, .navbar-expand > .container-fluid { padding-right: 0; @@ -3944,7 +3925,8 @@ tbody.collapse.show { } .navbar-expand .navbar-nav .dropdown-menu { - position: absolute; + position: absolute !important; + top: 100% !important; } .navbar-expand .navbar-nav .nav-link { @@ -5232,53 +5214,69 @@ button.close { opacity: 0.9; } -.tooltip.bs-tooltip-top { +.tooltip .arrow { + position: absolute; + display: block; + width: 5px; + height: 5px; +} + +.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] { padding: 5px 0; } -.tooltip.bs-tooltip-top .arrow::before { +.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow { bottom: 0; - left: 50%; - margin-left: -5px; +} + +.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before { + margin-left: -3px; content: ""; border-width: 5px 5px 0; border-top-color: #000; } -.tooltip.bs-tooltip-right { +.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] { padding: 0 5px; } -.tooltip.bs-tooltip-right .arrow::before { - top: 50%; +.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow { left: 0; - margin-top: -5px; +} + +.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before { + margin-top: -3px; content: ""; border-width: 5px 5px 5px 0; border-right-color: #000; } -.tooltip.bs-tooltip-bottom { +.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] { padding: 5px 0; } -.tooltip.bs-tooltip-bottom .arrow::before { +.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow { top: 0; - left: 50%; - margin-left: -5px; +} + +.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before { + margin-left: -3px; content: ""; border-width: 0 5px 5px; border-bottom-color: #000; } -.tooltip.bs-tooltip-left { +.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] { padding: 0 5px; } -.tooltip.bs-tooltip-left .arrow::before { - top: 50%; +.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow { right: 0; - margin-top: -5px; +} + +.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before { + right: 0; + margin-top: -3px; content: ""; border-width: 5px 0 5px 5px; border-left-color: #000; @@ -5286,8 +5284,6 @@ button.close { .tooltip .arrow::before { position: absolute; - width: 0; - height: 0; border-color: transparent; border-style: solid; } @@ -5332,12 +5328,17 @@ button.close { border-radius: 0.3rem; } +.popover .arrow { + position: absolute; + display: block; + width: 10px; + height: 5px; +} + .popover .arrow::before, .popover .arrow::after { position: absolute; display: block; - width: 0; - height: 0; border-color: transparent; border-style: solid; } @@ -5349,76 +5350,83 @@ button.close { .popover .arrow::after { content: ""; - border-width: 10px; + border-width: 11px; } -.popover.bs-popover-top { +.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] { margin-bottom: 10px; } -.popover.bs-popover-top .arrow::before, -.popover.bs-popover-top .arrow::after { - left: 50%; +.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow { + bottom: 0; +} + +.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before, +.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after { border-bottom-width: 0; } -.popover.bs-popover-top .arrow::before { +.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before { bottom: -11px; - margin-left: -11px; + margin-left: -6px; border-top-color: rgba(0, 0, 0, 0.25); } -.popover.bs-popover-top .arrow::after { +.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after { bottom: -10px; - margin-left: -10px; + margin-left: -6px; border-top-color: #fff; } -.popover.bs-popover-right { +.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] { margin-left: 10px; } -.popover.bs-popover-right .arrow::before, -.popover.bs-popover-right .arrow::after { - top: 50%; +.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow { + left: 0; +} + +.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before, +.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after { + margin-top: -8px; border-left-width: 0; } -.popover.bs-popover-right .arrow::before { +.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before { left: -11px; - margin-top: -11px; border-right-color: rgba(0, 0, 0, 0.25); } -.popover.bs-popover-right .arrow::after { +.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after { left: -10px; - margin-top: -10px; border-right-color: #fff; } -.popover.bs-popover-bottom { +.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] { margin-top: 10px; } -.popover.bs-popover-bottom .arrow::before, -.popover.bs-popover-bottom .arrow::after { - left: 50%; +.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow { + top: 0; +} + +.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before, +.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after { + margin-left: -7px; border-top-width: 0; } -.popover.bs-popover-bottom .arrow::before { +.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before { top: -11px; - margin-left: -11px; border-bottom-color: rgba(0, 0, 0, 0.25); } -.popover.bs-popover-bottom .arrow::after { +.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after { top: -10px; - margin-left: -10px; border-bottom-color: #fff; } -.popover.bs-popover-bottom .popover-title::before { +.popover.bs-popover-bottom .popover-title::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-title::before { position: absolute; top: 0; left: 50%; @@ -5429,25 +5437,27 @@ button.close { border-bottom: 1px solid #f7f7f7; } -.popover.bs-popover-left { +.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] { margin-right: 10px; } -.popover.bs-popover-left .arrow::before, -.popover.bs-popover-left .arrow::after { - top: 50%; +.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow { + right: 0; +} + +.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before, +.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after { + margin-top: -8px; border-right-width: 0; } -.popover.bs-popover-left .arrow::before { +.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before { right: -11px; - margin-top: -11px; border-left-color: rgba(0, 0, 0, 0.25); } -.popover.bs-popover-left .arrow::after { +.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after { right: -10px; - margin-top: -10px; border-left-color: #fff; } -- cgit v1.2.3 From b872a6f807d7c3fca072588ec1459cec0cae9a15 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 26 May 2017 20:21:29 -0700 Subject: build --- dist/css/bootstrap.css | 360 ++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 300 insertions(+), 60 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 57d6fc068..6f2762c17 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -859,51 +859,99 @@ pre code { } .col-1 { - width: 8.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 8.333333%; + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; } .col-2 { - width: 16.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 16.666667%; + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; } .col-3 { - width: 25%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 25%; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } .col-4 { - width: 33.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 33.333333%; + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; } .col-5 { - width: 41.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 41.666667%; + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; } .col-6 { - width: 50%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 50%; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } .col-7 { - width: 58.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 58.333333%; + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; } .col-8 { - width: 66.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 66.666667%; + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; } .col-9 { - width: 75%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 75%; + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; } .col-10 { - width: 83.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 83.333333%; + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; } .col-11 { - width: 91.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 91.666667%; + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; } .col-12 { - width: 100%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 100%; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } .pull-0 { @@ -1073,40 +1121,88 @@ pre code { width: auto; } .col-sm-1 { - width: 8.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 8.333333%; + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; } .col-sm-2 { - width: 16.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 16.666667%; + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; } .col-sm-3 { - width: 25%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 25%; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } .col-sm-4 { - width: 33.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 33.333333%; + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; } .col-sm-5 { - width: 41.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 41.666667%; + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; } .col-sm-6 { - width: 50%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 50%; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } .col-sm-7 { - width: 58.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 58.333333%; + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; } .col-sm-8 { - width: 66.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 66.666667%; + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; } .col-sm-9 { - width: 75%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 75%; + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; } .col-sm-10 { - width: 83.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 83.333333%; + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; } .col-sm-11 { - width: 91.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 91.666667%; + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; } .col-sm-12 { - width: 100%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 100%; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } .pull-sm-0 { right: auto; @@ -1243,40 +1339,88 @@ pre code { width: auto; } .col-md-1 { - width: 8.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 8.333333%; + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; } .col-md-2 { - width: 16.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 16.666667%; + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; } .col-md-3 { - width: 25%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 25%; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } .col-md-4 { - width: 33.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 33.333333%; + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; } .col-md-5 { - width: 41.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 41.666667%; + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; } .col-md-6 { - width: 50%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 50%; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } .col-md-7 { - width: 58.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 58.333333%; + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; } .col-md-8 { - width: 66.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 66.666667%; + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; } .col-md-9 { - width: 75%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 75%; + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; } .col-md-10 { - width: 83.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 83.333333%; + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; } .col-md-11 { - width: 91.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 91.666667%; + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; } .col-md-12 { - width: 100%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 100%; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } .pull-md-0 { right: auto; @@ -1413,40 +1557,88 @@ pre code { width: auto; } .col-lg-1 { - width: 8.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 8.333333%; + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; } .col-lg-2 { - width: 16.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 16.666667%; + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; } .col-lg-3 { - width: 25%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 25%; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } .col-lg-4 { - width: 33.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 33.333333%; + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; } .col-lg-5 { - width: 41.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 41.666667%; + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; } .col-lg-6 { - width: 50%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 50%; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } .col-lg-7 { - width: 58.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 58.333333%; + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; } .col-lg-8 { - width: 66.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 66.666667%; + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; } .col-lg-9 { - width: 75%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 75%; + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; } .col-lg-10 { - width: 83.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 83.333333%; + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; } .col-lg-11 { - width: 91.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 91.666667%; + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; } .col-lg-12 { - width: 100%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 100%; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } .pull-lg-0 { right: auto; @@ -1583,40 +1775,88 @@ pre code { width: auto; } .col-xl-1 { - width: 8.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 8.333333%; + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; } .col-xl-2 { - width: 16.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 16.666667%; + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; } .col-xl-3 { - width: 25%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 25%; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } .col-xl-4 { - width: 33.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 33.333333%; + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; } .col-xl-5 { - width: 41.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 41.666667%; + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; } .col-xl-6 { - width: 50%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 50%; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } .col-xl-7 { - width: 58.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 58.333333%; + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; } .col-xl-8 { - width: 66.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 66.666667%; + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; } .col-xl-9 { - width: 75%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 75%; + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; } .col-xl-10 { - width: 83.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 83.333333%; + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; } .col-xl-11 { - width: 91.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 91.666667%; + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; } .col-xl-12 { - width: 100%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 100%; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } .pull-xl-0 { right: auto; -- cgit v1.2.3 From 8f9c883c32c574f39ec37d10d6bda6690896bac9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 30 May 2017 21:00:43 -0700 Subject: build --- dist/css/bootstrap.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 6f2762c17..30c82b7e5 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -856,6 +856,7 @@ pre code { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; + max-width: none; } .col-1 { @@ -1119,6 +1120,7 @@ pre code { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; + max-width: none; } .col-sm-1 { -webkit-box-flex: 0; @@ -1337,6 +1339,7 @@ pre code { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; + max-width: none; } .col-md-1 { -webkit-box-flex: 0; @@ -1555,6 +1558,7 @@ pre code { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; + max-width: none; } .col-lg-1 { -webkit-box-flex: 0; @@ -1773,6 +1777,7 @@ pre code { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; + max-width: none; } .col-xl-1 { -webkit-box-flex: 0; -- cgit v1.2.3 From 620257456ed0685cae6b6ff51d2ab1e37f02a4fa Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 31 May 2017 21:25:47 -0700 Subject: build --- dist/css/bootstrap.css | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 30c82b7e5..2c0d18145 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3061,8 +3061,8 @@ tbody.collapse.show { display: inline-block; width: 0; height: 0; - margin-left: 0.3em; - vertical-align: middle; + margin-left: 0.255em; + vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; @@ -6435,7 +6435,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-auto { -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; - -ms-grid-row-align: auto !important; align-self: auto !important; } @@ -6454,7 +6453,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-center { -webkit-align-self: center !important; -ms-flex-item-align: center !important; - -ms-grid-row-align: center !important; align-self: center !important; } @@ -6467,7 +6465,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-stretch { -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; - -ms-grid-row-align: stretch !important; align-self: stretch !important; } @@ -6625,7 +6622,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-sm-auto { -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; - -ms-grid-row-align: auto !important; align-self: auto !important; } .align-self-sm-start { @@ -6641,7 +6637,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-sm-center { -webkit-align-self: center !important; -ms-flex-item-align: center !important; - -ms-grid-row-align: center !important; align-self: center !important; } .align-self-sm-baseline { @@ -6652,7 +6647,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-sm-stretch { -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; - -ms-grid-row-align: stretch !important; align-self: stretch !important; } } @@ -6811,7 +6805,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-md-auto { -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; - -ms-grid-row-align: auto !important; align-self: auto !important; } .align-self-md-start { @@ -6827,7 +6820,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-md-center { -webkit-align-self: center !important; -ms-flex-item-align: center !important; - -ms-grid-row-align: center !important; align-self: center !important; } .align-self-md-baseline { @@ -6838,7 +6830,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-md-stretch { -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; - -ms-grid-row-align: stretch !important; align-self: stretch !important; } } @@ -6997,7 +6988,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-lg-auto { -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; - -ms-grid-row-align: auto !important; align-self: auto !important; } .align-self-lg-start { @@ -7013,7 +7003,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-lg-center { -webkit-align-self: center !important; -ms-flex-item-align: center !important; - -ms-grid-row-align: center !important; align-self: center !important; } .align-self-lg-baseline { @@ -7024,7 +7013,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-lg-stretch { -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; - -ms-grid-row-align: stretch !important; align-self: stretch !important; } } @@ -7183,7 +7171,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-xl-auto { -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; - -ms-grid-row-align: auto !important; align-self: auto !important; } .align-self-xl-start { @@ -7199,7 +7186,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-xl-center { -webkit-align-self: center !important; -ms-flex-item-align: center !important; - -ms-grid-row-align: center !important; align-self: center !important; } .align-self-xl-baseline { @@ -7210,7 +7196,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-xl-stretch { -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; - -ms-grid-row-align: stretch !important; align-self: stretch !important; } } -- cgit v1.2.3 From 2e798301ca15ed45c86283371d4c5a37510f945d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 14 Jun 2017 20:44:32 -0700 Subject: build --- dist/css/bootstrap.css | 236 ++++++++++++++++++++++++++++++------------------- 1 file changed, 145 insertions(+), 91 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 2c0d18145..a204099bc 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2156,7 +2156,7 @@ pre code { .form-control { display: block; width: 100%; - padding: 0.5rem 1rem; + padding: 0.5rem 0.75rem; font-size: 1rem; line-height: 1.25; color: #464a4c; @@ -2249,7 +2249,7 @@ select.form-control:focus::-ms-value { font-size: 1rem; } -.form-control-static { +.form-control-plaintext { padding-top: 0.5rem; padding-bottom: 0.5rem; margin-bottom: 0; @@ -2258,11 +2258,11 @@ select.form-control:focus::-ms-value { border-width: 1px 0; } -.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control, -.input-group-sm > .form-control-static.input-group-addon, -.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control, -.input-group-lg > .form-control-static.input-group-addon, -.input-group-lg > .input-group-btn > .form-control-static.btn { +.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, +.input-group-sm > .form-control-plaintext.input-group-addon, +.input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, +.input-group-lg > .form-control-plaintext.input-group-addon, +.input-group-lg > .input-group-btn > .form-control-plaintext.btn { padding-right: 0; padding-left: 0; } @@ -2294,7 +2294,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.875rem + 2px); + height: calc(2.3125rem + 2px); } .form-group { @@ -2306,6 +2306,24 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for margin-top: 0.25rem; } +.form-row { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + margin-right: -5px; + margin-left: -5px; +} + +.form-row > .col, +.form-row > [class*="col-"] { + padding-right: 5px; + padding-left: 5px; +} + .form-check { position: relative; display: block; @@ -2343,90 +2361,124 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for margin-left: 0.75rem; } -.form-control-feedback { - margin-top: 0.25rem; +.invalid-feedback { + display: none; + margin-top: .25rem; + font-size: .875rem; + color: #d9534f; } -.form-control-success, -.form-control-warning, -.form-control-danger { - padding-right: 3rem; - background-repeat: no-repeat; - background-position: center right 0.5625rem; - -webkit-background-size: 1.125rem 1.125rem; - background-size: 1.125rem 1.125rem; +.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(217, 83, 79, 0.8); + border-radius: .2rem; +} + +.was-validated .form-control:valid, .form-control.is-valid, .was-validated +.custom-select:valid, +.custom-select.is-valid { + border-color: #5cb85c; +} + +.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated +.custom-select:valid:focus, +.custom-select.is-valid:focus { + -webkit-box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.25); + box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 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 +.custom-select:valid ~ .invalid-tooltip, +.custom-select.is-valid ~ .invalid-feedback, +.custom-select.is-valid ~ .invalid-tooltip { + display: block; } -.has-success .form-control-feedback, -.has-success .form-control-label, -.has-success .col-form-label, -.has-success .form-check-label, -.has-success .custom-control { +.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label { color: #5cb85c; } -.has-success .form-control, -.has-success .custom-select, -.has-success .custom-file-control { - border-color: #5cb85c; +.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator { + background-color: rgba(92, 184, 92, 0.25); } -.has-success .input-group-addon { +.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description { color: #5cb85c; - background-color: #eaf6ea; +} + +.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control { border-color: #5cb85c; } -.has-success .form-control-success { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); +.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before { + border-color: inherit; } -.has-warning .form-control-feedback, -.has-warning .form-control-label, -.has-warning .col-form-label, -.has-warning .form-check-label, -.has-warning .custom-control { - color: #f0ad4e; +.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus { + -webkit-box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.25); + box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.25); } -.has-warning .form-control, -.has-warning .custom-select, -.has-warning .custom-file-control { - border-color: #f0ad4e; +.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated +.custom-select:invalid, +.custom-select.is-invalid { + border-color: #d9534f; } -.has-warning .input-group-addon { - color: #f0ad4e; - background-color: white; - border-color: #f0ad4e; +.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated +.custom-select:invalid:focus, +.custom-select.is-invalid:focus { + -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25); + box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25); } -.has-warning .form-control-warning { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); +.was-validated .form-control:invalid ~ .invalid-feedback, +.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, +.form-control.is-invalid ~ .invalid-tooltip, .was-validated +.custom-select:invalid ~ .invalid-feedback, +.was-validated +.custom-select:invalid ~ .invalid-tooltip, +.custom-select.is-invalid ~ .invalid-feedback, +.custom-select.is-invalid ~ .invalid-tooltip { + display: block; } -.has-danger .form-control-feedback, -.has-danger .form-control-label, -.has-danger .col-form-label, -.has-danger .form-check-label, -.has-danger .custom-control { +.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label { color: #d9534f; } -.has-danger .form-control, -.has-danger .custom-select, -.has-danger .custom-file-control { - border-color: #d9534f; +.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator { + background-color: rgba(217, 83, 79, 0.25); } -.has-danger .input-group-addon { +.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description { color: #d9534f; - background-color: #fdf7f7; +} + +.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control { border-color: #d9534f; } -.has-danger .form-control-danger { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); +.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before { + border-color: inherit; +} + +.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus { + -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25); + box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25); } .form-inline { @@ -2563,7 +2615,7 @@ 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 1rem; + padding: 0.5rem 0.75rem; font-size: 1rem; line-height: 1.25; border-radius: 0.25rem; @@ -2578,8 +2630,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .btn:focus, .btn.focus { outline: 0; - -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25); - box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25); + -webkit-box-shadow: 0 0 0 3px rgba(2, 117, 216, 0.25); + box-shadow: 0 0 0 3px rgba(2, 117, 216, 0.25); } .btn.disabled, .btn:disabled { @@ -2608,8 +2660,8 @@ fieldset[disabled] a.btn { } .btn-primary:focus, .btn-primary.focus { - -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5); - box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5); + -webkit-box-shadow: 0 0 0 3px rgba(2, 117, 216, 0.5); + box-shadow: 0 0 0 3px rgba(2, 117, 216, 0.5); } .btn-primary.disabled, .btn-primary:disabled { @@ -2638,8 +2690,8 @@ fieldset[disabled] a.btn { } .btn-secondary:focus, .btn-secondary.focus { - -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); - box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); + -webkit-box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5); + box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5); } .btn-secondary.disabled, .btn-secondary:disabled { @@ -2668,8 +2720,8 @@ fieldset[disabled] a.btn { } .btn-info:focus, .btn-info.focus { - -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); - box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); + -webkit-box-shadow: 0 0 0 3px rgba(91, 192, 222, 0.5); + box-shadow: 0 0 0 3px rgba(91, 192, 222, 0.5); } .btn-info.disabled, .btn-info:disabled { @@ -2698,8 +2750,8 @@ fieldset[disabled] a.btn { } .btn-success:focus, .btn-success.focus { - -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); - box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); + -webkit-box-shadow: 0 0 0 3px rgba(92, 184, 92, 0.5); + box-shadow: 0 0 0 3px rgba(92, 184, 92, 0.5); } .btn-success.disabled, .btn-success:disabled { @@ -2728,8 +2780,8 @@ fieldset[disabled] a.btn { } .btn-warning:focus, .btn-warning.focus { - -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); - box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); + -webkit-box-shadow: 0 0 0 3px rgba(240, 173, 78, 0.5); + box-shadow: 0 0 0 3px rgba(240, 173, 78, 0.5); } .btn-warning.disabled, .btn-warning:disabled { @@ -2758,8 +2810,8 @@ fieldset[disabled] a.btn { } .btn-danger:focus, .btn-danger.focus { - -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); - box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); + -webkit-box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.5); + box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.5); } .btn-danger.disabled, .btn-danger:disabled { @@ -2789,8 +2841,8 @@ fieldset[disabled] a.btn { } .btn-outline-primary:focus, .btn-outline-primary.focus { - -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5); - box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5); + -webkit-box-shadow: 0 0 0 3px rgba(2, 117, 216, 0.5); + box-shadow: 0 0 0 3px rgba(2, 117, 216, 0.5); } .btn-outline-primary.disabled, .btn-outline-primary:disabled { @@ -2819,8 +2871,8 @@ fieldset[disabled] a.btn { } .btn-outline-secondary:focus, .btn-outline-secondary.focus { - -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); - box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); + -webkit-box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5); + box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5); } .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { @@ -2849,8 +2901,8 @@ fieldset[disabled] a.btn { } .btn-outline-info:focus, .btn-outline-info.focus { - -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); - box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); + -webkit-box-shadow: 0 0 0 3px rgba(91, 192, 222, 0.5); + box-shadow: 0 0 0 3px rgba(91, 192, 222, 0.5); } .btn-outline-info.disabled, .btn-outline-info:disabled { @@ -2879,8 +2931,8 @@ fieldset[disabled] a.btn { } .btn-outline-success:focus, .btn-outline-success.focus { - -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); - box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); + -webkit-box-shadow: 0 0 0 3px rgba(92, 184, 92, 0.5); + box-shadow: 0 0 0 3px rgba(92, 184, 92, 0.5); } .btn-outline-success.disabled, .btn-outline-success:disabled { @@ -2909,8 +2961,8 @@ fieldset[disabled] a.btn { } .btn-outline-warning:focus, .btn-outline-warning.focus { - -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); - box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); + -webkit-box-shadow: 0 0 0 3px rgba(240, 173, 78, 0.5); + box-shadow: 0 0 0 3px rgba(240, 173, 78, 0.5); } .btn-outline-warning.disabled, .btn-outline-warning:disabled { @@ -2939,8 +2991,8 @@ fieldset[disabled] a.btn { } .btn-outline-danger:focus, .btn-outline-danger.focus { - -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); - box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); + -webkit-box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.5); + box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.5); } .btn-outline-danger.disabled, .btn-outline-danger:disabled { @@ -3253,8 +3305,8 @@ tbody.collapse.show { } .btn + .dropdown-toggle-split { - padding-right: 0.75rem; - padding-left: 0.75rem; + padding-right: 0.5625rem; + padding-left: 0.5625rem; } .btn + .dropdown-toggle-split::after { @@ -3392,7 +3444,7 @@ tbody.collapse.show { } .input-group-addon { - padding: 0.5rem 1rem; + padding: 0.5rem 0.75rem; margin-bottom: 0; font-size: 1rem; font-weight: normal; @@ -3629,6 +3681,7 @@ tbody.collapse.show { } .custom-select-sm { + height: calc(1.8125rem + 2px); padding-top: 0.375rem; padding-bottom: 0.375rem; font-size: 75%; @@ -4288,6 +4341,8 @@ tbody.collapse.show { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; + min-width: 0; + word-wrap: break-word; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.25rem; @@ -4303,7 +4358,6 @@ tbody.collapse.show { .card-title { margin-bottom: 0.75rem; - word-break: break-all; } .card-subtitle { -- cgit v1.2.3 From be39742d65f8999329c515fbf9c8102e32afe271 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 15 Jun 2017 09:12:26 -0700 Subject: full build --- dist/css/bootstrap.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index a204099bc..12f0787b7 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4348,7 +4348,7 @@ tbody.collapse.show { border-radius: 0.25rem; } -.card-block { +.card-body { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; @@ -5725,7 +5725,7 @@ button.close { border-bottom-color: #fff; } -.popover.bs-popover-bottom .popover-title::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-title::before { +.popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before { position: absolute; top: 0; left: 50%; @@ -5760,7 +5760,7 @@ button.close { border-left-color: #fff; } -.popover-title { +.popover-header { padding: 8px 14px; margin-bottom: 0; font-size: 1rem; @@ -5771,11 +5771,11 @@ button.close { border-top-right-radius: calc(0.3rem - 1px); } -.popover-title:empty { +.popover-header:empty { display: none; } -.popover-content { +.popover-body { padding: 9px 14px; color: #292b2c; } -- cgit v1.2.3 From 72a009320049720701ef225962566ebd7c3c053c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 18 Jun 2017 00:14:35 -0700 Subject: build --- dist/css/bootstrap.css | 73 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 44 insertions(+), 29 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 12f0787b7..ae2fe9d30 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3815,7 +3815,7 @@ tbody.collapse.show { } .nav-pills .nav-link.active, -.show .nav-pills .nav-link { +.show > .nav-pills .nav-link { color: #fff; background-color: #0275d8; } @@ -3930,11 +3930,8 @@ tbody.collapse.show { } .navbar-nav .dropdown-menu { - position: static !important; + position: static; float: none; - -webkit-transform: unset !important; - -o-transform: unset !important; - transform: unset !important; } .navbar-text { @@ -4004,8 +4001,11 @@ tbody.collapse.show { flex-direction: row; } .navbar-expand-sm .navbar-nav .dropdown-menu { - position: absolute !important; - top: 100% !important; + position: absolute; + } + .navbar-expand-sm .navbar-nav .dropdown-menu-right { + right: 0; + left: auto; } .navbar-expand-sm .navbar-nav .nav-link { padding-right: .5rem; @@ -4059,8 +4059,11 @@ tbody.collapse.show { flex-direction: row; } .navbar-expand-md .navbar-nav .dropdown-menu { - position: absolute !important; - top: 100% !important; + position: absolute; + } + .navbar-expand-md .navbar-nav .dropdown-menu-right { + right: 0; + left: auto; } .navbar-expand-md .navbar-nav .nav-link { padding-right: .5rem; @@ -4114,8 +4117,11 @@ tbody.collapse.show { flex-direction: row; } .navbar-expand-lg .navbar-nav .dropdown-menu { - position: absolute !important; - top: 100% !important; + position: absolute; + } + .navbar-expand-lg .navbar-nav .dropdown-menu-right { + right: 0; + left: auto; } .navbar-expand-lg .navbar-nav .nav-link { padding-right: .5rem; @@ -4169,8 +4175,11 @@ tbody.collapse.show { flex-direction: row; } .navbar-expand-xl .navbar-nav .dropdown-menu { - position: absolute !important; - top: 100% !important; + position: absolute; + } + .navbar-expand-xl .navbar-nav .dropdown-menu-right { + right: 0; + left: auto; } .navbar-expand-xl .navbar-nav .nav-link { padding-right: .5rem; @@ -4223,8 +4232,12 @@ tbody.collapse.show { } .navbar-expand .navbar-nav .dropdown-menu { - position: absolute !important; - top: 100% !important; + position: absolute; +} + +.navbar-expand .navbar-nav .dropdown-menu-right { + right: 0; + left: auto; } .navbar-expand .navbar-nav .nav-link { @@ -6067,27 +6080,27 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .rounded { - border-radius: 0.25rem; + border-radius: 0.25rem !important; } .rounded-top { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; + border-top-left-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; } .rounded-right { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; + border-top-right-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; } .rounded-bottom { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; + border-bottom-right-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; } .rounded-left { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; + border-top-left-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; } .rounded-circle { @@ -7330,11 +7343,13 @@ a.bg-inverse:focus, a.bg-inverse:hover { z-index: 1030; } -.sticky-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; +@supports ((position: -webkit-sticky) or (position: sticky)) { + .sticky-top { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1020; + } } .sr-only { -- cgit v1.2.3 From 16d77b4cb07f575d45ae486125ea9df06bd45d3f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 18 Jun 2017 18:32:16 -0700 Subject: build --- dist/css/bootstrap.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index ae2fe9d30..4062c73a2 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4629,8 +4629,8 @@ tbody.collapse.show { display: -ms-flexbox; display: flex; -webkit-box-flex: 1; - -webkit-flex: 1 0 0; - -ms-flex: 1 0 0px; + -webkit-flex: 1 0 0%; + -ms-flex: 1 0 0%; flex: 1 0 0%; -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -4656,8 +4656,8 @@ tbody.collapse.show { } .card-group .card { -webkit-box-flex: 1; - -webkit-flex: 1 0 0; - -ms-flex: 1 0 0px; + -webkit-flex: 1 0 0%; + -ms-flex: 1 0 0%; flex: 1 0 0%; } .card-group .card + .card { @@ -4806,6 +4806,7 @@ tbody.collapse.show { .pagination-lg .page-link { padding: 0.75rem 1.5rem; font-size: 1.25rem; + line-height: 1.5; } .pagination-lg .page-item:first-child .page-link { @@ -4821,6 +4822,7 @@ tbody.collapse.show { .pagination-sm .page-link { padding: 0.25rem 0.5rem; font-size: 0.875rem; + line-height: 1.5; } .pagination-sm .page-item:first-child .page-link { @@ -5091,7 +5093,7 @@ a.badge:focus, a.badge:hover { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; - flex: 1 1 0%; + flex: 1; } .list-group { -- cgit v1.2.3 From f46f26bbaa16486bdfe07789a1491cc05eec8dcb Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 29 Jun 2017 21:31:11 -0700 Subject: build --- 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 4062c73a2..6d42c2798 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2542,7 +2542,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for width: auto; vertical-align: middle; } - .form-inline .form-control-static { + .form-inline .form-control-plaintext { display: inline-block; } .form-inline .input-group { -- cgit v1.2.3 From e28ed0296868ede90538d1c47d854cecd3dbf0db Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 30 Jun 2017 09:05:44 -0700 Subject: dist build --- dist/css/bootstrap.css | 1468 +++++++++++++++++++++++++++++------------------- 1 file changed, 890 insertions(+), 578 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 6d42c2798..08e539670 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -103,7 +103,7 @@ body { font-size: 1rem; font-weight: normal; line-height: 1.5; - color: #292b2c; + color: #212529; background-color: #fff; } @@ -199,14 +199,14 @@ sup { } a { - color: #0275d8; + color: #007bff; text-decoration: none; background-color: transparent; -webkit-text-decoration-skip: objects; } a:hover { - color: #014c8c; + color: #0056b3; text-decoration: underline; } @@ -271,7 +271,7 @@ table { caption { padding-top: 0.75rem; padding-bottom: 0.75rem; - color: #636c72; + color: #868e96; text-align: left; caption-side: bottom; } @@ -512,13 +512,13 @@ mark, padding: 0.5rem 1rem; margin-bottom: 1rem; font-size: 1.25rem; - border-left: 0.25rem solid #eceeef; + border-left: 0.25rem solid #e9ecef; } .blockquote-footer { display: block; font-size: 80%; - color: #636c72; + color: #868e96; } .blockquote-footer::before { @@ -529,7 +529,7 @@ mark, padding-right: 1rem; padding-left: 0; text-align: right; - border-right: 0.25rem solid #eceeef; + border-right: 0.25rem solid #e9ecef; border-left: 0; } @@ -569,7 +569,7 @@ mark, .figure-caption { font-size: 90%; - color: #636c72; + color: #868e96; } code, @@ -583,7 +583,7 @@ code { padding: 0.2rem 0.4rem; font-size: 90%; color: #bd4147; - background-color: #f7f7f9; + background-color: #f8f9fa; border-radius: 0.25rem; } @@ -597,7 +597,7 @@ kbd { padding: 0.2rem 0.4rem; font-size: 90%; color: #fff; - background-color: #292b2c; + background-color: #212529; border-radius: 0.2rem; } @@ -612,7 +612,7 @@ pre { margin-top: 0; margin-bottom: 1rem; font-size: 90%; - color: #292b2c; + color: #212529; } pre code { @@ -635,34 +635,6 @@ pre code { padding-left: 15px; } -@media (min-width: 576px) { - .container { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 768px) { - .container { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 992px) { - .container { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 1200px) { - .container { - padding-right: 15px; - padding-left: 15px; - } -} - @media (min-width: 576px) { .container { width: 540px; @@ -699,34 +671,6 @@ pre code { padding-left: 15px; } -@media (min-width: 576px) { - .container-fluid { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 768px) { - .container-fluid { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 992px) { - .container-fluid { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 1200px) { - .container-fluid { - padding-right: 15px; - padding-left: 15px; - } -} - .row { display: -webkit-box; display: -webkit-flex; @@ -739,34 +683,6 @@ pre code { margin-left: -15px; } -@media (min-width: 576px) { - .row { - margin-right: -15px; - margin-left: -15px; - } -} - -@media (min-width: 768px) { - .row { - margin-right: -15px; - margin-left: -15px; - } -} - -@media (min-width: 992px) { - .row { - margin-right: -15px; - margin-left: -15px; - } -} - -@media (min-width: 1200px) { - .row { - margin-right: -15px; - margin-left: -15px; - } -} - .no-gutters { margin-right: 0; margin-left: 0; @@ -791,54 +707,6 @@ pre code { padding-left: 15px; } -@media (min-width: 576px) { - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, - .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, - .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, - .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, - .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, - .col-xl-auto { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 768px) { - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, - .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, - .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, - .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, - .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, - .col-xl-auto { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 992px) { - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, - .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, - .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, - .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, - .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, - .col-xl-auto { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 1200px) { - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, - .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, - .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, - .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, - .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, - .col-xl-auto { - padding-right: 15px; - padding-left: 15px; - } -} - .col { -webkit-flex-basis: 0; -ms-flex-preferred-size: 0; @@ -1990,16 +1858,16 @@ pre code { .table td { padding: 0.75rem; vertical-align: top; - border-top: 1px solid #eceeef; + border-top: 1px solid #e9ecef; } .table thead th { vertical-align: bottom; - border-bottom: 2px solid #eceeef; + border-bottom: 2px solid #e9ecef; } .table tbody + tbody { - border-top: 2px solid #eceeef; + border-top: 2px solid #e9ecef; } .table .table { @@ -2012,12 +1880,12 @@ pre code { } .table-bordered { - border: 1px solid #eceeef; + border: 1px solid #e9ecef; } .table-bordered th, .table-bordered td { - border: 1px solid #eceeef; + border: 1px solid #e9ecef; } .table-bordered thead th, @@ -2033,100 +1901,145 @@ pre code { background-color: rgba(0, 0, 0, 0.075); } -.table-active, -.table-active > th, -.table-active > td { - background-color: rgba(0, 0, 0, 0.075); +.table-primary, +.table-primary > th, +.table-primary > td { + background-color: #b8daff; } -.table-hover .table-active:hover { - background-color: rgba(0, 0, 0, 0.075); +.table-hover .table-primary:hover { + background-color: #9fcdff; } -.table-hover .table-active:hover > td, -.table-hover .table-active:hover > th { - background-color: rgba(0, 0, 0, 0.075); +.table-hover .table-primary:hover > td, +.table-hover .table-primary:hover > th { + background-color: #9fcdff; +} + +.table-secondary, +.table-secondary > th, +.table-secondary > td { + background-color: #dddfe2; +} + +.table-hover .table-secondary:hover { + background-color: #cfd2d6; +} + +.table-hover .table-secondary:hover > td, +.table-hover .table-secondary:hover > th { + background-color: #cfd2d6; } .table-success, .table-success > th, .table-success > td { - background-color: #dff0d8; + background-color: #c3e6cb; } .table-hover .table-success:hover { - background-color: #d0e9c6; + background-color: #b1dfbb; } .table-hover .table-success:hover > td, .table-hover .table-success:hover > th { - background-color: #d0e9c6; + background-color: #b1dfbb; } .table-info, .table-info > th, .table-info > td { - background-color: #d9edf7; + background-color: #bee5eb; } .table-hover .table-info:hover { - background-color: #c4e3f3; + background-color: #abdde5; } .table-hover .table-info:hover > td, .table-hover .table-info:hover > th { - background-color: #c4e3f3; + background-color: #abdde5; } .table-warning, .table-warning > th, .table-warning > td { - background-color: #fcf8e3; + background-color: #ffeeba; } .table-hover .table-warning:hover { - background-color: #faf2cc; + background-color: #ffe8a1; } .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th { - background-color: #faf2cc; + background-color: #ffe8a1; } .table-danger, .table-danger > th, .table-danger > td { - background-color: #f2dede; + background-color: #f5c6cb; } .table-hover .table-danger:hover { - background-color: #ebcccc; + background-color: #f1b0b7; } .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th { - background-color: #ebcccc; + background-color: #f1b0b7; +} + +.table-light, +.table-light > th, +.table-light > td { + background-color: #fdfdfe; +} + +.table-hover .table-light:hover { + background-color: #ececf6; +} + +.table-hover .table-light:hover > td, +.table-hover .table-light:hover > th { + background-color: #ececf6; +} + +.table-dark, +.table-dark > th, +.table-dark > td { + background-color: #c6c8ca; +} + +.table-hover .table-dark:hover { + background-color: #b9bbbe; +} + +.table-hover .table-dark:hover > td, +.table-hover .table-dark:hover > th { + background-color: #b9bbbe; } .thead-inverse th { color: #fff; - background-color: #292b2c; + background-color: #212529; } .thead-default th { - color: #464a4c; - background-color: #eceeef; + color: #495057; + background-color: #e9ecef; } .table-inverse { color: #fff; - background-color: #292b2c; + background-color: #212529; } .table-inverse th, .table-inverse td, .table-inverse thead th { - border-color: #3b3e40; + border-color: #32383e; } .table-inverse.table-bordered { @@ -2159,7 +2072,7 @@ pre code { padding: 0.5rem 0.75rem; font-size: 1rem; line-height: 1.25; - color: #464a4c; + color: #495057; background-color: #fff; background-image: none; -webkit-background-clip: padding-box; @@ -2179,34 +2092,34 @@ pre code { } .form-control:focus { - color: #464a4c; + color: #495057; background-color: #fff; - border-color: #5cb3fd; + border-color: #80bdff; outline: none; } .form-control::-webkit-input-placeholder { - color: #636c72; + color: #868e96; opacity: 1; } .form-control::-moz-placeholder { - color: #636c72; + color: #868e96; opacity: 1; } .form-control:-ms-input-placeholder { - color: #636c72; + color: #868e96; opacity: 1; } .form-control::placeholder { - color: #636c72; + color: #868e96; opacity: 1; } .form-control:disabled, .form-control[readonly] { - background-color: #eceeef; + background-color: #e9ecef; opacity: 1; } @@ -2215,7 +2128,7 @@ select.form-control:not([size]):not([multiple]) { } select.form-control:focus::-ms-value { - color: #464a4c; + color: #495057; background-color: #fff; } @@ -2331,7 +2244,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for } .form-check.disabled .form-check-label { - color: #636c72; + color: #868e96; } .form-check-label { @@ -2365,7 +2278,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for display: none; margin-top: .25rem; font-size: .875rem; - color: #d9534f; + color: #dc3545; } .invalid-tooltip { @@ -2379,21 +2292,21 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for font-size: .875rem; line-height: 1; color: #fff; - background-color: rgba(217, 83, 79, 0.8); + background-color: rgba(220, 53, 69, 0.8); border-radius: .2rem; } .was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid { - border-color: #5cb85c; + border-color: #28a745; } .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.25); - box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.25); + -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } .was-validated .form-control:valid ~ .invalid-feedback, @@ -2408,19 +2321,19 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for } .was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label { - color: #5cb85c; + color: #28a745; } .was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator { - background-color: rgba(92, 184, 92, 0.25); + background-color: rgba(40, 167, 69, 0.25); } .was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description { - color: #5cb85c; + color: #28a745; } .was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control { - border-color: #5cb85c; + border-color: #28a745; } .was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before { @@ -2428,21 +2341,21 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for } .was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.25); - box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.25); + -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } .was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid { - border-color: #d9534f; + border-color: #dc3545; } .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25); - box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25); + -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } .was-validated .form-control:invalid ~ .invalid-feedback, @@ -2457,19 +2370,19 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for } .was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label { - color: #d9534f; + color: #dc3545; } .was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator { - background-color: rgba(217, 83, 79, 0.25); + background-color: rgba(220, 53, 69, 0.25); } .was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description { - color: #d9534f; + color: #dc3545; } .was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control { - border-color: #d9534f; + border-color: #dc3545; } .was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before { @@ -2477,8 +2390,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for } .was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25); - box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25); + -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } .form-inline { @@ -2630,8 +2543,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .btn:focus, .btn.focus { outline: 0; - -webkit-box-shadow: 0 0 0 3px rgba(2, 117, 216, 0.25); - box-shadow: 0 0 0 3px rgba(2, 117, 216, 0.25); + -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); + box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); } .btn.disabled, .btn:disabled { @@ -2649,367 +2562,479 @@ fieldset[disabled] a.btn { .btn-primary { color: #fff; - background-color: #0275d8; - border-color: #0275d8; + background-color: #007bff; + border-color: #007bff; } .btn-primary:hover { color: #fff; - background-color: #025aa5; - border-color: #01549b; + background-color: #0069d9; + border-color: #0062cc; } .btn-primary:focus, .btn-primary.focus { - -webkit-box-shadow: 0 0 0 3px rgba(2, 117, 216, 0.5); - box-shadow: 0 0 0 3px rgba(2, 117, 216, 0.5); + -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); + box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); } .btn-primary.disabled, .btn-primary:disabled { - background-color: #0275d8; - border-color: #0275d8; + background-color: #007bff; + border-color: #007bff; } .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle { - color: #fff; - background-color: #025aa5; + background-color: #0069d9; background-image: none; - border-color: #01549b; + border-color: #0062cc; } .btn-secondary { - color: #292b2c; - background-color: #fff; - border-color: #ccc; + color: #fff; + background-color: #868e96; + border-color: #868e96; } .btn-secondary:hover { - color: #292b2c; - background-color: #e6e6e6; - border-color: #adadad; + color: #fff; + background-color: #727b84; + border-color: #6c757d; } .btn-secondary:focus, .btn-secondary.focus { - -webkit-box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5); - box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5); + -webkit-box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); + box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); } .btn-secondary.disabled, .btn-secondary:disabled { - background-color: #fff; - border-color: #ccc; + background-color: #868e96; + border-color: #868e96; } .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle { - color: #292b2c; - background-color: #e6e6e6; + background-color: #727b84; background-image: none; - border-color: #adadad; + border-color: #6c757d; } -.btn-info { +.btn-success { color: #fff; - background-color: #5bc0de; - border-color: #5bc0de; + background-color: #28a745; + border-color: #28a745; } -.btn-info:hover { +.btn-success:hover { color: #fff; - background-color: #31b0d5; - border-color: #2aabd2; + background-color: #218838; + border-color: #1e7e34; } -.btn-info:focus, .btn-info.focus { - -webkit-box-shadow: 0 0 0 3px rgba(91, 192, 222, 0.5); - box-shadow: 0 0 0 3px rgba(91, 192, 222, 0.5); +.btn-success:focus, .btn-success.focus { + -webkit-box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); + box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); } -.btn-info.disabled, .btn-info:disabled { - background-color: #5bc0de; - border-color: #5bc0de; +.btn-success.disabled, .btn-success:disabled { + background-color: #28a745; + border-color: #28a745; } -.btn-info:active, .btn-info.active, -.show > .btn-info.dropdown-toggle { - color: #fff; - background-color: #31b0d5; +.btn-success:active, .btn-success.active, +.show > .btn-success.dropdown-toggle { + background-color: #218838; background-image: none; - border-color: #2aabd2; + border-color: #1e7e34; } -.btn-success { +.btn-info { color: #fff; - background-color: #5cb85c; - border-color: #5cb85c; + background-color: #17a2b8; + border-color: #17a2b8; } -.btn-success:hover { +.btn-info:hover { color: #fff; - background-color: #449d44; - border-color: #419641; + background-color: #138496; + border-color: #117a8b; } -.btn-success:focus, .btn-success.focus { - -webkit-box-shadow: 0 0 0 3px rgba(92, 184, 92, 0.5); - box-shadow: 0 0 0 3px rgba(92, 184, 92, 0.5); +.btn-info:focus, .btn-info.focus { + -webkit-box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); + box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); } -.btn-success.disabled, .btn-success:disabled { - background-color: #5cb85c; - border-color: #5cb85c; +.btn-info.disabled, .btn-info:disabled { + background-color: #17a2b8; + border-color: #17a2b8; } -.btn-success:active, .btn-success.active, -.show > .btn-success.dropdown-toggle { - color: #fff; - background-color: #449d44; +.btn-info:active, .btn-info.active, +.show > .btn-info.dropdown-toggle { + background-color: #138496; background-image: none; - border-color: #419641; + border-color: #117a8b; } .btn-warning { - color: #fff; - background-color: #f0ad4e; - border-color: #f0ad4e; + color: #111; + background-color: #ffc107; + border-color: #ffc107; } .btn-warning:hover { - color: #fff; - background-color: #ec971f; - border-color: #eb9316; + color: #111; + background-color: #e0a800; + border-color: #d39e00; } .btn-warning:focus, .btn-warning.focus { - -webkit-box-shadow: 0 0 0 3px rgba(240, 173, 78, 0.5); - box-shadow: 0 0 0 3px rgba(240, 173, 78, 0.5); + -webkit-box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); + box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); } .btn-warning.disabled, .btn-warning:disabled { - background-color: #f0ad4e; - border-color: #f0ad4e; + background-color: #ffc107; + border-color: #ffc107; } .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle { - color: #fff; - background-color: #ec971f; + background-color: #e0a800; background-image: none; - border-color: #eb9316; + border-color: #d39e00; } .btn-danger { color: #fff; - background-color: #d9534f; - border-color: #d9534f; + background-color: #dc3545; + border-color: #dc3545; } .btn-danger:hover { color: #fff; - background-color: #c9302c; - border-color: #c12e2a; + background-color: #c82333; + border-color: #bd2130; } .btn-danger:focus, .btn-danger.focus { - -webkit-box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.5); - box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.5); + -webkit-box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); + box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); } .btn-danger.disabled, .btn-danger:disabled { - background-color: #d9534f; - border-color: #d9534f; + background-color: #dc3545; + border-color: #dc3545; } .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle { + background-color: #c82333; + background-image: none; + border-color: #bd2130; +} + +.btn-light { + color: #111; + background-color: #f8f9fa; + border-color: #f8f9fa; +} + +.btn-light:hover { + color: #111; + background-color: #e2e6ea; + border-color: #dae0e5; +} + +.btn-light:focus, .btn-light.focus { + -webkit-box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); + box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); +} + +.btn-light.disabled, .btn-light:disabled { + background-color: #f8f9fa; + border-color: #f8f9fa; +} + +.btn-light:active, .btn-light.active, +.show > .btn-light.dropdown-toggle { + background-color: #e2e6ea; + background-image: none; + border-color: #dae0e5; +} + +.btn-dark { color: #fff; - background-color: #c9302c; + background-color: #343a40; + border-color: #343a40; +} + +.btn-dark:hover { + color: #fff; + background-color: #23272b; + border-color: #1d2124; +} + +.btn-dark:focus, .btn-dark.focus { + -webkit-box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); + box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); +} + +.btn-dark.disabled, .btn-dark:disabled { + background-color: #343a40; + border-color: #343a40; +} + +.btn-dark:active, .btn-dark.active, +.show > .btn-dark.dropdown-toggle { + background-color: #23272b; background-image: none; - border-color: #c12e2a; + border-color: #1d2124; } .btn-outline-primary { - color: #0275d8; + color: #007bff; background-color: transparent; background-image: none; - border-color: #0275d8; + border-color: #007bff; } .btn-outline-primary:hover { color: #fff; - background-color: #0275d8; - border-color: #0275d8; + background-color: #007bff; + border-color: #007bff; } .btn-outline-primary:focus, .btn-outline-primary.focus { - -webkit-box-shadow: 0 0 0 3px rgba(2, 117, 216, 0.5); - box-shadow: 0 0 0 3px rgba(2, 117, 216, 0.5); + -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); + box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); } .btn-outline-primary.disabled, .btn-outline-primary:disabled { - color: #0275d8; + color: #007bff; background-color: transparent; } .btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle { color: #fff; - background-color: #0275d8; - border-color: #0275d8; + background-color: #007bff; + border-color: #007bff; } .btn-outline-secondary { - color: #ccc; + color: #868e96; background-color: transparent; background-image: none; - border-color: #ccc; + border-color: #868e96; } .btn-outline-secondary:hover { - color: #292b2c; - background-color: #ccc; - border-color: #ccc; + color: #fff; + background-color: #868e96; + border-color: #868e96; } .btn-outline-secondary:focus, .btn-outline-secondary.focus { - -webkit-box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5); - box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5); + -webkit-box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); + box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); } .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { - color: #ccc; + color: #868e96; background-color: transparent; } .btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle { - color: #292b2c; - background-color: #ccc; - border-color: #ccc; + color: #fff; + background-color: #868e96; + border-color: #868e96; } -.btn-outline-info { - color: #5bc0de; +.btn-outline-success { + color: #28a745; background-color: transparent; background-image: none; - border-color: #5bc0de; + border-color: #28a745; } -.btn-outline-info:hover { +.btn-outline-success:hover { color: #fff; - background-color: #5bc0de; - border-color: #5bc0de; + background-color: #28a745; + border-color: #28a745; } -.btn-outline-info:focus, .btn-outline-info.focus { - -webkit-box-shadow: 0 0 0 3px rgba(91, 192, 222, 0.5); - box-shadow: 0 0 0 3px rgba(91, 192, 222, 0.5); +.btn-outline-success:focus, .btn-outline-success.focus { + -webkit-box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); + box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); } -.btn-outline-info.disabled, .btn-outline-info:disabled { - color: #5bc0de; +.btn-outline-success.disabled, .btn-outline-success:disabled { + color: #28a745; background-color: transparent; } -.btn-outline-info:active, .btn-outline-info.active, -.show > .btn-outline-info.dropdown-toggle { +.btn-outline-success:active, .btn-outline-success.active, +.show > .btn-outline-success.dropdown-toggle { color: #fff; - background-color: #5bc0de; - border-color: #5bc0de; + background-color: #28a745; + border-color: #28a745; } -.btn-outline-success { - color: #5cb85c; +.btn-outline-info { + color: #17a2b8; background-color: transparent; background-image: none; - border-color: #5cb85c; + border-color: #17a2b8; } -.btn-outline-success:hover { +.btn-outline-info:hover { color: #fff; - background-color: #5cb85c; - border-color: #5cb85c; + background-color: #17a2b8; + border-color: #17a2b8; } -.btn-outline-success:focus, .btn-outline-success.focus { - -webkit-box-shadow: 0 0 0 3px rgba(92, 184, 92, 0.5); - box-shadow: 0 0 0 3px rgba(92, 184, 92, 0.5); +.btn-outline-info:focus, .btn-outline-info.focus { + -webkit-box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); + box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); } -.btn-outline-success.disabled, .btn-outline-success:disabled { - color: #5cb85c; +.btn-outline-info.disabled, .btn-outline-info:disabled { + color: #17a2b8; background-color: transparent; } -.btn-outline-success:active, .btn-outline-success.active, -.show > .btn-outline-success.dropdown-toggle { +.btn-outline-info:active, .btn-outline-info.active, +.show > .btn-outline-info.dropdown-toggle { color: #fff; - background-color: #5cb85c; - border-color: #5cb85c; + background-color: #17a2b8; + border-color: #17a2b8; } .btn-outline-warning { - color: #f0ad4e; + color: #ffc107; background-color: transparent; background-image: none; - border-color: #f0ad4e; + border-color: #ffc107; } .btn-outline-warning:hover { color: #fff; - background-color: #f0ad4e; - border-color: #f0ad4e; + background-color: #ffc107; + border-color: #ffc107; } .btn-outline-warning:focus, .btn-outline-warning.focus { - -webkit-box-shadow: 0 0 0 3px rgba(240, 173, 78, 0.5); - box-shadow: 0 0 0 3px rgba(240, 173, 78, 0.5); + -webkit-box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); + box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); } .btn-outline-warning.disabled, .btn-outline-warning:disabled { - color: #f0ad4e; + color: #ffc107; background-color: transparent; } .btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle { color: #fff; - background-color: #f0ad4e; - border-color: #f0ad4e; + background-color: #ffc107; + border-color: #ffc107; } .btn-outline-danger { - color: #d9534f; + color: #dc3545; background-color: transparent; background-image: none; - border-color: #d9534f; + border-color: #dc3545; } .btn-outline-danger:hover { color: #fff; - background-color: #d9534f; - border-color: #d9534f; + background-color: #dc3545; + border-color: #dc3545; } .btn-outline-danger:focus, .btn-outline-danger.focus { - -webkit-box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.5); - box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.5); + -webkit-box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); + box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); } .btn-outline-danger.disabled, .btn-outline-danger:disabled { - color: #d9534f; + color: #dc3545; background-color: transparent; } .btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle { color: #fff; - background-color: #d9534f; - border-color: #d9534f; + background-color: #dc3545; + border-color: #dc3545; +} + +.btn-outline-light { + color: #f8f9fa; + background-color: transparent; + background-image: none; + border-color: #f8f9fa; +} + +.btn-outline-light:hover { + color: #fff; + background-color: #f8f9fa; + border-color: #f8f9fa; +} + +.btn-outline-light:focus, .btn-outline-light.focus { + -webkit-box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); + box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); +} + +.btn-outline-light.disabled, .btn-outline-light:disabled { + color: #f8f9fa; + background-color: transparent; +} + +.btn-outline-light:active, .btn-outline-light.active, +.show > .btn-outline-light.dropdown-toggle { + color: #fff; + background-color: #f8f9fa; + border-color: #f8f9fa; +} + +.btn-outline-dark { + color: #343a40; + background-color: transparent; + background-image: none; + border-color: #343a40; +} + +.btn-outline-dark:hover { + color: #fff; + background-color: #343a40; + border-color: #343a40; +} + +.btn-outline-dark:focus, .btn-outline-dark.focus { + -webkit-box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); + box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); +} + +.btn-outline-dark.disabled, .btn-outline-dark:disabled { + color: #343a40; + background-color: transparent; +} + +.btn-outline-dark:active, .btn-outline-dark.active, +.show > .btn-outline-dark.dropdown-toggle { + color: #fff; + background-color: #343a40; + border-color: #343a40; } .btn-link { font-weight: normal; - color: #0275d8; + color: #007bff; border-radius: 0; } @@ -3026,13 +3051,13 @@ fieldset[disabled] a.btn { } .btn-link:focus, .btn-link:hover { - color: #014c8c; + color: #0056b3; text-decoration: underline; background-color: transparent; } .btn-link:disabled { - color: #636c72; + color: #868e96; } .btn-link:disabled:focus, .btn-link:disabled:hover { @@ -3141,7 +3166,7 @@ tbody.collapse.show { padding: 0.5rem 0; margin: 0.125rem 0 0; font-size: 1rem; - color: #292b2c; + color: #212529; text-align: left; list-style: none; background-color: #fff; @@ -3155,7 +3180,7 @@ tbody.collapse.show { height: 0; margin: 0.5rem 0; overflow: hidden; - border-top: 1px solid #eceeef; + border-top: 1px solid #e9ecef; } .dropdown-item { @@ -3164,7 +3189,7 @@ tbody.collapse.show { padding: 0.25rem 1.5rem; clear: both; font-weight: normal; - color: #292b2c; + color: #212529; text-align: inherit; white-space: nowrap; background: none; @@ -3172,19 +3197,19 @@ tbody.collapse.show { } .dropdown-item:focus, .dropdown-item:hover { - color: #1d1e1f; + color: #16181b; text-decoration: none; - background-color: #f7f7f9; + background-color: #f8f9fa; } .dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; - background-color: #0275d8; + background-color: #007bff; } .dropdown-item.disabled, .dropdown-item:disabled { - color: #636c72; + color: #868e96; background-color: transparent; } @@ -3201,7 +3226,7 @@ tbody.collapse.show { padding: 0.5rem 1.5rem; margin-bottom: 0; font-size: 0.875rem; - color: #636c72; + color: #868e96; white-space: nowrap; } @@ -3449,9 +3474,9 @@ tbody.collapse.show { font-size: 1rem; font-weight: normal; line-height: 1.25; - color: #464a4c; + color: #495057; text-align: center; - background-color: #eceeef; + background-color: #e9ecef; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; } @@ -3562,25 +3587,25 @@ tbody.collapse.show { .custom-control-input:checked ~ .custom-control-indicator { color: #fff; - background-color: #0275d8; + background-color: #007bff; } .custom-control-input:focus ~ .custom-control-indicator { - -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8; - box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8; + -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff; + box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff; } .custom-control-input:active ~ .custom-control-indicator { color: #fff; - background-color: #8fcafe; + background-color: #b3d7ff; } .custom-control-input:disabled ~ .custom-control-indicator { - background-color: #eceeef; + background-color: #e9ecef; } .custom-control-input:disabled ~ .custom-control-description { - color: #636c72; + color: #868e96; } .custom-control-indicator { @@ -3611,7 +3636,7 @@ tbody.collapse.show { } .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator { - background-color: #0275d8; + background-color: #007bff; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); } @@ -3649,7 +3674,7 @@ tbody.collapse.show { height: calc(2.25rem + 2px); padding: 0.375rem 1.75rem 0.375rem 0.75rem; line-height: 1.25; - color: #464a4c; + 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; -webkit-background-size: 8px 10px; @@ -3662,18 +3687,18 @@ tbody.collapse.show { } .custom-select:focus { - border-color: #5cb3fd; + border-color: #80bdff; outline: none; } .custom-select:focus::-ms-value { - color: #464a4c; + color: #495057; background-color: #fff; } .custom-select:disabled { - color: #636c72; - background-color: #eceeef; + color: #868e96; + background-color: #e9ecef; } .custom-select::-ms-expand { @@ -3712,7 +3737,7 @@ tbody.collapse.show { height: 2.5rem; padding: 0.5rem 1rem; line-height: 1.5; - color: #464a4c; + color: #495057; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; @@ -3737,8 +3762,8 @@ tbody.collapse.show { height: 2.5rem; padding: 0.5rem 1rem; line-height: 1.5; - color: #464a4c; - background-color: #eceeef; + color: #495057; + background-color: #e9ecef; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0 0.25rem 0.25rem 0; } @@ -3770,7 +3795,7 @@ tbody.collapse.show { } .nav-link.disabled { - color: #636c72; + color: #868e96; } .nav-tabs { @@ -3788,18 +3813,18 @@ tbody.collapse.show { } .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { - border-color: #eceeef #eceeef #ddd; + border-color: #e9ecef #e9ecef #ddd; } .nav-tabs .nav-link.disabled { - color: #636c72; + color: #868e96; background-color: transparent; border-color: transparent; } .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { - color: #464a4c; + color: #495057; background-color: #fff; border-color: #ddd #ddd #fff; } @@ -3817,7 +3842,7 @@ tbody.collapse.show { .nav-pills .nav-link.active, .show > .nav-pills .nav-link { color: #fff; - background-color: #0275d8; + background-color: #007bff; } .nav-fill .nav-item { @@ -4303,43 +4328,43 @@ tbody.collapse.show { color: rgba(0, 0, 0, 0.5); } -.navbar-inverse .navbar-brand { +.navbar-dark .navbar-brand { color: white; } -.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover { +.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover { color: white; } -.navbar-inverse .navbar-nav .nav-link { +.navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.5); } -.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover { +.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover { color: rgba(255, 255, 255, 0.75); } -.navbar-inverse .navbar-nav .nav-link.disabled { +.navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25); } -.navbar-inverse .navbar-nav .show > .nav-link, -.navbar-inverse .navbar-nav .active > .nav-link, -.navbar-inverse .navbar-nav .nav-link.show, -.navbar-inverse .navbar-nav .nav-link.active { +.navbar-dark .navbar-nav .show > .nav-link, +.navbar-dark .navbar-nav .active > .nav-link, +.navbar-dark .navbar-nav .nav-link.show, +.navbar-dark .navbar-nav .nav-link.active { color: white; } -.navbar-inverse .navbar-toggler { +.navbar-dark .navbar-toggler { color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.1); } -.navbar-inverse .navbar-toggler-icon { +.navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); } -.navbar-inverse .navbar-text { +.navbar-dark .navbar-text { color: rgba(255, 255, 255, 0.5); } @@ -4403,7 +4428,7 @@ tbody.collapse.show { .card-header { padding: 0.75rem 1.25rem; margin-bottom: 0; - background-color: #f7f7f9; + background-color: #f8f9fa; border-bottom: 1px solid rgba(0, 0, 0, 0.125); } @@ -4413,7 +4438,7 @@ tbody.collapse.show { .card-footer { padding: 0.75rem 1.25rem; - background-color: #f7f7f9; + background-color: #f8f9fa; border-top: 1px solid rgba(0, 0, 0, 0.125); } @@ -4434,8 +4459,8 @@ tbody.collapse.show { } .card-primary { - background-color: #0275d8; - border-color: #0275d8; + background-color: #007bff; + border-color: #007bff; } .card-primary .card-header, @@ -4443,9 +4468,19 @@ tbody.collapse.show { background-color: transparent; } +.card-secondary { + background-color: #868e96; + border-color: #868e96; +} + +.card-secondary .card-header, +.card-secondary .card-footer { + background-color: transparent; +} + .card-success { - background-color: #5cb85c; - border-color: #5cb85c; + background-color: #28a745; + border-color: #28a745; } .card-success .card-header, @@ -4454,8 +4489,8 @@ tbody.collapse.show { } .card-info { - background-color: #5bc0de; - border-color: #5bc0de; + background-color: #17a2b8; + border-color: #17a2b8; } .card-info .card-header, @@ -4464,8 +4499,8 @@ tbody.collapse.show { } .card-warning { - background-color: #f0ad4e; - border-color: #f0ad4e; + background-color: #ffc107; + border-color: #ffc107; } .card-warning .card-header, @@ -4474,8 +4509,8 @@ tbody.collapse.show { } .card-danger { - background-color: #d9534f; - border-color: #d9534f; + background-color: #dc3545; + border-color: #dc3545; } .card-danger .card-header, @@ -4483,97 +4518,131 @@ tbody.collapse.show { background-color: transparent; } -.card-outline-primary { +.card-light { + background-color: #f8f9fa; + border-color: #f8f9fa; +} + +.card-light .card-header, +.card-light .card-footer { + background-color: transparent; +} + +.card-dark { + background-color: #343a40; + border-color: #343a40; +} + +.card-dark .card-header, +.card-dark .card-footer { background-color: transparent; - border-color: #0275d8; +} + +.card-outline-primary { + background-color: #007bff; + border-color: #007bff; } .card-outline-primary .card-header, .card-outline-primary .card-footer { background-color: transparent; - border-color: #0275d8; } .card-outline-secondary { - background-color: transparent; - border-color: #ccc; + background-color: #868e96; + border-color: #868e96; } .card-outline-secondary .card-header, .card-outline-secondary .card-footer { background-color: transparent; - border-color: #ccc; } -.card-outline-info { - background-color: transparent; - border-color: #5bc0de; +.card-outline-success { + background-color: #28a745; + border-color: #28a745; } -.card-outline-info .card-header, -.card-outline-info .card-footer { +.card-outline-success .card-header, +.card-outline-success .card-footer { background-color: transparent; - border-color: #5bc0de; } -.card-outline-success { - background-color: transparent; - border-color: #5cb85c; +.card-outline-info { + background-color: #17a2b8; + border-color: #17a2b8; } -.card-outline-success .card-header, -.card-outline-success .card-footer { +.card-outline-info .card-header, +.card-outline-info .card-footer { background-color: transparent; - border-color: #5cb85c; } .card-outline-warning { - background-color: transparent; - border-color: #f0ad4e; + background-color: #ffc107; + border-color: #ffc107; } .card-outline-warning .card-header, .card-outline-warning .card-footer { background-color: transparent; - border-color: #f0ad4e; } .card-outline-danger { - background-color: transparent; - border-color: #d9534f; + background-color: #dc3545; + border-color: #dc3545; } .card-outline-danger .card-header, .card-outline-danger .card-footer { background-color: transparent; - border-color: #d9534f; } -.card-inverse { +.card-outline-light { + background-color: #f8f9fa; + border-color: #f8f9fa; +} + +.card-outline-light .card-header, +.card-outline-light .card-footer { + background-color: transparent; +} + +.card-outline-dark { + background-color: #343a40; + border-color: #343a40; +} + +.card-outline-dark .card-header, +.card-outline-dark .card-footer { + background-color: transparent; +} + +.card-dark { color: rgba(255, 255, 255, 0.65); } -.card-inverse .card-header, -.card-inverse .card-footer { +.card-dark .card-header, +.card-dark .card-footer { background-color: transparent; border-color: rgba(255, 255, 255, 0.2); } -.card-inverse .card-header, -.card-inverse .card-footer, -.card-inverse .card-title, -.card-inverse .card-blockquote { +.card-dark .card-header, +.card-dark .card-footer, +.card-dark .card-title, +.card-dark .card-blockquote { color: #fff; } -.card-inverse .card-link, -.card-inverse .card-text, -.card-inverse .card-subtitle, -.card-inverse .card-blockquote .blockquote-footer { +.card-dark .card-link, +.card-dark .card-text, +.card-dark .card-subtitle, +.card-dark .card-blockquote .blockquote-footer { color: rgba(255, 255, 255, 0.65); } -.card-inverse .card-link:focus, .card-inverse .card-link:hover { +.card-dark .card-link:focus, .card-dark .card-link:hover { color: #fff; } @@ -4716,7 +4785,7 @@ tbody.collapse.show { padding: 0.75rem 1rem; margin-bottom: 1rem; list-style: none; - background-color: #eceeef; + background-color: #e9ecef; border-radius: 0.25rem; } @@ -4734,7 +4803,7 @@ tbody.collapse.show { display: inline-block; padding-right: 0.5rem; padding-left: 0.5rem; - color: #636c72; + color: #868e96; content: "/"; } @@ -4747,7 +4816,7 @@ tbody.collapse.show { } .breadcrumb-item.active { - color: #636c72; + color: #868e96; } .pagination { @@ -4774,12 +4843,12 @@ tbody.collapse.show { .page-item.active .page-link { z-index: 2; color: #fff; - background-color: #0275d8; - border-color: #0275d8; + background-color: #007bff; + border-color: #007bff; } .page-item.disabled .page-link { - color: #636c72; + color: #868e96; pointer-events: none; background-color: #fff; border-color: #ddd; @@ -4791,15 +4860,15 @@ tbody.collapse.show { padding: 0.5rem 0.75rem; margin-left: -1px; line-height: 1.25; - color: #0275d8; + color: #007bff; background-color: #fff; border: 1px solid #ddd; } .page-link:focus, .page-link:hover { - color: #014c8c; + color: #0056b3; text-decoration: none; - background-color: #eceeef; + background-color: #e9ecef; border-color: #ddd; } @@ -4857,69 +4926,104 @@ tbody.collapse.show { top: -1px; } -a.badge:focus, a.badge:hover { - color: #fff; - text-decoration: none; -} - .badge-pill { padding-right: 0.6em; padding-left: 0.6em; border-radius: 10rem; } -.badge-default { - background-color: #636c72; +.badge-primary { + color: #fff; + background-color: #007bff; } -.badge-default[href]:focus, .badge-default[href]:hover { - background-color: #4b5257; +.badge-primary[href]:focus, .badge-primary[href]:hover { + color: #fff; + text-decoration: none; + background-color: #0062cc; } -.badge-primary { - background-color: #0275d8; +.badge-secondary { + color: #fff; + background-color: #868e96; } -.badge-primary[href]:focus, .badge-primary[href]:hover { - background-color: #025aa5; +.badge-secondary[href]:focus, .badge-secondary[href]:hover { + color: #fff; + text-decoration: none; + background-color: #6c757d; } .badge-success { - background-color: #5cb85c; + color: #fff; + background-color: #28a745; } .badge-success[href]:focus, .badge-success[href]:hover { - background-color: #449d44; + color: #fff; + text-decoration: none; + background-color: #1e7e34; } .badge-info { - background-color: #5bc0de; + color: #fff; + background-color: #17a2b8; } .badge-info[href]:focus, .badge-info[href]:hover { - background-color: #31b0d5; + color: #fff; + text-decoration: none; + background-color: #117a8b; } .badge-warning { - background-color: #f0ad4e; + color: #111; + background-color: #ffc107; } .badge-warning[href]:focus, .badge-warning[href]:hover { - background-color: #ec971f; + color: #111; + text-decoration: none; + background-color: #d39e00; } .badge-danger { - background-color: #d9534f; + color: #fff; + background-color: #dc3545; } .badge-danger[href]:focus, .badge-danger[href]:hover { - background-color: #c9302c; + color: #fff; + text-decoration: none; + background-color: #bd2130; +} + +.badge-light { + color: #111; + background-color: #f8f9fa; +} + +.badge-light[href]:focus, .badge-light[href]:hover { + color: #111; + text-decoration: none; + background-color: #dae0e5; +} + +.badge-dark { + color: #fff; + background-color: #343a40; +} + +.badge-dark[href]:focus, .badge-dark[href]:hover { + color: #fff; + text-decoration: none; + background-color: #1d2124; } .jumbotron { padding: 2rem 1rem; margin-bottom: 2rem; - background-color: #eceeef; + background-color: #e9ecef; border-radius: 0.3rem; } @@ -4958,60 +5062,116 @@ a.badge:focus, a.badge:hover { color: inherit; } +.alert-primary { + color: #004085; + background-color: #cce5ff; + border-color: #b8daff; +} + +.alert-primary hr { + border-top-color: #9fcdff; +} + +.alert-primary .alert-link { + color: #002752; +} + +.alert-secondary { + color: #464a4e; + background-color: #e7e8ea; + border-color: #dddfe2; +} + +.alert-secondary hr { + border-top-color: #cfd2d6; +} + +.alert-secondary .alert-link { + color: #2e3133; +} + .alert-success { - color: #3c763d; - background-color: #dff0d8; - border-color: #d0e9c6; + color: #155724; + background-color: #d4edda; + border-color: #c3e6cb; } .alert-success hr { - border-top-color: #c1e2b3; + border-top-color: #b1dfbb; } .alert-success .alert-link { - color: #2b542c; + color: #0b2e13; } .alert-info { - color: #31708f; - background-color: #d9edf7; - border-color: #bcdff1; + color: #0c5460; + background-color: #d1ecf1; + border-color: #bee5eb; } .alert-info hr { - border-top-color: #a6d5ec; + border-top-color: #abdde5; } .alert-info .alert-link { - color: #245269; + color: #062c33; } .alert-warning { - color: #8a6d3b; - background-color: #fcf8e3; - border-color: #faf2cc; + color: #856404; + background-color: #fff3cd; + border-color: #ffeeba; } .alert-warning hr { - border-top-color: #f7ecb5; + border-top-color: #ffe8a1; } .alert-warning .alert-link { - color: #66512c; + color: #533f03; } .alert-danger { - color: #a94442; - background-color: #f2dede; - border-color: #ebcccc; + color: #721c24; + background-color: #f8d7da; + border-color: #f5c6cb; } .alert-danger hr { - border-top-color: #e4b9b9; + border-top-color: #f1b0b7; } .alert-danger .alert-link { - color: #843534; + color: #491217; +} + +.alert-light { + color: #818182; + background-color: #fefefe; + border-color: #fdfdfe; +} + +.alert-light hr { + border-top-color: #ececf6; +} + +.alert-light .alert-link { + color: #686868; +} + +.alert-dark { + color: #1b1e21; + background-color: #d6d8d9; + border-color: #c6c8ca; +} + +.alert-dark hr { + border-top-color: #b9bbbe; +} + +.alert-dark .alert-link { + color: #040505; } @-webkit-keyframes progress-bar-stripes { @@ -5050,7 +5210,7 @@ a.badge:focus, a.badge:hover { font-size: 0.75rem; line-height: 1rem; text-align: center; - background-color: #eceeef; + background-color: #e9ecef; border-radius: 0.25rem; } @@ -5058,7 +5218,7 @@ a.badge:focus, a.badge:hover { height: 1rem; line-height: 1rem; color: #fff; - background-color: #0275d8; + background-color: #007bff; -webkit-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; @@ -5112,19 +5272,19 @@ a.badge:focus, a.badge:hover { .list-group-item-action { width: 100%; - color: #464a4c; + color: #495057; text-align: inherit; } .list-group-item-action:focus, .list-group-item-action:hover { - color: #464a4c; + color: #495057; text-decoration: none; - background-color: #f7f7f9; + background-color: #f8f9fa; } .list-group-item-action:active { - color: #292b2c; - background-color: #eceeef; + color: #212529; + background-color: #e9ecef; } .list-group-item { @@ -5152,15 +5312,15 @@ a.badge:focus, a.badge:hover { } .list-group-item.disabled, .list-group-item:disabled { - color: #636c72; + color: #868e96; background-color: #fff; } .list-group-item.active { z-index: 2; color: #fff; - background-color: #0275d8; - border-color: #0275d8; + background-color: #007bff; + border-color: #007bff; } .list-group-flush .list-group-item { @@ -5177,100 +5337,196 @@ a.badge:focus, a.badge:hover { border-bottom: 0; } +.list-group-item-primary { + color: #004085; + background-color: #b8daff; +} + +a.list-group-item-primary, +button.list-group-item-primary { + color: #004085; +} + +a.list-group-item-primary:focus, a.list-group-item-primary:hover, +button.list-group-item-primary:focus, +button.list-group-item-primary:hover { + color: #004085; + background-color: #9fcdff; +} + +a.list-group-item-primary.active, +button.list-group-item-primary.active { + color: #fff; + background-color: #004085; + border-color: #004085; +} + +.list-group-item-secondary { + color: #464a4e; + background-color: #dddfe2; +} + +a.list-group-item-secondary, +button.list-group-item-secondary { + color: #464a4e; +} + +a.list-group-item-secondary:focus, a.list-group-item-secondary:hover, +button.list-group-item-secondary:focus, +button.list-group-item-secondary:hover { + color: #464a4e; + background-color: #cfd2d6; +} + +a.list-group-item-secondary.active, +button.list-group-item-secondary.active { + color: #fff; + background-color: #464a4e; + border-color: #464a4e; +} + .list-group-item-success { - color: #3c763d; - background-color: #dff0d8; + color: #155724; + background-color: #c3e6cb; } a.list-group-item-success, button.list-group-item-success { - color: #3c763d; + color: #155724; } a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover { - color: #3c763d; - background-color: #d0e9c6; + color: #155724; + background-color: #b1dfbb; } a.list-group-item-success.active, button.list-group-item-success.active { color: #fff; - background-color: #3c763d; - border-color: #3c763d; + background-color: #155724; + border-color: #155724; } .list-group-item-info { - color: #31708f; - background-color: #d9edf7; + color: #0c5460; + background-color: #bee5eb; } a.list-group-item-info, button.list-group-item-info { - color: #31708f; + color: #0c5460; } a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover { - color: #31708f; - background-color: #c4e3f3; + color: #0c5460; + background-color: #abdde5; } a.list-group-item-info.active, button.list-group-item-info.active { color: #fff; - background-color: #31708f; - border-color: #31708f; + background-color: #0c5460; + border-color: #0c5460; } .list-group-item-warning { - color: #8a6d3b; - background-color: #fcf8e3; + color: #856404; + background-color: #ffeeba; } a.list-group-item-warning, button.list-group-item-warning { - color: #8a6d3b; + color: #856404; } a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover { - color: #8a6d3b; - background-color: #faf2cc; + color: #856404; + background-color: #ffe8a1; } a.list-group-item-warning.active, button.list-group-item-warning.active { color: #fff; - background-color: #8a6d3b; - border-color: #8a6d3b; + background-color: #856404; + border-color: #856404; } .list-group-item-danger { - color: #a94442; - background-color: #f2dede; + color: #721c24; + background-color: #f5c6cb; } a.list-group-item-danger, button.list-group-item-danger { - color: #a94442; + color: #721c24; } a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover { - color: #a94442; - background-color: #ebcccc; + color: #721c24; + background-color: #f1b0b7; } a.list-group-item-danger.active, button.list-group-item-danger.active { color: #fff; - background-color: #a94442; - border-color: #a94442; + background-color: #721c24; + border-color: #721c24; +} + +.list-group-item-light { + color: #818182; + background-color: #fdfdfe; +} + +a.list-group-item-light, +button.list-group-item-light { + color: #818182; +} + +a.list-group-item-light:focus, a.list-group-item-light:hover, +button.list-group-item-light:focus, +button.list-group-item-light:hover { + color: #818182; + background-color: #ececf6; +} + +a.list-group-item-light.active, +button.list-group-item-light.active { + color: #fff; + background-color: #818182; + border-color: #818182; +} + +.list-group-item-dark { + color: #1b1e21; + background-color: #c6c8ca; +} + +a.list-group-item-dark, +button.list-group-item-dark { + color: #1b1e21; +} + +a.list-group-item-dark:focus, a.list-group-item-dark:hover, +button.list-group-item-dark:focus, +button.list-group-item-dark:hover { + color: #1b1e21; + background-color: #b9bbbe; +} + +a.list-group-item-dark.active, +button.list-group-item-dark.active { + color: #fff; + background-color: #1b1e21; + border-color: #1b1e21; } .embed-responsive { @@ -5434,7 +5690,7 @@ button.close { -ms-flex-pack: justify; justify-content: space-between; padding: 15px; - border-bottom: 1px solid #eceeef; + border-bottom: 1px solid #e9ecef; } .modal-title { @@ -5465,7 +5721,7 @@ button.close { -ms-flex-pack: end; justify-content: flex-end; padding: 15px; - border-top: 1px solid #eceeef; + border-top: 1px solid #e9ecef; } .modal-footer > :not(:first-child) { @@ -5792,7 +6048,7 @@ button.close { .popover-body { padding: 9px 14px; - color: #292b2c; + color: #212529; } .carousel { @@ -6009,56 +6265,72 @@ button.close { vertical-align: text-top !important; } -.bg-faded { - background-color: #f7f7f7; -} - .bg-primary { - background-color: #0275d8 !important; + background-color: #007bff !important; } a.bg-primary:focus, a.bg-primary:hover { - background-color: #025aa5 !important; + background-color: #0062cc !important; +} + +.bg-secondary { + background-color: #868e96 !important; +} + +a.bg-secondary:focus, a.bg-secondary:hover { + background-color: #6c757d !important; } .bg-success { - background-color: #5cb85c !important; + background-color: #28a745 !important; } a.bg-success:focus, a.bg-success:hover { - background-color: #449d44 !important; + background-color: #1e7e34 !important; } .bg-info { - background-color: #5bc0de !important; + background-color: #17a2b8 !important; } a.bg-info:focus, a.bg-info:hover { - background-color: #31b0d5 !important; + background-color: #117a8b !important; } .bg-warning { - background-color: #f0ad4e !important; + background-color: #ffc107 !important; } a.bg-warning:focus, a.bg-warning:hover { - background-color: #ec971f !important; + background-color: #d39e00 !important; } .bg-danger { - background-color: #d9534f !important; + background-color: #dc3545 !important; } a.bg-danger:focus, a.bg-danger:hover { - background-color: #c9302c !important; + background-color: #bd2130 !important; +} + +.bg-light { + background-color: #f8f9fa !important; +} + +a.bg-light:focus, a.bg-light:hover { + background-color: #dae0e5 !important; +} + +.bg-dark { + background-color: #343a40 !important; } -.bg-inverse { - background-color: #292b2c !important; +a.bg-dark:focus, a.bg-dark:hover { + background-color: #1d2124 !important; } -a.bg-inverse:focus, a.bg-inverse:hover { - background-color: #101112 !important; +.border { + border: 1px solid #e9ecef !important; } .border-0 { @@ -6081,6 +6353,38 @@ a.bg-inverse:focus, a.bg-inverse:hover { border-left: 0 !important; } +.border-primary { + border-color: #007bff !important; +} + +.border-secondary { + border-color: #868e96 !important; +} + +.border-success { + border-color: #28a745 !important; +} + +.border-info { + border-color: #17a2b8 !important; +} + +.border-warning { + border-color: #ffc107 !important; +} + +.border-danger { + border-color: #dc3545 !important; +} + +.border-light { + border-color: #f8f9fa !important; +} + +.border-dark { + border-color: #343a40 !important; +} + .rounded { border-radius: 0.25rem !important; } @@ -9118,60 +9422,68 @@ a.bg-inverse:focus, a.bg-inverse:hover { color: #fff !important; } -.text-muted { - color: #636c72 !important; +.text-primary { + color: #007bff !important; } -a.text-muted:focus, a.text-muted:hover { - color: #4b5257 !important; +a.text-primary:focus, a.text-primary:hover { + color: #0062cc !important; } -.text-primary { - color: #0275d8 !important; +.text-secondary { + color: #868e96 !important; } -a.text-primary:focus, a.text-primary:hover { - color: #025aa5 !important; +a.text-secondary:focus, a.text-secondary:hover { + color: #6c757d !important; } .text-success { - color: #5cb85c !important; + color: #28a745 !important; } a.text-success:focus, a.text-success:hover { - color: #449d44 !important; + color: #1e7e34 !important; } .text-info { - color: #5bc0de !important; + color: #17a2b8 !important; } a.text-info:focus, a.text-info:hover { - color: #31b0d5 !important; + color: #117a8b !important; } .text-warning { - color: #f0ad4e !important; + color: #ffc107 !important; } a.text-warning:focus, a.text-warning:hover { - color: #ec971f !important; + color: #d39e00 !important; } .text-danger { - color: #d9534f !important; + color: #dc3545 !important; } a.text-danger:focus, a.text-danger:hover { - color: #c9302c !important; + color: #bd2130 !important; +} + +.text-light { + color: #f8f9fa !important; +} + +a.text-light:focus, a.text-light:hover { + color: #dae0e5 !important; } -.text-gray-dark { - color: #292b2c !important; +.text-dark { + color: #343a40 !important; } -a.text-gray-dark:focus, a.text-gray-dark:hover { - color: #101112 !important; +a.text-dark:focus, a.text-dark:hover { + color: #1d2124 !important; } .text-hide { -- cgit v1.2.3 From eedbe43ea79a4deab1bf5a4a7c618cb0fc380869 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 30 Jun 2017 13:15:09 -0700 Subject: build dist --- dist/css/bootstrap.css | 2788 ++++++++++++++---------------------------------- 1 file changed, 818 insertions(+), 1970 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 08e539670..227410ceb 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -17,8 +17,7 @@ blockquote::first-line, li::first-line { text-shadow: none !important; - -webkit-box-shadow: none !important; - box-shadow: none !important; + box-shadow: none !important; } a, a:visited { @@ -72,8 +71,7 @@ } html { - -webkit-box-sizing: border-box; - box-sizing: border-box; + box-sizing: border-box; font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; @@ -85,8 +83,7 @@ html { *, *::before, *::after { - -webkit-box-sizing: inherit; - box-sizing: inherit; + box-sizing: inherit; } @-ms-viewport { @@ -112,8 +109,7 @@ body { } hr { - -webkit-box-sizing: content-box; - box-sizing: content-box; + box-sizing: content-box; height: 0; overflow: visible; } @@ -328,8 +324,7 @@ button::-moz-focus-inner, input[type="radio"], input[type="checkbox"] { - -webkit-box-sizing: border-box; - box-sizing: border-box; + box-sizing: border-box; padding: 0; } @@ -551,8 +546,6 @@ mark, background-color: #fff; border: 1px solid #ddd; border-radius: 0.25rem; - -webkit-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; max-width: 100%; height: auto; @@ -672,13 +665,10 @@ pre code { } .row { - display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-flex-wrap: wrap; - -ms-flex-wrap: wrap; - flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; margin-right: -15px; margin-left: -15px; } @@ -708,1142 +698,645 @@ pre code { } .col { - -webkit-flex-basis: 0; - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -webkit-flex-grow: 1; - -ms-flex-positive: 1; - flex-grow: 1; + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; max-width: 100%; } .col-auto { - -webkit-box-flex: 0; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; + -ms-flex: 0 0 auto; + flex: 0 0 auto; width: auto; max-width: none; } .col-1 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 8.333333%; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; max-width: 8.333333%; } .col-2 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 16.666667%; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; max-width: 16.666667%; } .col-3 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 25%; - -ms-flex: 0 0 25%; - flex: 0 0 25%; + -ms-flex: 0 0 25%; + flex: 0 0 25%; max-width: 25%; } .col-4 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 33.333333%; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; max-width: 33.333333%; } .col-5 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 41.666667%; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; max-width: 41.666667%; } .col-6 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 50%; - -ms-flex: 0 0 50%; - flex: 0 0 50%; + -ms-flex: 0 0 50%; + flex: 0 0 50%; max-width: 50%; } .col-7 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 58.333333%; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; max-width: 58.333333%; } .col-8 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 66.666667%; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; max-width: 66.666667%; } .col-9 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 75%; - -ms-flex: 0 0 75%; - flex: 0 0 75%; + -ms-flex: 0 0 75%; + flex: 0 0 75%; max-width: 75%; } .col-10 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 83.333333%; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; max-width: 83.333333%; } .col-11 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 91.666667%; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; max-width: 91.666667%; } .col-12 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 100%; - -ms-flex: 0 0 100%; - flex: 0 0 100%; + -ms-flex: 0 0 100%; + flex: 0 0 100%; max-width: 100%; } -.pull-0 { - right: auto; +.order-1 { + -ms-flex-order: 1; + order: 1; } -.pull-1 { - right: 8.333333%; +.order-2 { + -ms-flex-order: 2; + order: 2; } -.pull-2 { - right: 16.666667%; +.order-3 { + -ms-flex-order: 3; + order: 3; } -.pull-3 { - right: 25%; +.order-4 { + -ms-flex-order: 4; + order: 4; } -.pull-4 { - right: 33.333333%; +.order-5 { + -ms-flex-order: 5; + order: 5; } -.pull-5 { - right: 41.666667%; +.order-6 { + -ms-flex-order: 6; + order: 6; } -.pull-6 { - right: 50%; +.order-7 { + -ms-flex-order: 7; + order: 7; } -.pull-7 { - right: 58.333333%; +.order-8 { + -ms-flex-order: 8; + order: 8; } -.pull-8 { - right: 66.666667%; +.order-9 { + -ms-flex-order: 9; + order: 9; } -.pull-9 { - right: 75%; +.order-10 { + -ms-flex-order: 10; + order: 10; } -.pull-10 { - right: 83.333333%; +.order-11 { + -ms-flex-order: 11; + order: 11; } -.pull-11 { - right: 91.666667%; -} - -.pull-12 { - right: 100%; -} - -.push-0 { - left: auto; -} - -.push-1 { - left: 8.333333%; -} - -.push-2 { - left: 16.666667%; -} - -.push-3 { - left: 25%; -} - -.push-4 { - left: 33.333333%; -} - -.push-5 { - left: 41.666667%; -} - -.push-6 { - left: 50%; -} - -.push-7 { - left: 58.333333%; -} - -.push-8 { - left: 66.666667%; -} - -.push-9 { - left: 75%; -} - -.push-10 { - left: 83.333333%; -} - -.push-11 { - left: 91.666667%; -} - -.push-12 { - left: 100%; -} - -.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%; +.order-12 { + -ms-flex-order: 12; + order: 12; } @media (min-width: 576px) { .col-sm { - -webkit-flex-basis: 0; - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -webkit-flex-grow: 1; - -ms-flex-positive: 1; - flex-grow: 1; + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; max-width: 100%; } .col-sm-auto { - -webkit-box-flex: 0; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; + -ms-flex: 0 0 auto; + flex: 0 0 auto; width: auto; max-width: none; } .col-sm-1 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 8.333333%; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; max-width: 8.333333%; } .col-sm-2 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 16.666667%; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; max-width: 16.666667%; } .col-sm-3 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 25%; - -ms-flex: 0 0 25%; - flex: 0 0 25%; + -ms-flex: 0 0 25%; + flex: 0 0 25%; max-width: 25%; } .col-sm-4 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 33.333333%; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; max-width: 33.333333%; } .col-sm-5 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 41.666667%; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; max-width: 41.666667%; } .col-sm-6 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 50%; - -ms-flex: 0 0 50%; - flex: 0 0 50%; + -ms-flex: 0 0 50%; + flex: 0 0 50%; max-width: 50%; } .col-sm-7 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 58.333333%; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; max-width: 58.333333%; } .col-sm-8 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 66.666667%; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; max-width: 66.666667%; } .col-sm-9 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 75%; - -ms-flex: 0 0 75%; - flex: 0 0 75%; + -ms-flex: 0 0 75%; + flex: 0 0 75%; max-width: 75%; } .col-sm-10 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 83.333333%; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; max-width: 83.333333%; } .col-sm-11 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 91.666667%; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; max-width: 91.666667%; } .col-sm-12 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 100%; - -ms-flex: 0 0 100%; - flex: 0 0 100%; + -ms-flex: 0 0 100%; + flex: 0 0 100%; max-width: 100%; } - .pull-sm-0 { - right: auto; - } - .pull-sm-1 { - right: 8.333333%; - } - .pull-sm-2 { - right: 16.666667%; - } - .pull-sm-3 { - right: 25%; - } - .pull-sm-4 { - right: 33.333333%; - } - .pull-sm-5 { - right: 41.666667%; - } - .pull-sm-6 { - right: 50%; - } - .pull-sm-7 { - right: 58.333333%; - } - .pull-sm-8 { - right: 66.666667%; - } - .pull-sm-9 { - right: 75%; - } - .pull-sm-10 { - right: 83.333333%; - } - .pull-sm-11 { - right: 91.666667%; - } - .pull-sm-12 { - right: 100%; - } - .push-sm-0 { - left: auto; - } - .push-sm-1 { - left: 8.333333%; - } - .push-sm-2 { - left: 16.666667%; - } - .push-sm-3 { - left: 25%; + .order-sm-1 { + -ms-flex-order: 1; + order: 1; } - .push-sm-4 { - left: 33.333333%; + .order-sm-2 { + -ms-flex-order: 2; + order: 2; } - .push-sm-5 { - left: 41.666667%; + .order-sm-3 { + -ms-flex-order: 3; + order: 3; } - .push-sm-6 { - left: 50%; + .order-sm-4 { + -ms-flex-order: 4; + order: 4; } - .push-sm-7 { - left: 58.333333%; + .order-sm-5 { + -ms-flex-order: 5; + order: 5; } - .push-sm-8 { - left: 66.666667%; + .order-sm-6 { + -ms-flex-order: 6; + order: 6; } - .push-sm-9 { - left: 75%; + .order-sm-7 { + -ms-flex-order: 7; + order: 7; } - .push-sm-10 { - left: 83.333333%; + .order-sm-8 { + -ms-flex-order: 8; + order: 8; } - .push-sm-11 { - left: 91.666667%; + .order-sm-9 { + -ms-flex-order: 9; + order: 9; } - .push-sm-12 { - left: 100%; + .order-sm-10 { + -ms-flex-order: 10; + order: 10; } - .offset-sm-0 { - margin-left: 0%; + .order-sm-11 { + -ms-flex-order: 11; + order: 11; } - .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%; + .order-sm-12 { + -ms-flex-order: 12; + order: 12; } } @media (min-width: 768px) { .col-md { - -webkit-flex-basis: 0; - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -webkit-flex-grow: 1; - -ms-flex-positive: 1; - flex-grow: 1; + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; max-width: 100%; } .col-md-auto { - -webkit-box-flex: 0; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; + -ms-flex: 0 0 auto; + flex: 0 0 auto; width: auto; max-width: none; } .col-md-1 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 8.333333%; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; max-width: 8.333333%; } .col-md-2 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 16.666667%; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; max-width: 16.666667%; } .col-md-3 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 25%; - -ms-flex: 0 0 25%; - flex: 0 0 25%; + -ms-flex: 0 0 25%; + flex: 0 0 25%; max-width: 25%; } .col-md-4 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 33.333333%; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; max-width: 33.333333%; } .col-md-5 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 41.666667%; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; max-width: 41.666667%; } .col-md-6 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 50%; - -ms-flex: 0 0 50%; - flex: 0 0 50%; + -ms-flex: 0 0 50%; + flex: 0 0 50%; max-width: 50%; } .col-md-7 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 58.333333%; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; max-width: 58.333333%; } .col-md-8 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 66.666667%; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; max-width: 66.666667%; } .col-md-9 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 75%; - -ms-flex: 0 0 75%; - flex: 0 0 75%; + -ms-flex: 0 0 75%; + flex: 0 0 75%; max-width: 75%; } .col-md-10 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 83.333333%; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; max-width: 83.333333%; } .col-md-11 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 91.666667%; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; max-width: 91.666667%; } .col-md-12 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 100%; - -ms-flex: 0 0 100%; - flex: 0 0 100%; + -ms-flex: 0 0 100%; + flex: 0 0 100%; max-width: 100%; } - .pull-md-0 { - right: auto; - } - .pull-md-1 { - right: 8.333333%; - } - .pull-md-2 { - right: 16.666667%; - } - .pull-md-3 { - right: 25%; - } - .pull-md-4 { - right: 33.333333%; - } - .pull-md-5 { - right: 41.666667%; - } - .pull-md-6 { - right: 50%; - } - .pull-md-7 { - right: 58.333333%; - } - .pull-md-8 { - right: 66.666667%; - } - .pull-md-9 { - right: 75%; - } - .pull-md-10 { - right: 83.333333%; - } - .pull-md-11 { - right: 91.666667%; - } - .pull-md-12 { - right: 100%; + .order-md-1 { + -ms-flex-order: 1; + order: 1; } - .push-md-0 { - left: auto; - } - .push-md-1 { - left: 8.333333%; - } - .push-md-2 { - left: 16.666667%; - } - .push-md-3 { - left: 25%; - } - .push-md-4 { - left: 33.333333%; - } - .push-md-5 { - left: 41.666667%; - } - .push-md-6 { - left: 50%; - } - .push-md-7 { - left: 58.333333%; - } - .push-md-8 { - left: 66.666667%; - } - .push-md-9 { - left: 75%; - } - .push-md-10 { - left: 83.333333%; - } - .push-md-11 { - left: 91.666667%; + .order-md-2 { + -ms-flex-order: 2; + order: 2; } - .push-md-12 { - left: 100%; + .order-md-3 { + -ms-flex-order: 3; + order: 3; } - .offset-md-0 { - margin-left: 0%; + .order-md-4 { + -ms-flex-order: 4; + order: 4; } - .offset-md-1 { - margin-left: 8.333333%; + .order-md-5 { + -ms-flex-order: 5; + order: 5; } - .offset-md-2 { - margin-left: 16.666667%; + .order-md-6 { + -ms-flex-order: 6; + order: 6; } - .offset-md-3 { - margin-left: 25%; + .order-md-7 { + -ms-flex-order: 7; + order: 7; } - .offset-md-4 { - margin-left: 33.333333%; + .order-md-8 { + -ms-flex-order: 8; + order: 8; } - .offset-md-5 { - margin-left: 41.666667%; + .order-md-9 { + -ms-flex-order: 9; + order: 9; } - .offset-md-6 { - margin-left: 50%; + .order-md-10 { + -ms-flex-order: 10; + order: 10; } - .offset-md-7 { - margin-left: 58.333333%; + .order-md-11 { + -ms-flex-order: 11; + order: 11; } - .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%; + .order-md-12 { + -ms-flex-order: 12; + order: 12; } } @media (min-width: 992px) { .col-lg { - -webkit-flex-basis: 0; - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -webkit-flex-grow: 1; - -ms-flex-positive: 1; - flex-grow: 1; + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; max-width: 100%; } .col-lg-auto { - -webkit-box-flex: 0; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; + -ms-flex: 0 0 auto; + flex: 0 0 auto; width: auto; max-width: none; } .col-lg-1 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 8.333333%; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; max-width: 8.333333%; } .col-lg-2 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 16.666667%; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; max-width: 16.666667%; } .col-lg-3 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 25%; - -ms-flex: 0 0 25%; - flex: 0 0 25%; + -ms-flex: 0 0 25%; + flex: 0 0 25%; max-width: 25%; } .col-lg-4 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 33.333333%; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; max-width: 33.333333%; } .col-lg-5 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 41.666667%; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; max-width: 41.666667%; } .col-lg-6 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 50%; - -ms-flex: 0 0 50%; - flex: 0 0 50%; + -ms-flex: 0 0 50%; + flex: 0 0 50%; max-width: 50%; } .col-lg-7 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 58.333333%; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; max-width: 58.333333%; } .col-lg-8 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 66.666667%; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; max-width: 66.666667%; } .col-lg-9 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 75%; - -ms-flex: 0 0 75%; - flex: 0 0 75%; + -ms-flex: 0 0 75%; + flex: 0 0 75%; max-width: 75%; } .col-lg-10 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 83.333333%; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; max-width: 83.333333%; } .col-lg-11 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 91.666667%; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; max-width: 91.666667%; } .col-lg-12 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 100%; - -ms-flex: 0 0 100%; - flex: 0 0 100%; + -ms-flex: 0 0 100%; + flex: 0 0 100%; max-width: 100%; } - .pull-lg-0 { - right: auto; - } - .pull-lg-1 { - right: 8.333333%; - } - .pull-lg-2 { - right: 16.666667%; - } - .pull-lg-3 { - right: 25%; - } - .pull-lg-4 { - right: 33.333333%; - } - .pull-lg-5 { - right: 41.666667%; - } - .pull-lg-6 { - right: 50%; - } - .pull-lg-7 { - right: 58.333333%; - } - .pull-lg-8 { - right: 66.666667%; + .order-lg-1 { + -ms-flex-order: 1; + order: 1; } - .pull-lg-9 { - right: 75%; + .order-lg-2 { + -ms-flex-order: 2; + order: 2; } - .pull-lg-10 { - right: 83.333333%; + .order-lg-3 { + -ms-flex-order: 3; + order: 3; } - .pull-lg-11 { - right: 91.666667%; + .order-lg-4 { + -ms-flex-order: 4; + order: 4; } - .pull-lg-12 { - right: 100%; + .order-lg-5 { + -ms-flex-order: 5; + order: 5; } - .push-lg-0 { - left: auto; - } - .push-lg-1 { - left: 8.333333%; - } - .push-lg-2 { - left: 16.666667%; - } - .push-lg-3 { - left: 25%; - } - .push-lg-4 { - left: 33.333333%; - } - .push-lg-5 { - left: 41.666667%; - } - .push-lg-6 { - left: 50%; - } - .push-lg-7 { - left: 58.333333%; - } - .push-lg-8 { - left: 66.666667%; - } - .push-lg-9 { - left: 75%; - } - .push-lg-10 { - left: 83.333333%; - } - .push-lg-11 { - left: 91.666667%; + .order-lg-6 { + -ms-flex-order: 6; + order: 6; } - .push-lg-12 { - left: 100%; + .order-lg-7 { + -ms-flex-order: 7; + order: 7; } - .offset-lg-0 { - margin-left: 0%; + .order-lg-8 { + -ms-flex-order: 8; + order: 8; } - .offset-lg-1 { - margin-left: 8.333333%; + .order-lg-9 { + -ms-flex-order: 9; + order: 9; } - .offset-lg-2 { - margin-left: 16.666667%; + .order-lg-10 { + -ms-flex-order: 10; + order: 10; } - .offset-lg-3 { - margin-left: 25%; + .order-lg-11 { + -ms-flex-order: 11; + order: 11; } - .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%; + .order-lg-12 { + -ms-flex-order: 12; + order: 12; } } @media (min-width: 1200px) { .col-xl { - -webkit-flex-basis: 0; - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -webkit-flex-grow: 1; - -ms-flex-positive: 1; - flex-grow: 1; + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; max-width: 100%; } .col-xl-auto { - -webkit-box-flex: 0; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; + -ms-flex: 0 0 auto; + flex: 0 0 auto; width: auto; max-width: none; } .col-xl-1 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 8.333333%; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; max-width: 8.333333%; } .col-xl-2 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 16.666667%; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; max-width: 16.666667%; } .col-xl-3 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 25%; - -ms-flex: 0 0 25%; - flex: 0 0 25%; + -ms-flex: 0 0 25%; + flex: 0 0 25%; max-width: 25%; } .col-xl-4 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 33.333333%; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; max-width: 33.333333%; } .col-xl-5 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 41.666667%; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; max-width: 41.666667%; } .col-xl-6 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 50%; - -ms-flex: 0 0 50%; - flex: 0 0 50%; + -ms-flex: 0 0 50%; + flex: 0 0 50%; max-width: 50%; } .col-xl-7 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 58.333333%; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; max-width: 58.333333%; } .col-xl-8 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 66.666667%; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; max-width: 66.666667%; } .col-xl-9 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 75%; - -ms-flex: 0 0 75%; - flex: 0 0 75%; + -ms-flex: 0 0 75%; + flex: 0 0 75%; max-width: 75%; } .col-xl-10 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 83.333333%; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; max-width: 83.333333%; } .col-xl-11 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 91.666667%; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; max-width: 91.666667%; } .col-xl-12 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 100%; - -ms-flex: 0 0 100%; - flex: 0 0 100%; + -ms-flex: 0 0 100%; + flex: 0 0 100%; max-width: 100%; } - .pull-xl-0 { - right: auto; - } - .pull-xl-1 { - right: 8.333333%; - } - .pull-xl-2 { - right: 16.666667%; + .order-xl-1 { + -ms-flex-order: 1; + order: 1; } - .pull-xl-3 { - right: 25%; + .order-xl-2 { + -ms-flex-order: 2; + order: 2; } - .pull-xl-4 { - right: 33.333333%; + .order-xl-3 { + -ms-flex-order: 3; + order: 3; } - .pull-xl-5 { - right: 41.666667%; + .order-xl-4 { + -ms-flex-order: 4; + order: 4; } - .pull-xl-6 { - right: 50%; + .order-xl-5 { + -ms-flex-order: 5; + order: 5; } - .pull-xl-7 { - right: 58.333333%; + .order-xl-6 { + -ms-flex-order: 6; + order: 6; } - .pull-xl-8 { - right: 66.666667%; + .order-xl-7 { + -ms-flex-order: 7; + order: 7; } - .pull-xl-9 { - right: 75%; + .order-xl-8 { + -ms-flex-order: 8; + order: 8; } - .pull-xl-10 { - right: 83.333333%; + .order-xl-9 { + -ms-flex-order: 9; + order: 9; } - .pull-xl-11 { - right: 91.666667%; + .order-xl-10 { + -ms-flex-order: 10; + order: 10; } - .pull-xl-12 { - right: 100%; - } - .push-xl-0 { - left: auto; + .order-xl-11 { + -ms-flex-order: 11; + order: 11; } - .push-xl-1 { - left: 8.333333%; - } - .push-xl-2 { - left: 16.666667%; - } - .push-xl-3 { - left: 25%; - } - .push-xl-4 { - left: 33.333333%; - } - .push-xl-5 { - left: 41.666667%; - } - .push-xl-6 { - left: 50%; - } - .push-xl-7 { - left: 58.333333%; - } - .push-xl-8 { - left: 66.666667%; - } - .push-xl-9 { - left: 75%; - } - .push-xl-10 { - left: 83.333333%; - } - .push-xl-11 { - left: 91.666667%; - } - .push-xl-12 { - left: 100%; - } - .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%; + .order-xl-12 { + -ms-flex-order: 12; + order: 12; } } @@ -2075,15 +1568,10 @@ pre code { color: #495057; background-color: #fff; background-image: none; - -webkit-background-clip: padding-box; - background-clip: padding-box; + background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; - -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; - transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; - -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; - transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; } .form-control::-ms-expand { @@ -2103,11 +1591,6 @@ pre code { opacity: 1; } -.form-control::-moz-placeholder { - color: #868e96; - opacity: 1; -} - .form-control:-ms-input-placeholder { color: #868e96; opacity: 1; @@ -2220,13 +1703,10 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for } .form-row { - display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-flex-wrap: wrap; - -ms-flex-wrap: wrap; - flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; margin-right: -5px; margin-left: -5px; } @@ -2305,8 +1785,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); - box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } .was-validated .form-control:valid ~ .invalid-feedback, @@ -2341,8 +1820,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for } .was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); - box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } .was-validated .form-control:invalid, .form-control.is-invalid, .was-validated @@ -2354,8 +1832,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } .was-validated .form-control:invalid ~ .invalid-feedback, @@ -2390,24 +1867,16 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for } .was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } .form-inline { - display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -webkit-flex-flow: row wrap; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + -ms-flex-align: center; + align-items: center; } .form-inline .form-check { @@ -2416,38 +1885,23 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for @media (min-width: 576px) { .form-inline label { - display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: center; + justify-content: center; margin-bottom: 0; } .form-inline .form-group { - display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-box-flex: 0; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -webkit-flex-flow: row wrap; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + -ms-flex-align: center; + align-items: center; margin-bottom: 0; } .form-inline .form-control { @@ -2466,18 +1920,12 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for vertical-align: middle; } .form-inline .form-check { - display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: center; + justify-content: center; width: auto; margin-top: 0; margin-bottom: 0; @@ -2492,18 +1940,12 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for margin-left: 0; } .form-inline .custom-control { - display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: center; + justify-content: center; padding-left: 0; } .form-inline .custom-control-indicator { @@ -2532,8 +1974,6 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for font-size: 1rem; line-height: 1.25; border-radius: 0.25rem; - -webkit-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } @@ -2543,8 +1983,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .btn:focus, .btn.focus { outline: 0; - -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); - box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); + box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); } .btn.disabled, .btn:disabled { @@ -2573,8 +2012,7 @@ fieldset[disabled] a.btn { } .btn-primary:focus, .btn-primary.focus { - -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); - box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); + box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); } .btn-primary.disabled, .btn-primary:disabled { @@ -2602,8 +2040,7 @@ fieldset[disabled] a.btn { } .btn-secondary:focus, .btn-secondary.focus { - -webkit-box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); - box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); + box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); } .btn-secondary.disabled, .btn-secondary:disabled { @@ -2631,8 +2068,7 @@ fieldset[disabled] a.btn { } .btn-success:focus, .btn-success.focus { - -webkit-box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); - box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); + box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); } .btn-success.disabled, .btn-success:disabled { @@ -2660,8 +2096,7 @@ fieldset[disabled] a.btn { } .btn-info:focus, .btn-info.focus { - -webkit-box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); - box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); + box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); } .btn-info.disabled, .btn-info:disabled { @@ -2689,8 +2124,7 @@ fieldset[disabled] a.btn { } .btn-warning:focus, .btn-warning.focus { - -webkit-box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); - box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); + box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); } .btn-warning.disabled, .btn-warning:disabled { @@ -2718,8 +2152,7 @@ fieldset[disabled] a.btn { } .btn-danger:focus, .btn-danger.focus { - -webkit-box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); - box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); + box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); } .btn-danger.disabled, .btn-danger:disabled { @@ -2747,8 +2180,7 @@ fieldset[disabled] a.btn { } .btn-light:focus, .btn-light.focus { - -webkit-box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); - box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); + box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); } .btn-light.disabled, .btn-light:disabled { @@ -2776,8 +2208,7 @@ fieldset[disabled] a.btn { } .btn-dark:focus, .btn-dark.focus { - -webkit-box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); - box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); + box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); } .btn-dark.disabled, .btn-dark:disabled { @@ -2806,8 +2237,7 @@ fieldset[disabled] a.btn { } .btn-outline-primary:focus, .btn-outline-primary.focus { - -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); - box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); + box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); } .btn-outline-primary.disabled, .btn-outline-primary:disabled { @@ -2836,8 +2266,7 @@ fieldset[disabled] a.btn { } .btn-outline-secondary:focus, .btn-outline-secondary.focus { - -webkit-box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); - box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); + box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); } .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { @@ -2866,8 +2295,7 @@ fieldset[disabled] a.btn { } .btn-outline-success:focus, .btn-outline-success.focus { - -webkit-box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); - box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); + box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); } .btn-outline-success.disabled, .btn-outline-success:disabled { @@ -2896,8 +2324,7 @@ fieldset[disabled] a.btn { } .btn-outline-info:focus, .btn-outline-info.focus { - -webkit-box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); - box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); + box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); } .btn-outline-info.disabled, .btn-outline-info:disabled { @@ -2926,8 +2353,7 @@ fieldset[disabled] a.btn { } .btn-outline-warning:focus, .btn-outline-warning.focus { - -webkit-box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); - box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); + box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); } .btn-outline-warning.disabled, .btn-outline-warning:disabled { @@ -2956,8 +2382,7 @@ fieldset[disabled] a.btn { } .btn-outline-danger:focus, .btn-outline-danger.focus { - -webkit-box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); - box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); + box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); } .btn-outline-danger.disabled, .btn-outline-danger:disabled { @@ -2986,8 +2411,7 @@ fieldset[disabled] a.btn { } .btn-outline-light:focus, .btn-outline-light.focus { - -webkit-box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); - box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); + box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); } .btn-outline-light.disabled, .btn-outline-light:disabled { @@ -3016,8 +2440,7 @@ fieldset[disabled] a.btn { } .btn-outline-dark:focus, .btn-outline-dark.focus { - -webkit-box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); - box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); + box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); } .btn-outline-dark.disabled, .btn-outline-dark:disabled { @@ -3095,8 +2518,6 @@ input[type="button"].btn-block { .fade { opacity: 0; - -webkit-transition: opacity 0.15s linear; - -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } @@ -3124,8 +2545,6 @@ tbody.collapse.show { position: relative; height: 0; overflow: hidden; - -webkit-transition: height 0.35s ease; - -o-transition: height 0.35s ease; transition: height 0.35s ease; } @@ -3170,8 +2589,7 @@ tbody.collapse.show { text-align: left; list-style: none; background-color: #fff; - -webkit-background-clip: padding-box; - background-clip: padding-box; + background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; } @@ -3233,8 +2651,6 @@ tbody.collapse.show { .btn-group, .btn-group-vertical { position: relative; - display: -webkit-inline-box; - display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; vertical-align: middle; @@ -3243,10 +2659,8 @@ tbody.collapse.show { .btn-group > .btn, .btn-group-vertical > .btn { position: relative; - -webkit-box-flex: 0; - -webkit-flex: 0 1 auto; - -ms-flex: 0 1 auto; - flex: 0 1 auto; + -ms-flex: 0 1 auto; + flex: 0 1 auto; margin-bottom: 0; } @@ -3274,17 +2688,12 @@ tbody.collapse.show { } .btn-toolbar { - display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-flex-wrap: wrap; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -ms-flex-pack: start; + justify-content: flex-start; } .btn-toolbar .input-group { @@ -3349,23 +2758,14 @@ tbody.collapse.show { } .btn-group-vertical { - display: -webkit-inline-box; - display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-align: start; - -webkit-align-items: flex-start; - -ms-flex-align: start; - align-items: flex-start; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-align: start; + align-items: flex-start; + -ms-flex-pack: center; + justify-content: center; } .btn-group-vertical .btn, @@ -3421,8 +2821,6 @@ tbody.collapse.show { .input-group { position: relative; - display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; @@ -3431,10 +2829,8 @@ tbody.collapse.show { .input-group .form-control { position: relative; z-index: 2; - -webkit-box-flex: 1; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; + -ms-flex: 1 1 auto; + flex: 1 1 auto; width: 1%; margin-bottom: 0; } @@ -3446,14 +2842,10 @@ tbody.collapse.show { .input-group-addon, .input-group-btn, .input-group .form-control { - display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; + -ms-flex-align: center; + align-items: center; } .input-group-addon:not(:first-child):not(:last-child), @@ -3570,8 +2962,6 @@ tbody.collapse.show { .custom-control { position: relative; - display: -webkit-inline-box; - display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; min-height: 1.5rem; @@ -3591,8 +2981,7 @@ tbody.collapse.show { } .custom-control-input:focus ~ .custom-control-indicator { - -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff; - box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff; + box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff; } .custom-control-input:active ~ .custom-control-indicator { @@ -3623,8 +3012,7 @@ tbody.collapse.show { background-color: #ddd; background-repeat: no-repeat; background-position: center center; - -webkit-background-size: 50% 50%; - background-size: 50% 50%; + background-size: 50% 50%; } .custom-checkbox .custom-control-indicator { @@ -3649,15 +3037,10 @@ tbody.collapse.show { } .custom-controls-stacked { - display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; } .custom-controls-stacked .custom-control { @@ -3677,8 +3060,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; - -webkit-background-size: 8px 10px; - background-size: 8px 10px; + background-size: 8px 10px; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; -webkit-appearance: none; @@ -3773,13 +3155,10 @@ tbody.collapse.show { } .nav { - display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-flex-wrap: wrap; - -ms-flex-wrap: wrap; - flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; @@ -3846,21 +3225,16 @@ tbody.collapse.show { } .nav-fill .nav-item { - -webkit-box-flex: 1; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; + -ms-flex: 1 1 auto; + flex: 1 1 auto; text-align: center; } .nav-justified .nav-item { - -webkit-flex-basis: 0; - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -webkit-flex-grow: 1; - -ms-flex-positive: 1; - flex-grow: 1; + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; text-align: center; } @@ -3874,41 +3248,27 @@ tbody.collapse.show { .navbar { position: relative; - display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-flex-wrap: wrap; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: justify; - -webkit-justify-content: space-between; - -ms-flex-pack: justify; - justify-content: space-between; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: justify; + justify-content: space-between; padding: 0.5rem 1rem; } .navbar > .container, .navbar > .container-fluid { - display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-flex-wrap: wrap; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: justify; - -webkit-justify-content: space-between; - -ms-flex-pack: justify; - justify-content: space-between; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: justify; + justify-content: space-between; } @media (max-width: 575px) { @@ -3935,15 +3295,10 @@ tbody.collapse.show { } .navbar-nav { - display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; @@ -3966,9 +3321,8 @@ tbody.collapse.show { } .navbar-collapse { - -webkit-flex-basis: 100%; - -ms-flex-preferred-size: 100%; - flex-basis: 100%; + -ms-flex-preferred-size: 100%; + flex-basis: 100%; } .navbar-toggler { @@ -3991,8 +3345,7 @@ tbody.collapse.show { vertical-align: middle; content: ""; background: no-repeat center center; - -webkit-background-size: 100% 100%; - background-size: 100% 100%; + background-size: 100% 100%; } @media (max-width: 575px) { @@ -4005,25 +3358,16 @@ tbody.collapse.show { @media (min-width: 576px) { .navbar-expand-sm { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-pack: start; + justify-content: flex-start; } .navbar-expand-sm .navbar-nav { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; } .navbar-expand-sm .navbar-nav .dropdown-menu { position: absolute; @@ -4038,13 +3382,10 @@ tbody.collapse.show { } .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid { - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; } .navbar-expand-sm .navbar-collapse { - display: -webkit-box !important; - display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; } @@ -4063,25 +3404,16 @@ tbody.collapse.show { @media (min-width: 768px) { .navbar-expand-md { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-pack: start; + justify-content: flex-start; } .navbar-expand-md .navbar-nav { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; } .navbar-expand-md .navbar-nav .dropdown-menu { position: absolute; @@ -4096,13 +3428,10 @@ tbody.collapse.show { } .navbar-expand-md > .container, .navbar-expand-md > .container-fluid { - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; } .navbar-expand-md .navbar-collapse { - display: -webkit-box !important; - display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; } @@ -4121,25 +3450,16 @@ tbody.collapse.show { @media (min-width: 992px) { .navbar-expand-lg { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-pack: start; + justify-content: flex-start; } .navbar-expand-lg .navbar-nav { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; } .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute; @@ -4154,13 +3474,10 @@ tbody.collapse.show { } .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid { - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; } .navbar-expand-lg .navbar-collapse { - display: -webkit-box !important; - display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; } @@ -4179,25 +3496,16 @@ tbody.collapse.show { @media (min-width: 1200px) { .navbar-expand-xl { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-pack: start; + justify-content: flex-start; } .navbar-expand-xl .navbar-nav { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; } .navbar-expand-xl .navbar-nav .dropdown-menu { position: absolute; @@ -4212,13 +3520,10 @@ tbody.collapse.show { } .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid { - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; } .navbar-expand-xl .navbar-collapse { - display: -webkit-box !important; - display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; } @@ -4228,18 +3533,12 @@ tbody.collapse.show { } .navbar-expand { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-pack: start; + justify-content: flex-start; } .navbar-expand > .container, @@ -4249,11 +3548,8 @@ tbody.collapse.show { } .navbar-expand .navbar-nav { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; } .navbar-expand .navbar-nav .dropdown-menu { @@ -4272,14 +3568,11 @@ tbody.collapse.show { .navbar-expand > .container, .navbar-expand > .container-fluid { - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; } .navbar-expand .navbar-collapse { - display: -webkit-box !important; - display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; } @@ -4370,15 +3663,10 @@ tbody.collapse.show { .card { position: relative; - display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; @@ -4387,10 +3675,8 @@ tbody.collapse.show { } .card-body { - -webkit-box-flex: 1; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; + -ms-flex: 1 1 auto; + flex: 1 1 auto; padding: 1.25rem; } @@ -4680,32 +3966,20 @@ tbody.collapse.show { @media (min-width: 576px) { .card-deck { - display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -webkit-flex-flow: row wrap; - -ms-flex-flow: row wrap; - flex-flow: row wrap; + -ms-flex-flow: row wrap; + flex-flow: row wrap; margin-right: -15px; margin-left: -15px; } .card-deck .card { - display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-box-flex: 1; - -webkit-flex: 1 0 0%; - -ms-flex: 1 0 0%; - flex: 1 0 0%; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; + -ms-flex: 1 0 0%; + flex: 1 0 0%; + -ms-flex-direction: column; + flex-direction: column; margin-right: 15px; margin-left: 15px; } @@ -4713,21 +3987,14 @@ tbody.collapse.show { @media (min-width: 576px) { .card-group { - display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -webkit-flex-flow: row wrap; - -ms-flex-flow: row wrap; - flex-flow: row wrap; + -ms-flex-flow: row wrap; + flex-flow: row wrap; } .card-group .card { - -webkit-box-flex: 1; - -webkit-flex: 1 0 0%; - -ms-flex: 1 0 0%; - flex: 1 0 0%; + -ms-flex: 1 0 0%; + flex: 1 0 0%; } .card-group .card + .card { margin-left: 0; @@ -4769,10 +4036,8 @@ tbody.collapse.show { @media (min-width: 576px) { .card-columns { -webkit-column-count: 3; - -moz-column-count: 3; column-count: 3; -webkit-column-gap: 1.25rem; - -moz-column-gap: 1.25rem; column-gap: 1.25rem; } .card-columns .card { @@ -4820,8 +4085,6 @@ tbody.collapse.show { } .pagination { - display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; padding-left: 0; @@ -5183,15 +4446,6 @@ tbody.collapse.show { } } -@-o-keyframes progress-bar-stripes { - from { - background-position: 1rem 0; - } - to { - background-position: 0 0; - } -} - @keyframes progress-bar-stripes { from { background-position: 1rem 0; @@ -5202,8 +4456,6 @@ tbody.collapse.show { } .progress { - display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; overflow: hidden; @@ -5219,53 +4471,36 @@ tbody.collapse.show { line-height: 1rem; color: #fff; background-color: #007bff; - -webkit-transition: width 0.6s ease; - -o-transition: width 0.6s ease; transition: width 0.6s ease; } .progress-bar-striped { - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - -webkit-background-size: 1rem 1rem; - background-size: 1rem 1rem; + background-size: 1rem 1rem; } .progress-bar-animated { -webkit-animation: progress-bar-stripes 1s linear infinite; - -o-animation: progress-bar-stripes 1s linear infinite; animation: progress-bar-stripes 1s linear infinite; } .media { - display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-box-align: start; - -webkit-align-items: flex-start; - -ms-flex-align: start; - align-items: flex-start; + -ms-flex-align: start; + align-items: flex-start; } .media-body { - -webkit-box-flex: 1; - -webkit-flex: 1; - -ms-flex: 1; - flex: 1; + -ms-flex: 1; + flex: 1; } .list-group { - display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; padding-left: 0; margin-bottom: 0; } @@ -5612,19 +4847,15 @@ button.close { } .modal.fade .modal-dialog { - -webkit-transition: -webkit-transform 0.3s ease-out; transition: -webkit-transform 0.3s ease-out; - -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; - transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out; + transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; -webkit-transform: translate(0, -25%); - -o-transform: translate(0, -25%); transform: translate(0, -25%); } .modal.show .modal-dialog { -webkit-transform: translate(0, 0); - -o-transform: translate(0, 0); transform: translate(0, 0); } @@ -5641,18 +4872,12 @@ button.close { .modal-content { position: relative; - display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; background-color: #fff; - -webkit-background-clip: padding-box; - background-clip: padding-box; + background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; outline: 0; @@ -5677,18 +4902,12 @@ button.close { } .modal-header { - display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: justify; - -webkit-justify-content: space-between; - -ms-flex-pack: justify; - justify-content: space-between; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: justify; + justify-content: space-between; padding: 15px; border-bottom: 1px solid #e9ecef; } @@ -5700,26 +4919,18 @@ button.close { .modal-body { position: relative; - -webkit-box-flex: 1; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; + -ms-flex: 1 1 auto; + flex: 1 1 auto; padding: 15px; } .modal-footer { - display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: end; - -webkit-justify-content: flex-end; - -ms-flex-pack: end; - justify-content: flex-end; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: end; + justify-content: flex-end; padding: 15px; border-top: 1px solid #e9ecef; } @@ -5892,8 +5103,7 @@ button.close { font-size: 0.875rem; word-wrap: break-word; background-color: #fff; - -webkit-background-clip: padding-box; - background-clip: padding-box; + background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; } @@ -6064,16 +5274,12 @@ button.close { .carousel-item { position: relative; display: none; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; + -ms-flex-align: center; + align-items: center; width: 100%; - -webkit-transition: -webkit-transform 0.6s ease; transition: -webkit-transform 0.6s ease; - -o-transition: -o-transform 0.6s ease; transition: transform 0.6s ease; - transition: transform 0.6s ease, -webkit-transform 0.6s ease, -o-transform 0.6s ease; + transition: transform 0.6s ease, -webkit-transform 0.6s ease; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; @@ -6083,8 +5289,6 @@ button.close { .carousel-item.active, .carousel-item-next, .carousel-item-prev { - display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; } @@ -6118,18 +5322,12 @@ button.close { position: absolute; top: 0; bottom: 0; - display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: center; + justify-content: center; width: 15%; color: #fff; text-align: center; @@ -6159,8 +5357,7 @@ button.close { width: 20px; height: 20px; background: transparent no-repeat center center; - -webkit-background-size: 100% 100%; - background-size: 100% 100%; + background-size: 100% 100%; } .carousel-control-prev-icon { @@ -6177,14 +5374,10 @@ button.close { bottom: 10px; left: 0; z-index: 15; - display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; + -ms-flex-pack: center; + justify-content: center; padding-left: 0; margin-right: 15%; margin-left: 15%; @@ -6193,10 +5386,8 @@ button.close { .carousel-indicators li { position: relative; - -webkit-box-flex: 1; - -webkit-flex: 1 0 auto; - -ms-flex: 1 0 auto; - flex: 1 0 auto; + -ms-flex: 1 0 auto; + flex: 1 0 auto; max-width: 30px; height: 3px; margin-right: 3px; @@ -6448,15 +5639,11 @@ a.bg-dark:focus, a.bg-dark:hover { } .d-flex { - display: -webkit-box !important; - display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; } .d-inline-flex { - display: -webkit-inline-box !important; - display: -webkit-inline-flex !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } @@ -6481,14 +5668,10 @@ a.bg-dark:focus, a.bg-dark:hover { display: table-cell !important; } .d-sm-flex { - display: -webkit-box !important; - display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; } .d-sm-inline-flex { - display: -webkit-inline-box !important; - display: -webkit-inline-flex !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } @@ -6514,14 +5697,10 @@ a.bg-dark:focus, a.bg-dark:hover { display: table-cell !important; } .d-md-flex { - display: -webkit-box !important; - display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; } .d-md-inline-flex { - display: -webkit-inline-box !important; - display: -webkit-inline-flex !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } @@ -6547,14 +5726,10 @@ a.bg-dark:focus, a.bg-dark:hover { display: table-cell !important; } .d-lg-flex { - display: -webkit-box !important; - display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; } .d-lg-inline-flex { - display: -webkit-inline-box !important; - display: -webkit-inline-flex !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } @@ -6580,14 +5755,10 @@ a.bg-dark:focus, a.bg-dark:hover { display: table-cell !important; } .d-xl-flex { - display: -webkit-box !important; - display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; } .d-xl-inline-flex { - display: -webkit-inline-box !important; - display: -webkit-inline-flex !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } @@ -6629,947 +5800,624 @@ a.bg-dark:focus, a.bg-dark:hover { } } -.order-first { - -webkit-box-ordinal-group: 0; - -webkit-order: -1; - -ms-flex-order: -1; - order: -1; -} - -.order-last { - -webkit-box-ordinal-group: 2; - -webkit-order: 1; - -ms-flex-order: 1; - order: 1; -} - -.order-0 { - -webkit-box-ordinal-group: 1; - -webkit-order: 0; - -ms-flex-order: 0; - order: 0; -} - .flex-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -webkit-flex-direction: row !important; - -ms-flex-direction: row !important; - flex-direction: row !important; + -ms-flex-direction: row !important; + flex-direction: row !important; } .flex-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -webkit-flex-direction: column !important; - -ms-flex-direction: column !important; - flex-direction: column !important; + -ms-flex-direction: column !important; + flex-direction: column !important; } .flex-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -webkit-flex-direction: row-reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } .flex-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -webkit-flex-direction: column-reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } .flex-wrap { - -webkit-flex-wrap: wrap !important; - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } .flex-nowrap { - -webkit-flex-wrap: nowrap !important; - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } .flex-wrap-reverse { - -webkit-flex-wrap: wrap-reverse !important; - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } .justify-content-start { - -webkit-box-pack: start !important; - -webkit-justify-content: flex-start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } .justify-content-end { - -webkit-box-pack: end !important; - -webkit-justify-content: flex-end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } .justify-content-center { - -webkit-box-pack: center !important; - -webkit-justify-content: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } .justify-content-between { - -webkit-box-pack: justify !important; - -webkit-justify-content: space-between !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } .justify-content-around { - -webkit-justify-content: space-around !important; - -ms-flex-pack: distribute !important; - justify-content: space-around !important; + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } .align-items-start { - -webkit-box-align: start !important; - -webkit-align-items: flex-start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } .align-items-end { - -webkit-box-align: end !important; - -webkit-align-items: flex-end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } .align-items-center { - -webkit-box-align: center !important; - -webkit-align-items: center !important; - -ms-flex-align: center !important; - align-items: center !important; + -ms-flex-align: center !important; + align-items: center !important; } .align-items-baseline { - -webkit-box-align: baseline !important; - -webkit-align-items: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } .align-items-stretch { - -webkit-box-align: stretch !important; - -webkit-align-items: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } .align-content-start { - -webkit-align-content: flex-start !important; - -ms-flex-line-pack: start !important; - align-content: flex-start !important; + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } .align-content-end { - -webkit-align-content: flex-end !important; - -ms-flex-line-pack: end !important; - align-content: flex-end !important; + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } .align-content-center { - -webkit-align-content: center !important; - -ms-flex-line-pack: center !important; - align-content: center !important; + -ms-flex-line-pack: center !important; + align-content: center !important; } .align-content-between { - -webkit-align-content: space-between !important; - -ms-flex-line-pack: justify !important; - align-content: space-between !important; + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } .align-content-around { - -webkit-align-content: space-around !important; - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; } .align-content-stretch { - -webkit-align-content: stretch !important; - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; } .align-self-auto { - -webkit-align-self: auto !important; - -ms-flex-item-align: auto !important; - align-self: auto !important; + -ms-flex-item-align: auto !important; + align-self: auto !important; } .align-self-start { - -webkit-align-self: flex-start !important; - -ms-flex-item-align: start !important; - align-self: flex-start !important; + -ms-flex-item-align: start !important; + align-self: flex-start !important; } .align-self-end { - -webkit-align-self: flex-end !important; - -ms-flex-item-align: end !important; - align-self: flex-end !important; + -ms-flex-item-align: end !important; + align-self: flex-end !important; } .align-self-center { - -webkit-align-self: center !important; - -ms-flex-item-align: center !important; - align-self: center !important; + -ms-flex-item-align: center !important; + align-self: center !important; } .align-self-baseline { - -webkit-align-self: baseline !important; - -ms-flex-item-align: baseline !important; - align-self: baseline !important; + -ms-flex-item-align: baseline !important; + align-self: baseline !important; } .align-self-stretch { - -webkit-align-self: stretch !important; - -ms-flex-item-align: stretch !important; - align-self: stretch !important; + -ms-flex-item-align: stretch !important; + align-self: stretch !important; } @media (min-width: 576px) { - .order-sm-first { - -webkit-box-ordinal-group: 0; - -webkit-order: -1; - -ms-flex-order: -1; - order: -1; - } - .order-sm-last { - -webkit-box-ordinal-group: 2; - -webkit-order: 1; - -ms-flex-order: 1; - order: 1; - } - .order-sm-0 { - -webkit-box-ordinal-group: 1; - -webkit-order: 0; - -ms-flex-order: 0; - order: 0; - } .flex-sm-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -webkit-flex-direction: row !important; - -ms-flex-direction: row !important; - flex-direction: row !important; + -ms-flex-direction: row !important; + flex-direction: row !important; } .flex-sm-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -webkit-flex-direction: column !important; - -ms-flex-direction: column !important; - flex-direction: column !important; + -ms-flex-direction: column !important; + flex-direction: column !important; } .flex-sm-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -webkit-flex-direction: row-reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } .flex-sm-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -webkit-flex-direction: column-reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } .flex-sm-wrap { - -webkit-flex-wrap: wrap !important; - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } .flex-sm-nowrap { - -webkit-flex-wrap: nowrap !important; - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } .flex-sm-wrap-reverse { - -webkit-flex-wrap: wrap-reverse !important; - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } .justify-content-sm-start { - -webkit-box-pack: start !important; - -webkit-justify-content: flex-start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } .justify-content-sm-end { - -webkit-box-pack: end !important; - -webkit-justify-content: flex-end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } .justify-content-sm-center { - -webkit-box-pack: center !important; - -webkit-justify-content: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } .justify-content-sm-between { - -webkit-box-pack: justify !important; - -webkit-justify-content: space-between !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } .justify-content-sm-around { - -webkit-justify-content: space-around !important; - -ms-flex-pack: distribute !important; - justify-content: space-around !important; + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } .align-items-sm-start { - -webkit-box-align: start !important; - -webkit-align-items: flex-start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } .align-items-sm-end { - -webkit-box-align: end !important; - -webkit-align-items: flex-end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } .align-items-sm-center { - -webkit-box-align: center !important; - -webkit-align-items: center !important; - -ms-flex-align: center !important; - align-items: center !important; + -ms-flex-align: center !important; + align-items: center !important; } .align-items-sm-baseline { - -webkit-box-align: baseline !important; - -webkit-align-items: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } .align-items-sm-stretch { - -webkit-box-align: stretch !important; - -webkit-align-items: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } .align-content-sm-start { - -webkit-align-content: flex-start !important; - -ms-flex-line-pack: start !important; - align-content: flex-start !important; + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } .align-content-sm-end { - -webkit-align-content: flex-end !important; - -ms-flex-line-pack: end !important; - align-content: flex-end !important; + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } .align-content-sm-center { - -webkit-align-content: center !important; - -ms-flex-line-pack: center !important; - align-content: center !important; + -ms-flex-line-pack: center !important; + align-content: center !important; } .align-content-sm-between { - -webkit-align-content: space-between !important; - -ms-flex-line-pack: justify !important; - align-content: space-between !important; + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } .align-content-sm-around { - -webkit-align-content: space-around !important; - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; } .align-content-sm-stretch { - -webkit-align-content: stretch !important; - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; } .align-self-sm-auto { - -webkit-align-self: auto !important; - -ms-flex-item-align: auto !important; - align-self: auto !important; + -ms-flex-item-align: auto !important; + align-self: auto !important; } .align-self-sm-start { - -webkit-align-self: flex-start !important; - -ms-flex-item-align: start !important; - align-self: flex-start !important; + -ms-flex-item-align: start !important; + align-self: flex-start !important; } .align-self-sm-end { - -webkit-align-self: flex-end !important; - -ms-flex-item-align: end !important; - align-self: flex-end !important; + -ms-flex-item-align: end !important; + align-self: flex-end !important; } .align-self-sm-center { - -webkit-align-self: center !important; - -ms-flex-item-align: center !important; - align-self: center !important; + -ms-flex-item-align: center !important; + align-self: center !important; } .align-self-sm-baseline { - -webkit-align-self: baseline !important; - -ms-flex-item-align: baseline !important; - align-self: baseline !important; + -ms-flex-item-align: baseline !important; + align-self: baseline !important; } .align-self-sm-stretch { - -webkit-align-self: stretch !important; - -ms-flex-item-align: stretch !important; - align-self: stretch !important; + -ms-flex-item-align: stretch !important; + align-self: stretch !important; } } @media (min-width: 768px) { - .order-md-first { - -webkit-box-ordinal-group: 0; - -webkit-order: -1; - -ms-flex-order: -1; - order: -1; - } - .order-md-last { - -webkit-box-ordinal-group: 2; - -webkit-order: 1; - -ms-flex-order: 1; - order: 1; - } - .order-md-0 { - -webkit-box-ordinal-group: 1; - -webkit-order: 0; - -ms-flex-order: 0; - order: 0; - } .flex-md-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -webkit-flex-direction: row !important; - -ms-flex-direction: row !important; - flex-direction: row !important; + -ms-flex-direction: row !important; + flex-direction: row !important; } .flex-md-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -webkit-flex-direction: column !important; - -ms-flex-direction: column !important; - flex-direction: column !important; + -ms-flex-direction: column !important; + flex-direction: column !important; } .flex-md-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -webkit-flex-direction: row-reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } .flex-md-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -webkit-flex-direction: column-reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } .flex-md-wrap { - -webkit-flex-wrap: wrap !important; - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } .flex-md-nowrap { - -webkit-flex-wrap: nowrap !important; - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } .flex-md-wrap-reverse { - -webkit-flex-wrap: wrap-reverse !important; - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } .justify-content-md-start { - -webkit-box-pack: start !important; - -webkit-justify-content: flex-start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } .justify-content-md-end { - -webkit-box-pack: end !important; - -webkit-justify-content: flex-end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } .justify-content-md-center { - -webkit-box-pack: center !important; - -webkit-justify-content: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } .justify-content-md-between { - -webkit-box-pack: justify !important; - -webkit-justify-content: space-between !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } .justify-content-md-around { - -webkit-justify-content: space-around !important; - -ms-flex-pack: distribute !important; - justify-content: space-around !important; + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } .align-items-md-start { - -webkit-box-align: start !important; - -webkit-align-items: flex-start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } .align-items-md-end { - -webkit-box-align: end !important; - -webkit-align-items: flex-end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } .align-items-md-center { - -webkit-box-align: center !important; - -webkit-align-items: center !important; - -ms-flex-align: center !important; - align-items: center !important; + -ms-flex-align: center !important; + align-items: center !important; } .align-items-md-baseline { - -webkit-box-align: baseline !important; - -webkit-align-items: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } .align-items-md-stretch { - -webkit-box-align: stretch !important; - -webkit-align-items: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } .align-content-md-start { - -webkit-align-content: flex-start !important; - -ms-flex-line-pack: start !important; - align-content: flex-start !important; + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } .align-content-md-end { - -webkit-align-content: flex-end !important; - -ms-flex-line-pack: end !important; - align-content: flex-end !important; + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } .align-content-md-center { - -webkit-align-content: center !important; - -ms-flex-line-pack: center !important; - align-content: center !important; + -ms-flex-line-pack: center !important; + align-content: center !important; } .align-content-md-between { - -webkit-align-content: space-between !important; - -ms-flex-line-pack: justify !important; - align-content: space-between !important; + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } .align-content-md-around { - -webkit-align-content: space-around !important; - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; } .align-content-md-stretch { - -webkit-align-content: stretch !important; - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; } .align-self-md-auto { - -webkit-align-self: auto !important; - -ms-flex-item-align: auto !important; - align-self: auto !important; + -ms-flex-item-align: auto !important; + align-self: auto !important; } .align-self-md-start { - -webkit-align-self: flex-start !important; - -ms-flex-item-align: start !important; - align-self: flex-start !important; + -ms-flex-item-align: start !important; + align-self: flex-start !important; } .align-self-md-end { - -webkit-align-self: flex-end !important; - -ms-flex-item-align: end !important; - align-self: flex-end !important; + -ms-flex-item-align: end !important; + align-self: flex-end !important; } .align-self-md-center { - -webkit-align-self: center !important; - -ms-flex-item-align: center !important; - align-self: center !important; + -ms-flex-item-align: center !important; + align-self: center !important; } .align-self-md-baseline { - -webkit-align-self: baseline !important; - -ms-flex-item-align: baseline !important; - align-self: baseline !important; + -ms-flex-item-align: baseline !important; + align-self: baseline !important; } .align-self-md-stretch { - -webkit-align-self: stretch !important; - -ms-flex-item-align: stretch !important; - align-self: stretch !important; + -ms-flex-item-align: stretch !important; + align-self: stretch !important; } } @media (min-width: 992px) { - .order-lg-first { - -webkit-box-ordinal-group: 0; - -webkit-order: -1; - -ms-flex-order: -1; - order: -1; - } - .order-lg-last { - -webkit-box-ordinal-group: 2; - -webkit-order: 1; - -ms-flex-order: 1; - order: 1; - } - .order-lg-0 { - -webkit-box-ordinal-group: 1; - -webkit-order: 0; - -ms-flex-order: 0; - order: 0; - } .flex-lg-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -webkit-flex-direction: row !important; - -ms-flex-direction: row !important; - flex-direction: row !important; + -ms-flex-direction: row !important; + flex-direction: row !important; } .flex-lg-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -webkit-flex-direction: column !important; - -ms-flex-direction: column !important; - flex-direction: column !important; + -ms-flex-direction: column !important; + flex-direction: column !important; } .flex-lg-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -webkit-flex-direction: row-reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } .flex-lg-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -webkit-flex-direction: column-reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } .flex-lg-wrap { - -webkit-flex-wrap: wrap !important; - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } .flex-lg-nowrap { - -webkit-flex-wrap: nowrap !important; - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } .flex-lg-wrap-reverse { - -webkit-flex-wrap: wrap-reverse !important; - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } .justify-content-lg-start { - -webkit-box-pack: start !important; - -webkit-justify-content: flex-start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } .justify-content-lg-end { - -webkit-box-pack: end !important; - -webkit-justify-content: flex-end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } .justify-content-lg-center { - -webkit-box-pack: center !important; - -webkit-justify-content: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } .justify-content-lg-between { - -webkit-box-pack: justify !important; - -webkit-justify-content: space-between !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } .justify-content-lg-around { - -webkit-justify-content: space-around !important; - -ms-flex-pack: distribute !important; - justify-content: space-around !important; + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } .align-items-lg-start { - -webkit-box-align: start !important; - -webkit-align-items: flex-start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } .align-items-lg-end { - -webkit-box-align: end !important; - -webkit-align-items: flex-end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } .align-items-lg-center { - -webkit-box-align: center !important; - -webkit-align-items: center !important; - -ms-flex-align: center !important; - align-items: center !important; + -ms-flex-align: center !important; + align-items: center !important; } .align-items-lg-baseline { - -webkit-box-align: baseline !important; - -webkit-align-items: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } .align-items-lg-stretch { - -webkit-box-align: stretch !important; - -webkit-align-items: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } .align-content-lg-start { - -webkit-align-content: flex-start !important; - -ms-flex-line-pack: start !important; - align-content: flex-start !important; + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } .align-content-lg-end { - -webkit-align-content: flex-end !important; - -ms-flex-line-pack: end !important; - align-content: flex-end !important; + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } .align-content-lg-center { - -webkit-align-content: center !important; - -ms-flex-line-pack: center !important; - align-content: center !important; + -ms-flex-line-pack: center !important; + align-content: center !important; } .align-content-lg-between { - -webkit-align-content: space-between !important; - -ms-flex-line-pack: justify !important; - align-content: space-between !important; + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } .align-content-lg-around { - -webkit-align-content: space-around !important; - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; } .align-content-lg-stretch { - -webkit-align-content: stretch !important; - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; } .align-self-lg-auto { - -webkit-align-self: auto !important; - -ms-flex-item-align: auto !important; - align-self: auto !important; + -ms-flex-item-align: auto !important; + align-self: auto !important; } .align-self-lg-start { - -webkit-align-self: flex-start !important; - -ms-flex-item-align: start !important; - align-self: flex-start !important; + -ms-flex-item-align: start !important; + align-self: flex-start !important; } .align-self-lg-end { - -webkit-align-self: flex-end !important; - -ms-flex-item-align: end !important; - align-self: flex-end !important; + -ms-flex-item-align: end !important; + align-self: flex-end !important; } .align-self-lg-center { - -webkit-align-self: center !important; - -ms-flex-item-align: center !important; - align-self: center !important; + -ms-flex-item-align: center !important; + align-self: center !important; } .align-self-lg-baseline { - -webkit-align-self: baseline !important; - -ms-flex-item-align: baseline !important; - align-self: baseline !important; + -ms-flex-item-align: baseline !important; + align-self: baseline !important; } .align-self-lg-stretch { - -webkit-align-self: stretch !important; - -ms-flex-item-align: stretch !important; - align-self: stretch !important; + -ms-flex-item-align: stretch !important; + align-self: stretch !important; } } @media (min-width: 1200px) { - .order-xl-first { - -webkit-box-ordinal-group: 0; - -webkit-order: -1; - -ms-flex-order: -1; - order: -1; - } - .order-xl-last { - -webkit-box-ordinal-group: 2; - -webkit-order: 1; - -ms-flex-order: 1; - order: 1; - } - .order-xl-0 { - -webkit-box-ordinal-group: 1; - -webkit-order: 0; - -ms-flex-order: 0; - order: 0; - } .flex-xl-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -webkit-flex-direction: row !important; - -ms-flex-direction: row !important; - flex-direction: row !important; + -ms-flex-direction: row !important; + flex-direction: row !important; } .flex-xl-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -webkit-flex-direction: column !important; - -ms-flex-direction: column !important; - flex-direction: column !important; + -ms-flex-direction: column !important; + flex-direction: column !important; } .flex-xl-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -webkit-flex-direction: row-reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } .flex-xl-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -webkit-flex-direction: column-reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } .flex-xl-wrap { - -webkit-flex-wrap: wrap !important; - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } .flex-xl-nowrap { - -webkit-flex-wrap: nowrap !important; - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } .flex-xl-wrap-reverse { - -webkit-flex-wrap: wrap-reverse !important; - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } .justify-content-xl-start { - -webkit-box-pack: start !important; - -webkit-justify-content: flex-start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } .justify-content-xl-end { - -webkit-box-pack: end !important; - -webkit-justify-content: flex-end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } .justify-content-xl-center { - -webkit-box-pack: center !important; - -webkit-justify-content: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } .justify-content-xl-between { - -webkit-box-pack: justify !important; - -webkit-justify-content: space-between !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } .justify-content-xl-around { - -webkit-justify-content: space-around !important; - -ms-flex-pack: distribute !important; - justify-content: space-around !important; + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } .align-items-xl-start { - -webkit-box-align: start !important; - -webkit-align-items: flex-start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } .align-items-xl-end { - -webkit-box-align: end !important; - -webkit-align-items: flex-end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } .align-items-xl-center { - -webkit-box-align: center !important; - -webkit-align-items: center !important; - -ms-flex-align: center !important; - align-items: center !important; + -ms-flex-align: center !important; + align-items: center !important; } .align-items-xl-baseline { - -webkit-box-align: baseline !important; - -webkit-align-items: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } .align-items-xl-stretch { - -webkit-box-align: stretch !important; - -webkit-align-items: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } .align-content-xl-start { - -webkit-align-content: flex-start !important; - -ms-flex-line-pack: start !important; - align-content: flex-start !important; + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } .align-content-xl-end { - -webkit-align-content: flex-end !important; - -ms-flex-line-pack: end !important; - align-content: flex-end !important; + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } .align-content-xl-center { - -webkit-align-content: center !important; - -ms-flex-line-pack: center !important; - align-content: center !important; + -ms-flex-line-pack: center !important; + align-content: center !important; } .align-content-xl-between { - -webkit-align-content: space-between !important; - -ms-flex-line-pack: justify !important; - align-content: space-between !important; + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } .align-content-xl-around { - -webkit-align-content: space-around !important; - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; } .align-content-xl-stretch { - -webkit-align-content: stretch !important; - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; } .align-self-xl-auto { - -webkit-align-self: auto !important; - -ms-flex-item-align: auto !important; - align-self: auto !important; + -ms-flex-item-align: auto !important; + align-self: auto !important; } .align-self-xl-start { - -webkit-align-self: flex-start !important; - -ms-flex-item-align: start !important; - align-self: flex-start !important; + -ms-flex-item-align: start !important; + align-self: flex-start !important; } .align-self-xl-end { - -webkit-align-self: flex-end !important; - -ms-flex-item-align: end !important; - align-self: flex-end !important; + -ms-flex-item-align: end !important; + align-self: flex-end !important; } .align-self-xl-center { - -webkit-align-self: center !important; - -ms-flex-item-align: center !important; - align-self: center !important; + -ms-flex-item-align: center !important; + align-self: center !important; } .align-self-xl-baseline { - -webkit-align-self: baseline !important; - -ms-flex-item-align: baseline !important; - align-self: baseline !important; + -ms-flex-item-align: baseline !important; + align-self: baseline !important; } .align-self-xl-stretch { - -webkit-align-self: stretch !important; - -ms-flex-item-align: stretch !important; - align-self: stretch !important; + -ms-flex-item-align: stretch !important; + align-self: stretch !important; } } -- cgit v1.2.3 From a7a47081f21c69159cfa5734e9deb2be3a1acaad Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 30 Jun 2017 15:29:59 -0700 Subject: build dist --- dist/css/bootstrap.css | 221 ++----------------------------------------------- 1 file changed, 7 insertions(+), 214 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 227410ceb..ec9f79cb9 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -504,10 +504,8 @@ mark, } .blockquote { - padding: 0.5rem 1rem; margin-bottom: 1rem; font-size: 1.25rem; - border-left: 0.25rem solid #e9ecef; } .blockquote-footer { @@ -520,22 +518,6 @@ mark, content: "\2014 \00A0"; } -.blockquote-reverse { - padding-right: 1rem; - padding-left: 0; - text-align: right; - border-right: 0.25rem solid #e9ecef; - border-left: 0; -} - -.blockquote-reverse .blockquote-footer::before { - content: ""; -} - -.blockquote-reverse .blockquote-footer::after { - content: "\00A0 \2014"; -} - .img-fluid { max-width: 100%; height: auto; @@ -3670,6 +3652,7 @@ tbody.collapse.show { min-width: 0; word-wrap: break-word; background-color: #fff; + background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.25rem; } @@ -3714,7 +3697,7 @@ tbody.collapse.show { .card-header { padding: 0.75rem 1.25rem; margin-bottom: 0; - background-color: #f8f9fa; + background-color: rgba(0, 0, 0, 0.03); border-bottom: 1px solid rgba(0, 0, 0, 0.125); } @@ -3724,7 +3707,7 @@ tbody.collapse.show { .card-footer { padding: 0.75rem 1.25rem; - background-color: #f8f9fa; + background-color: rgba(0, 0, 0, 0.03); border-top: 1px solid rgba(0, 0, 0, 0.125); } @@ -3744,200 +3727,6 @@ tbody.collapse.show { margin-left: -0.625rem; } -.card-primary { - background-color: #007bff; - border-color: #007bff; -} - -.card-primary .card-header, -.card-primary .card-footer { - background-color: transparent; -} - -.card-secondary { - background-color: #868e96; - border-color: #868e96; -} - -.card-secondary .card-header, -.card-secondary .card-footer { - background-color: transparent; -} - -.card-success { - background-color: #28a745; - border-color: #28a745; -} - -.card-success .card-header, -.card-success .card-footer { - background-color: transparent; -} - -.card-info { - background-color: #17a2b8; - border-color: #17a2b8; -} - -.card-info .card-header, -.card-info .card-footer { - background-color: transparent; -} - -.card-warning { - background-color: #ffc107; - border-color: #ffc107; -} - -.card-warning .card-header, -.card-warning .card-footer { - background-color: transparent; -} - -.card-danger { - background-color: #dc3545; - border-color: #dc3545; -} - -.card-danger .card-header, -.card-danger .card-footer { - background-color: transparent; -} - -.card-light { - background-color: #f8f9fa; - border-color: #f8f9fa; -} - -.card-light .card-header, -.card-light .card-footer { - background-color: transparent; -} - -.card-dark { - background-color: #343a40; - border-color: #343a40; -} - -.card-dark .card-header, -.card-dark .card-footer { - background-color: transparent; -} - -.card-outline-primary { - background-color: #007bff; - border-color: #007bff; -} - -.card-outline-primary .card-header, -.card-outline-primary .card-footer { - background-color: transparent; -} - -.card-outline-secondary { - background-color: #868e96; - border-color: #868e96; -} - -.card-outline-secondary .card-header, -.card-outline-secondary .card-footer { - background-color: transparent; -} - -.card-outline-success { - background-color: #28a745; - border-color: #28a745; -} - -.card-outline-success .card-header, -.card-outline-success .card-footer { - background-color: transparent; -} - -.card-outline-info { - background-color: #17a2b8; - border-color: #17a2b8; -} - -.card-outline-info .card-header, -.card-outline-info .card-footer { - background-color: transparent; -} - -.card-outline-warning { - background-color: #ffc107; - border-color: #ffc107; -} - -.card-outline-warning .card-header, -.card-outline-warning .card-footer { - background-color: transparent; -} - -.card-outline-danger { - background-color: #dc3545; - border-color: #dc3545; -} - -.card-outline-danger .card-header, -.card-outline-danger .card-footer { - background-color: transparent; -} - -.card-outline-light { - background-color: #f8f9fa; - border-color: #f8f9fa; -} - -.card-outline-light .card-header, -.card-outline-light .card-footer { - background-color: transparent; -} - -.card-outline-dark { - background-color: #343a40; - border-color: #343a40; -} - -.card-outline-dark .card-header, -.card-outline-dark .card-footer { - background-color: transparent; -} - -.card-dark { - color: rgba(255, 255, 255, 0.65); -} - -.card-dark .card-header, -.card-dark .card-footer { - background-color: transparent; - border-color: rgba(255, 255, 255, 0.2); -} - -.card-dark .card-header, -.card-dark .card-footer, -.card-dark .card-title, -.card-dark .card-blockquote { - color: #fff; -} - -.card-dark .card-link, -.card-dark .card-text, -.card-dark .card-subtitle, -.card-dark .card-blockquote .blockquote-footer { - color: rgba(255, 255, 255, 0.65); -} - -.card-dark .card-link:focus, .card-dark .card-link:hover { - color: #fff; -} - -.card-blockquote { - padding: 0; - margin-bottom: 0; - border-left: 0; -} - .card-img-overlay { position: absolute; top: 0; @@ -5520,6 +5309,10 @@ a.bg-dark:focus, a.bg-dark:hover { background-color: #1d2124 !important; } +.bg-transparent { + background-color: transparent !important; +} + .border { border: 1px solid #e9ecef !important; } -- cgit v1.2.3 From 7f6479b0d9878dc8fc2de2a6787ec0f6450b46c9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 30 Jun 2017 15:45:27 -0700 Subject: build dist --- dist/css/bootstrap.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index ec9f79cb9..673191c3b 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1573,6 +1573,11 @@ pre code { opacity: 1; } +.form-control::-moz-placeholder { + color: #868e96; + opacity: 1; +} + .form-control:-ms-input-placeholder { color: #868e96; opacity: 1; @@ -3825,8 +3830,10 @@ tbody.collapse.show { @media (min-width: 576px) { .card-columns { -webkit-column-count: 3; + -moz-column-count: 3; column-count: 3; -webkit-column-gap: 1.25rem; + -moz-column-gap: 1.25rem; column-gap: 1.25rem; } .card-columns .card { -- cgit v1.2.3 From 337ead4b27238b66a36f88e4beb4b8e7a55d3773 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 1 Jul 2017 22:25:38 -0700 Subject: build dist --- dist/css/bootstrap.css | 56 ++++++++++++++++++++++++++++++++++---------------- 1 file changed, 38 insertions(+), 18 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 673191c3b..c7679a5c5 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1573,11 +1573,6 @@ pre code { opacity: 1; } -.form-control::-moz-placeholder { - color: #868e96; - opacity: 1; -} - .form-control:-ms-input-placeholder { color: #868e96; opacity: 1; @@ -3830,10 +3825,8 @@ tbody.collapse.show { @media (min-width: 576px) { .card-columns { -webkit-column-count: 3; - -moz-column-count: 3; column-count: 3; -webkit-column-gap: 1.25rem; - -moz-column-gap: 1.25rem; column-gap: 1.25rem; } .card-columns .card { @@ -5085,8 +5078,7 @@ button.close { .carousel-item.active, .carousel-item-next, .carousel-item-prev { - display: -ms-flexbox; - display: flex; + display: block; } .carousel-item-next, @@ -5097,20 +5089,44 @@ button.close { .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); + -webkit-transform: translateX(0); + transform: translateX(0); +} + +@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) { + .carousel-item-next.carousel-item-left, + .carousel-item-prev.carousel-item-right { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } } .carousel-item-next, .active.carousel-item-right { - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); + -webkit-transform: translateX(100%); + transform: translateX(100%); +} + +@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) { + .carousel-item-next, + .active.carousel-item-right { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } } .carousel-item-prev, .active.carousel-item-left { - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); + -webkit-transform: translateX(-100%); + transform: translateX(-100%); +} + +@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) { + .carousel-item-prev, + .active.carousel-item-left { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } } .carousel-control-prev, @@ -5182,9 +5198,9 @@ button.close { .carousel-indicators li { position: relative; - -ms-flex: 1 0 auto; - flex: 1 0 auto; - max-width: 30px; + -ms-flex: 0 1 auto; + flex: 0 1 auto; + width: 30px; height: 3px; margin-right: 3px; margin-left: 3px; @@ -8134,6 +8150,10 @@ a.text-dark:focus, a.text-dark:hover { color: #1d2124 !important; } +.text-muted { + color: #ced4da !important; +} + .text-hide { font: 0/0 a; color: transparent; -- cgit v1.2.3 From 93b2682880920c940145a2ba1f31978501132ec0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 2 Jul 2017 10:40:27 -0700 Subject: npm build --- dist/css/bootstrap.css | 110 +++++++++++++++++++++++++++++-------------------- 1 file changed, 66 insertions(+), 44 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index c7679a5c5..25c1dd8ca 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1496,6 +1496,21 @@ pre code { background-color: #b9bbbe; } +.table-active, +.table-active > th, +.table-active > td { + background-color: rgba(0, 0, 0, 0.075); +} + +.table-hover .table-active:hover { + background-color: rgba(0, 0, 0, 0.075); +} + +.table-hover .table-active:hover > td, +.table-hover .table-active:hover > th { + background-color: rgba(0, 0, 0, 0.075); +} + .thead-inverse th { color: #fff; background-color: #212529; @@ -1573,6 +1588,11 @@ pre code { opacity: 1; } +.form-control::-moz-placeholder { + color: #868e96; + opacity: 1; +} + .form-control:-ms-input-placeholder { color: #868e96; opacity: 1; @@ -1956,7 +1976,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.2s ease-in-out; + transition: all 0.15s ease-in-out; } .btn:focus, .btn:hover { @@ -3825,8 +3845,10 @@ tbody.collapse.show { @media (min-width: 576px) { .card-columns { -webkit-column-count: 3; + -moz-column-count: 3; column-count: 3; -webkit-column-gap: 1.25rem; + -moz-column-gap: 1.25rem; column-gap: 1.25rem; } .card-columns .card { @@ -4553,49 +4575,6 @@ button.list-group-item-dark.active { border-color: #1b1e21; } -.embed-responsive { - position: relative; - display: block; - width: 100%; - padding: 0; - overflow: hidden; -} - -.embed-responsive::before { - display: block; - content: ""; -} - -.embed-responsive .embed-responsive-item, -.embed-responsive iframe, -.embed-responsive embed, -.embed-responsive object, -.embed-responsive video { - position: absolute; - top: 0; - bottom: 0; - left: 0; - width: 100%; - height: 100%; - border: 0; -} - -.embed-responsive-21by9::before { - padding-top: 42.857143%; -} - -.embed-responsive-16by9::before { - padding-top: 56.25%; -} - -.embed-responsive-4by3::before { - padding-top: 75%; -} - -.embed-responsive-1by1::before { - padding-top: 100%; -} - .close { float: right; font-size: 1.5rem; @@ -5616,6 +5595,49 @@ a.bg-dark:focus, a.bg-dark:hover { } } +.embed-responsive { + position: relative; + display: block; + width: 100%; + padding: 0; + overflow: hidden; +} + +.embed-responsive::before { + display: block; + content: ""; +} + +.embed-responsive .embed-responsive-item, +.embed-responsive iframe, +.embed-responsive embed, +.embed-responsive object, +.embed-responsive video { + position: absolute; + top: 0; + bottom: 0; + left: 0; + width: 100%; + height: 100%; + border: 0; +} + +.embed-responsive-21by9::before { + padding-top: 42.857143%; +} + +.embed-responsive-16by9::before { + padding-top: 56.25%; +} + +.embed-responsive-4by3::before { + padding-top: 75%; +} + +.embed-responsive-1by1::before { + padding-top: 100%; +} + .flex-row { -ms-flex-direction: row !important; flex-direction: row !important; -- cgit v1.2.3 From 2a745e54decaf4dffe5d09ee57f5ce43f8105549 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 4 Jul 2017 11:55:16 -0700 Subject: npm build --- 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 25c1dd8ca..898db64f3 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -8173,7 +8173,7 @@ a.text-dark:focus, a.text-dark:hover { } .text-muted { - color: #ced4da !important; + color: #868e96 !important; } .text-hide { -- cgit v1.2.3 From 082c9d92fe1057f8dddda32e1002983d82c681aa Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 16 Jul 2017 13:11:21 -0700 Subject: dist --- dist/css/bootstrap.css | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 898db64f3..25fed0389 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -7,15 +7,7 @@ @media print { *, *::before, - *::after, - p::first-letter, - div::first-letter, - blockquote::first-letter, - li::first-letter, - p::first-line, - div::first-line, - blockquote::first-line, - li::first-line { + *::after { text-shadow: none !important; box-shadow: none !important; } @@ -127,7 +119,8 @@ p { abbr[title], abbr[data-original-title] { text-decoration: underline; - text-decoration: underline dotted; + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; cursor: help; border-bottom: 0; } @@ -1588,11 +1581,6 @@ pre code { opacity: 1; } -.form-control::-moz-placeholder { - color: #868e96; - opacity: 1; -} - .form-control:-ms-input-placeholder { color: #868e96; opacity: 1; @@ -2469,6 +2457,7 @@ fieldset[disabled] a.btn { .btn-link, .btn-link:focus, .btn-link:active { border-color: transparent; + box-shadow: none; } .btn-link:hover { @@ -3845,10 +3834,8 @@ tbody.collapse.show { @media (min-width: 576px) { .card-columns { -webkit-column-count: 3; - -moz-column-count: 3; column-count: 3; -webkit-column-gap: 1.25rem; - -moz-column-gap: 1.25rem; column-gap: 1.25rem; } .card-columns .card { -- cgit v1.2.3 From 82f4686728c54b4a5339d105ad9c35c961c1be24 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 4 Aug 2017 15:17:10 -0700 Subject: dist --- dist/css/bootstrap.css | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 25fed0389..77f7d3648 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -601,33 +601,30 @@ pre code { margin-left: auto; padding-right: 15px; padding-left: 15px; + width: 100%; } @media (min-width: 576px) { .container { - width: 540px; - max-width: 100%; + max-width: 540px; } } @media (min-width: 768px) { .container { - width: 720px; - max-width: 100%; + max-width: 720px; } } @media (min-width: 992px) { .container { - width: 960px; - max-width: 100%; + max-width: 960px; } } @media (min-width: 1200px) { .container { - width: 1140px; - max-width: 100%; + max-width: 1140px; } } @@ -637,6 +634,7 @@ pre code { margin-left: auto; padding-right: 15px; padding-left: 15px; + width: 100%; } .row { @@ -3262,15 +3260,6 @@ tbody.collapse.show { justify-content: space-between; } -@media (max-width: 575px) { - .navbar > .container, - .navbar > .container-fluid { - width: 100%; - margin-right: 0; - margin-left: 0; - } -} - .navbar-brand { display: inline-block; padding-top: 0.3125rem; @@ -3314,6 +3303,8 @@ tbody.collapse.show { .navbar-collapse { -ms-flex-preferred-size: 100%; flex-basis: 100%; + -ms-flex-align: center; + align-items: center; } .navbar-toggler { -- cgit v1.2.3 From 542fec7d5336d9536a4d53ee93434e7afac4ef06 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 7 Aug 2017 16:13:45 -0700 Subject: dist --- dist/css/bootstrap.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 77f7d3648..fdc011426 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2558,6 +2558,11 @@ tbody.collapse.show { margin-left: 0; } +.dropup .dropdown-menu { + margin-top: 0; + margin-bottom: 0.125rem; +} + .dropup .dropdown-toggle::after { border-top: 0; border-bottom: 0.3em solid; -- cgit v1.2.3 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