From cb294854a30b6764082ba957c410b51a59e13887 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 26 Nov 2016 00:58:11 -0800 Subject: grunt --- docs/dist/css/bootstrap.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 44a25b514..a24b2196d 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -3083,7 +3083,7 @@ tbody.collapse.active { .dropdown-item:focus, .dropdown-item:hover { color: #1d1e1f; text-decoration: none; - background-color: #f5f5f5; + background-color: #f7f7f9; } .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover { @@ -4290,7 +4290,7 @@ tbody.collapse.active { .card-header { padding: 0.75rem 1.25rem; margin-bottom: 0; - background-color: #f5f5f5; + background-color: #f7f7f9; border-bottom: 1px solid rgba(0, 0, 0, 0.125); } @@ -4306,7 +4306,7 @@ tbody.collapse.active { .card-footer { padding: 0.75rem 1.25rem; - background-color: #f5f5f5; + background-color: #f7f7f9; border-top: 1px solid rgba(0, 0, 0, 0.125); } @@ -5206,7 +5206,7 @@ base::-moz-progress-bar, .list-group-item-action:focus, .list-group-item-action:hover { color: #555; text-decoration: none; - background-color: #f5f5f5; + background-color: #f7f7f9; } .list-group-item-success { -- cgit v1.2.3 From c7b8451cdcd4930ba58af27a51d4247d1114a59b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 26 Nov 2016 11:16:53 -0800 Subject: grunt --- docs/dist/css/bootstrap.css | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index a24b2196d..4993e53c7 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -1970,6 +1970,11 @@ pre code { width: 100%; min-height: 0%; overflow-x: auto; + -ms-overflow-style: -ms-autohiding-scrollbar; +} + +.table-responsive.table-bordered { + border: 0; } .table-reflow thead { @@ -2024,6 +2029,11 @@ pre code { 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 { @@ -2357,6 +2367,9 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for padding: 0.5rem 1rem; font-size: 1rem; 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; } .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus { @@ -4109,6 +4122,10 @@ tbody.collapse.active { 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 .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .active > .nav-link:focus, @@ -4154,6 +4171,10 @@ tbody.collapse.active { color: rgba(255, 255, 255, 0.75); } +.navbar-dark .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, @@ -5527,7 +5548,7 @@ button.close { @media (min-width: 576px) { .modal-dialog { - max-width: 600px; + max-width: 500px; margin: 30px auto; } .modal-sm { @@ -5537,7 +5558,7 @@ button.close { @media (min-width: 992px) { .modal-lg { - max-width: 900px; + max-width: 800px; } } -- cgit v1.2.3 From 36bf06f520cf1bf9cb09ce5d3cd46300ffbba19e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 26 Nov 2016 13:42:46 -0800 Subject: grunt --- docs/dist/css/bootstrap.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 4993e53c7..1d38e1ade 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -909,6 +909,16 @@ pre code { } } +.no-gutters { + margin-right: 0; + margin-left: 0; +} + +.no-gutters > [class*="col-"] { + padding-right: 0; + 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, .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, .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, .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, .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 { position: relative; min-height: 1px; -- cgit v1.2.3 From b456cb351d056b5884e9f0c089b28e84f08ee256 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 26 Nov 2016 16:49:39 -0800 Subject: grunt --- docs/dist/css/bootstrap.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 1d38e1ade..531a02965 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -6173,6 +6173,26 @@ a.bg-inverse:focus, a.bg-inverse:hover { background-color: #101112 !important; } +.border-0 { + border: 0 !important; +} + +.border-top-0 { + border-top: 0 !important; +} + +.border-right-0 { + border-right: 0 !important; +} + +.border-bottom-0 { + border-bottom: 0 !important; +} + +.border-left-0 { + border-left: 0 !important; +} + .rounded { border-radius: 0.25rem; } @@ -6201,6 +6221,10 @@ a.bg-inverse:focus, a.bg-inverse:hover { border-radius: 50%; } +.rounded-0 { + border-radius: 0; +} + .clearfix::after { content: ""; display: table; -- cgit v1.2.3 From 181e124bc1fed117a562698cafcc3be6b107eb65 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 26 Nov 2016 17:01:17 -0800 Subject: grunt --- docs/dist/css/bootstrap.css | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 531a02965..f18c5cc23 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -2313,10 +2313,13 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for } @media (min-width: 576px) { + .form-inline label { + margin-bottom: 0; + } .form-inline .form-group { display: inline-block; - margin-bottom: 0; vertical-align: middle; + margin-bottom: 0; } .form-inline .form-control { display: inline-block; @@ -2327,8 +2330,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for display: inline-block; } .form-inline .input-group { - display: inline-table; width: auto; + display: inline-table; vertical-align: middle; } .form-inline .input-group .input-group-addon, @@ -2345,9 +2348,10 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for } .form-inline .form-check { display: inline-block; + vertical-align: middle; + width: auto; margin-top: 0; margin-bottom: 0; - vertical-align: middle; } .form-inline .form-check-label { padding-left: 0; @@ -2356,6 +2360,15 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for position: relative; margin-left: 0; } + .form-inline .custom-control { + padding-left: 0; + vertical-align: middle; + } + .form-inline .custom-control-indicator { + position: static; + display: inline-block; + vertical-align: text-bottom; + } .form-inline .has-feedback .form-control-feedback { top: 0; } -- cgit v1.2.3 From 0b8a2819201076a8e93cd387aecf13d8c419990e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 26 Nov 2016 19:17:23 -0800 Subject: grunt --- docs/dist/css/bootstrap.css | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index f18c5cc23..cf08263d3 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -4928,6 +4928,7 @@ a.badge:focus, a.badge:hover { width: 100%; height: 1rem; margin-bottom: 1rem; + overflow: hidden; } .progress[value] { @@ -4946,35 +4947,19 @@ a.badge:focus, a.badge:hover { .progress[value]::-moz-progress-bar { background-color: #0074d9; - border-bottom-left-radius: 0.25rem; - border-top-left-radius: 0.25rem; } .progress[value]::-webkit-progress-value { background-color: #0074d9; - border-bottom-left-radius: 0.25rem; - border-top-left-radius: 0.25rem; -} - -.progress[value="100"]::-moz-progress-bar { - border-bottom-right-radius: 0.25rem; - border-top-right-radius: 0.25rem; -} - -.progress[value="100"]::-webkit-progress-value { - border-bottom-right-radius: 0.25rem; - border-top-right-radius: 0.25rem; } .progress[value]::-webkit-progress-bar { background-color: #eee; - border-radius: 0.25rem; } base::-moz-progress-bar, .progress[value] { background-color: #eee; - border-radius: 0.25rem; } @media screen and (min-width: 0\0) { @@ -4987,12 +4972,6 @@ base::-moz-progress-bar, height: 1rem; text-indent: -999rem; background-color: #0074d9; - border-bottom-left-radius: 0.25rem; - border-top-left-radius: 0.25rem; - } - .progress[width="100%"] { - border-bottom-right-radius: 0.25rem; - border-top-right-radius: 0.25rem; } } -- cgit v1.2.3 From 4393da18f60d9d99a32b8382d33085dc4229e250 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 27 Nov 2016 22:29:55 -0800 Subject: grunt --- docs/dist/css/bootstrap.css | 418 +++++++++++++++++++++----------------------- 1 file changed, 195 insertions(+), 223 deletions(-) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index cf08263d3..196022a30 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -768,8 +768,8 @@ pre code { } .container::after { + display: block; content: ""; - display: table; clear: both; } @@ -837,8 +837,8 @@ pre code { } .container-fluid::after { + display: block; content: ""; - display: table; clear: both; } @@ -876,8 +876,8 @@ pre code { } .row::after { + display: block; content: ""; - display: table; clear: both; } @@ -3229,8 +3229,8 @@ tbody.collapse.active { } .btn-toolbar::after { + display: block; content: ""; - display: table; clear: both; } @@ -3330,8 +3330,8 @@ tbody.collapse.active { } .btn-group-vertical > .btn-group::after { + display: block; content: ""; - display: table; clear: both; } @@ -3757,8 +3757,8 @@ tbody.collapse.active { } .nav-tabs::after { + display: block; content: ""; - display: table; clear: both; } @@ -3805,8 +3805,8 @@ tbody.collapse.active { } .nav-pills::after { + display: block; content: ""; - display: table; clear: both; } @@ -3857,8 +3857,8 @@ tbody.collapse.active { } .navbar::after { + display: block; content: ""; - display: table; clear: both; } @@ -3965,149 +3965,6 @@ tbody.collapse.active { text-decoration: none; } -.navbar-toggleable-xs::after { - content: ""; - display: table; - clear: both; -} - -@media (max-width: 575px) { - .navbar-toggleable-xs .navbar-brand { - display: block; - float: none; - margin-top: .5rem; - margin-right: 0; - } - .navbar-toggleable-xs .navbar-nav { - margin-top: .5rem; - margin-bottom: .5rem; - } - .navbar-toggleable-xs .navbar-nav .dropdown-menu { - position: static; - float: none; - } -} - -@media (min-width: 576px) { - .navbar-toggleable-xs { - display: block; - } -} - -.navbar-toggleable-sm::after { - content: ""; - display: table; - 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; - } -} - -@media (min-width: 768px) { - .navbar-toggleable-sm { - display: block; - } -} - -.navbar-toggleable-md::after { - content: ""; - display: table; - 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; - } -} - -@media (min-width: 992px) { - .navbar-toggleable-md { - display: block; - } -} - -.navbar-toggleable-lg::after { - content: ""; - display: table; - 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; - } -} - -@media (min-width: 1200px) { - .navbar-toggleable-lg { - display: block; - } -} - -.navbar-toggleable-xl { - display: block; -} - -.navbar-toggleable-xl::after { - content: ""; - display: table; - clear: both; -} - -.navbar-toggleable-xl .navbar-brand { - display: block; - float: none; - margin-top: .5rem; - margin-right: 0; -} - -.navbar-toggleable-xl .navbar-nav { - margin-top: .5rem; - margin-bottom: .5rem; -} - -.navbar-toggleable-xl .navbar-nav .dropdown-menu { - position: static; - float: none; -} - .navbar-nav .nav-item { float: left; } @@ -4224,32 +4081,60 @@ tbody.collapse.active { color: rgba(255, 255, 255, 0.5); } -.navbar-toggleable-xs::after { +.navbar-toggleable::after { + display: block; content: ""; - display: table; clear: both; } @media (max-width: 575px) { - .navbar-toggleable-xs .navbar-nav .nav-item { + .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; } } @media (min-width: 576px) { - .navbar-toggleable-xs { + .navbar-toggleable { display: block !important; } } .navbar-toggleable-sm::after { + display: block; content: ""; - display: table; 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; @@ -4263,12 +4148,26 @@ tbody.collapse.active { } .navbar-toggleable-md::after { + display: block; content: ""; - display: table; 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; @@ -4281,6 +4180,71 @@ tbody.collapse.active { } } +.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; + } +} + +@media (min-width: 1200px) { + .navbar-toggleable-lg { + display: block !important; + } +} + +.navbar-toggleable-xl { + display: block !important; +} + +.navbar-toggleable-xl::after { + display: block; + content: ""; + clear: both; +} + +.navbar-toggleable-xl .navbar-brand { + display: block; + float: none; + margin-top: .5rem; + margin-right: 0; +} + +.navbar-toggleable-xl .navbar-nav { + margin-top: .5rem; + margin-bottom: .5rem; +} + +.navbar-toggleable-xl .navbar-nav .dropdown-menu { + position: static; + float: none; +} + +.navbar-toggleable-xl .navbar-nav .nav-item { + float: none; + margin-left: 0; +} + .card { position: relative; display: block; @@ -4295,8 +4259,8 @@ tbody.collapse.active { } .card-block::after { + display: block; content: ""; - display: table; clear: both; } @@ -4339,8 +4303,8 @@ tbody.collapse.active { } .card-header::after { + display: block; content: ""; - display: table; clear: both; } @@ -4355,8 +4319,8 @@ tbody.collapse.active { } .card-footer::after { + display: block; content: ""; - display: table; clear: both; } @@ -4594,8 +4558,8 @@ tbody.collapse.active { } .breadcrumb::after { + display: block; content: ""; - display: table; clear: both; } @@ -5509,8 +5473,8 @@ button.close { } .modal-header::after { + display: block; content: ""; - display: table; clear: both; } @@ -5535,8 +5499,8 @@ button.close { } .modal-footer::after { + display: block; content: ""; - display: table; clear: both; } @@ -6218,8 +6182,8 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .clearfix::after { + display: block; content: ""; - display: table; clear: both; } @@ -6254,7 +6218,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { display: flex !important; } -@media (min-width: 576px) and (min-width: 576px) { +@media (min-width: 576px) { .d-sm-none { display: none !important; } @@ -6281,7 +6245,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 768px) and (min-width: 768px) { +@media (min-width: 768px) { .d-md-none { display: none !important; } @@ -6308,7 +6272,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 992px) and (min-width: 992px) { +@media (min-width: 992px) { .d-lg-none { display: none !important; } @@ -6335,7 +6299,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 1200px) and (min-width: 1200px) { +@media (min-width: 1200px) { .d-xl-none { display: none !important; } @@ -6374,7 +6338,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { float: none !important; } -@media (min-width: 576px) and (min-width: 576px) { +@media (min-width: 576px) { .float-sm-left { float: left !important; } @@ -6386,7 +6350,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 768px) and (min-width: 768px) { +@media (min-width: 768px) { .float-md-left { float: left !important; } @@ -6398,7 +6362,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 992px) and (min-width: 992px) { +@media (min-width: 992px) { .float-lg-left { float: left !important; } @@ -6410,7 +6374,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 1200px) and (min-width: 1200px) { +@media (min-width: 1200px) { .float-xl-left { float: left !important; } @@ -6450,6 +6414,14 @@ a.bg-inverse:focus, a.bg-inverse:hover { height: 100% !important; } +.mw-100 { + max-width: 100% !important; +} + +.mh-100 { + max-height: 100% !important; +} + .mx-auto { margin-right: auto !important; margin-left: auto !important; @@ -6815,7 +6787,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 3rem !important; } -@media (min-width: 576px) and (min-width: 576px) { +@media (min-width: 576px) { .m-sm-0 { margin: 0 0 !important; } @@ -6841,7 +6813,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 576px) and (min-width: 576px) { +@media (min-width: 576px) { .m-sm-1 { margin: 0.25rem 0.25rem !important; } @@ -6867,7 +6839,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 576px) and (min-width: 576px) { +@media (min-width: 576px) { .m-sm-2 { margin: 0.5rem 0.5rem !important; } @@ -6893,7 +6865,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 576px) and (min-width: 576px) { +@media (min-width: 576px) { .m-sm-3 { margin: 1rem 1rem !important; } @@ -6919,7 +6891,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 576px) and (min-width: 576px) { +@media (min-width: 576px) { .m-sm-4 { margin: 1.5rem 1.5rem !important; } @@ -6945,7 +6917,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 576px) and (min-width: 576px) { +@media (min-width: 576px) { .m-sm-5 { margin: 3rem 3rem !important; } @@ -6971,7 +6943,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 576px) and (min-width: 576px) { +@media (min-width: 576px) { .p-sm-0 { padding: 0 0 !important; } @@ -6997,7 +6969,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 576px) and (min-width: 576px) { +@media (min-width: 576px) { .p-sm-1 { padding: 0.25rem 0.25rem !important; } @@ -7023,7 +6995,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 576px) and (min-width: 576px) { +@media (min-width: 576px) { .p-sm-2 { padding: 0.5rem 0.5rem !important; } @@ -7049,7 +7021,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 576px) and (min-width: 576px) { +@media (min-width: 576px) { .p-sm-3 { padding: 1rem 1rem !important; } @@ -7075,7 +7047,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 576px) and (min-width: 576px) { +@media (min-width: 576px) { .p-sm-4 { padding: 1.5rem 1.5rem !important; } @@ -7101,7 +7073,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 576px) and (min-width: 576px) { +@media (min-width: 576px) { .p-sm-5 { padding: 3rem 3rem !important; } @@ -7127,7 +7099,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 768px) and (min-width: 768px) { +@media (min-width: 768px) { .m-md-0 { margin: 0 0 !important; } @@ -7153,7 +7125,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 768px) and (min-width: 768px) { +@media (min-width: 768px) { .m-md-1 { margin: 0.25rem 0.25rem !important; } @@ -7179,7 +7151,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 768px) and (min-width: 768px) { +@media (min-width: 768px) { .m-md-2 { margin: 0.5rem 0.5rem !important; } @@ -7205,7 +7177,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 768px) and (min-width: 768px) { +@media (min-width: 768px) { .m-md-3 { margin: 1rem 1rem !important; } @@ -7231,7 +7203,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 768px) and (min-width: 768px) { +@media (min-width: 768px) { .m-md-4 { margin: 1.5rem 1.5rem !important; } @@ -7257,7 +7229,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 768px) and (min-width: 768px) { +@media (min-width: 768px) { .m-md-5 { margin: 3rem 3rem !important; } @@ -7283,7 +7255,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 768px) and (min-width: 768px) { +@media (min-width: 768px) { .p-md-0 { padding: 0 0 !important; } @@ -7309,7 +7281,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 768px) and (min-width: 768px) { +@media (min-width: 768px) { .p-md-1 { padding: 0.25rem 0.25rem !important; } @@ -7335,7 +7307,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 768px) and (min-width: 768px) { +@media (min-width: 768px) { .p-md-2 { padding: 0.5rem 0.5rem !important; } @@ -7361,7 +7333,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 768px) and (min-width: 768px) { +@media (min-width: 768px) { .p-md-3 { padding: 1rem 1rem !important; } @@ -7387,7 +7359,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 768px) and (min-width: 768px) { +@media (min-width: 768px) { .p-md-4 { padding: 1.5rem 1.5rem !important; } @@ -7413,7 +7385,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 768px) and (min-width: 768px) { +@media (min-width: 768px) { .p-md-5 { padding: 3rem 3rem !important; } @@ -7439,7 +7411,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 992px) and (min-width: 992px) { +@media (min-width: 992px) { .m-lg-0 { margin: 0 0 !important; } @@ -7465,7 +7437,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 992px) and (min-width: 992px) { +@media (min-width: 992px) { .m-lg-1 { margin: 0.25rem 0.25rem !important; } @@ -7491,7 +7463,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 992px) and (min-width: 992px) { +@media (min-width: 992px) { .m-lg-2 { margin: 0.5rem 0.5rem !important; } @@ -7517,7 +7489,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 992px) and (min-width: 992px) { +@media (min-width: 992px) { .m-lg-3 { margin: 1rem 1rem !important; } @@ -7543,7 +7515,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 992px) and (min-width: 992px) { +@media (min-width: 992px) { .m-lg-4 { margin: 1.5rem 1.5rem !important; } @@ -7569,7 +7541,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 992px) and (min-width: 992px) { +@media (min-width: 992px) { .m-lg-5 { margin: 3rem 3rem !important; } @@ -7595,7 +7567,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 992px) and (min-width: 992px) { +@media (min-width: 992px) { .p-lg-0 { padding: 0 0 !important; } @@ -7621,7 +7593,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 992px) and (min-width: 992px) { +@media (min-width: 992px) { .p-lg-1 { padding: 0.25rem 0.25rem !important; } @@ -7647,7 +7619,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 992px) and (min-width: 992px) { +@media (min-width: 992px) { .p-lg-2 { padding: 0.5rem 0.5rem !important; } @@ -7673,7 +7645,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 992px) and (min-width: 992px) { +@media (min-width: 992px) { .p-lg-3 { padding: 1rem 1rem !important; } @@ -7699,7 +7671,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 992px) and (min-width: 992px) { +@media (min-width: 992px) { .p-lg-4 { padding: 1.5rem 1.5rem !important; } @@ -7725,7 +7697,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 992px) and (min-width: 992px) { +@media (min-width: 992px) { .p-lg-5 { padding: 3rem 3rem !important; } @@ -7751,7 +7723,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 1200px) and (min-width: 1200px) { +@media (min-width: 1200px) { .m-xl-0 { margin: 0 0 !important; } @@ -7777,7 +7749,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 1200px) and (min-width: 1200px) { +@media (min-width: 1200px) { .m-xl-1 { margin: 0.25rem 0.25rem !important; } @@ -7803,7 +7775,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 1200px) and (min-width: 1200px) { +@media (min-width: 1200px) { .m-xl-2 { margin: 0.5rem 0.5rem !important; } @@ -7829,7 +7801,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 1200px) and (min-width: 1200px) { +@media (min-width: 1200px) { .m-xl-3 { margin: 1rem 1rem !important; } @@ -7855,7 +7827,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 1200px) and (min-width: 1200px) { +@media (min-width: 1200px) { .m-xl-4 { margin: 1.5rem 1.5rem !important; } @@ -7881,7 +7853,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 1200px) and (min-width: 1200px) { +@media (min-width: 1200px) { .m-xl-5 { margin: 3rem 3rem !important; } @@ -7907,7 +7879,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 1200px) and (min-width: 1200px) { +@media (min-width: 1200px) { .p-xl-0 { padding: 0 0 !important; } @@ -7933,7 +7905,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 1200px) and (min-width: 1200px) { +@media (min-width: 1200px) { .p-xl-1 { padding: 0.25rem 0.25rem !important; } @@ -7959,7 +7931,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 1200px) and (min-width: 1200px) { +@media (min-width: 1200px) { .p-xl-2 { padding: 0.5rem 0.5rem !important; } @@ -7985,7 +7957,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 1200px) and (min-width: 1200px) { +@media (min-width: 1200px) { .p-xl-3 { padding: 1rem 1rem !important; } @@ -8011,7 +7983,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 1200px) and (min-width: 1200px) { +@media (min-width: 1200px) { .p-xl-4 { padding: 1.5rem 1.5rem !important; } @@ -8037,7 +8009,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -@media (min-width: 1200px) and (min-width: 1200px) { +@media (min-width: 1200px) { .p-xl-5 { padding: 3rem 3rem !important; } @@ -8085,15 +8057,15 @@ a.bg-inverse:focus, a.bg-inverse:hover { white-space: nowrap; } -.text-xs-left { +.text-left { text-align: left !important; } -.text-xs-right { +.text-right { text-align: right !important; } -.text-xs-center { +.text-center { text-align: center !important; } -- cgit v1.2.3 From 5357bad9a0eb70ebf0b3f9070e868d154b43f5a0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 27 Nov 2016 23:39:50 -0800 Subject: grunt --- docs/dist/css/bootstrap.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 196022a30..856b8dcae 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -914,12 +914,13 @@ pre code { margin-left: 0; } +.no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; 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, .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, .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, .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, .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-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 { position: relative; min-height: 1px; padding-right: 15px; @@ -927,28 +928,28 @@ 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-sm, .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, .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, .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, .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-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 { 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, .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, .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, .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, .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-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 { 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, .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, .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, .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, .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-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 { 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, .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, .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, .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, .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-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 { padding-right: 15px; padding-left: 15px; } @@ -4422,6 +4423,7 @@ tbody.collapse.active { .card-inverse .card-header, .card-inverse .card-footer { + background-color: transparent; border-color: rgba(255, 255, 255, 0.2); } @@ -4631,6 +4633,7 @@ tbody.collapse.active { float: left; padding: 0.5rem 0.75rem; margin-left: -1px; + line-height: 1.25; color: #0275d8; background-color: #fff; border: 1px solid #ddd; @@ -4659,7 +4662,7 @@ tbody.collapse.active { } .pagination-sm .page-link { - padding: 0.275rem 0.75rem; + padding: 0.25rem 0.5rem; font-size: 0.875rem; } -- cgit v1.2.3 From 9338cf597045f14ecaaaf54090eea61b8d807a37 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 28 Nov 2016 09:14:31 -0800 Subject: grunt --- docs/dist/css/bootstrap.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 856b8dcae..b016b7904 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -4796,14 +4796,11 @@ a.badge:focus, a.badge:hover { font-weight: bold; } -.alert-dismissible { - padding-right: 2.5rem; -} - .alert-dismissible .close { position: relative; - top: -.125rem; + top: -0.75rem; right: -1.25rem; + padding: 0.75rem 1.25rem; color: inherit; } -- cgit v1.2.3 From d6c1fa37bd6dd9bb99fc3c18750c76a3d8c0a3b3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 28 Nov 2016 13:36:46 -0800 Subject: grunt --- docs/dist/css/bootstrap.css | 76 ++++++++++++++++++++++----------------------- 1 file changed, 37 insertions(+), 39 deletions(-) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index b016b7904..3ab05ccf4 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -689,9 +689,9 @@ dl.row > dd + dt { background-color: #fff; border: 1px solid #ddd; border-radius: 0.25rem; - -webkit-transition: all .2s ease-in-out; - -o-transition: all .2s ease-in-out; - transition: all .2s ease-in-out; + -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; } @@ -2089,7 +2089,7 @@ pre code { } select.form-control:not([size]):not([multiple]) { - height: calc(2.5rem - 2px); + height: calc(2.25rem + 2px); } select.form-control:focus::-ms-value { @@ -2239,9 +2239,9 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .form-control-danger { padding-right: 2.25rem; background-repeat: no-repeat; - background-position: center right 0.625rem; - -webkit-background-size: 1.25rem 1.25rem; - background-size: 1.25rem 1.25rem; + background-position: center right 0.5625rem; + -webkit-background-size: 1.125rem 1.125rem; + background-size: 1.125rem 1.125rem; } .has-success .form-control-feedback, @@ -3010,9 +3010,9 @@ input[type="button"].btn-block { .fade { opacity: 0; - -webkit-transition: opacity .15s linear; - -o-transition: opacity .15s linear; - transition: opacity .15s linear; + -webkit-transition: opacity 0.15s linear; + -o-transition: opacity 0.15s linear; + transition: opacity 0.15s linear; } .fade.active { @@ -3039,15 +3039,9 @@ tbody.collapse.active { position: relative; height: 0; overflow: hidden; - -webkit-transition-timing-function: ease; - -o-transition-timing-function: ease; - transition-timing-function: ease; - -webkit-transition-duration: .35s; - -o-transition-duration: .35s; - transition-duration: .35s; - -webkit-transition-property: height; - -o-transition-property: height; - transition-property: height; + -webkit-transition: height 0.35s ease; + -o-transition: height 0.35s ease; + transition: height 0.35s ease; } .dropup, @@ -3619,7 +3613,7 @@ tbody.collapse.active { .custom-select { display: inline-block; max-width: 100%; - height: calc(2.5rem - 2px); + height: calc(2.25rem - 2px); padding: 0.375rem 1.75rem 0.375rem 0.75rem; padding-right: 0.75rem \9; color: #464a4c; @@ -4251,8 +4245,8 @@ tbody.collapse.active { display: block; margin-bottom: 0.75rem; background-color: #fff; - border-radius: 0.25rem; border: 1px solid rgba(0, 0, 0, 0.125); + border-radius: 0.25rem; } .card-block { @@ -4421,6 +4415,10 @@ tbody.collapse.active { border-color: #d9534f; } +.card-inverse { + color: rgba(255, 255, 255, 0.65); +} + .card-inverse .card-header, .card-inverse .card-footer { background-color: transparent; @@ -5410,11 +5408,11 @@ button.close { } .modal.fade .modal-dialog { - -webkit-transition: -webkit-transform .3s ease-out; - transition: -webkit-transform .3s ease-out; - -o-transition: -o-transform .3s ease-out; - transition: transform .3s ease-out; - transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out; + -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; -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); @@ -5804,9 +5802,9 @@ button.close { .carousel-inner > .carousel-item { position: relative; display: none; - -webkit-transition: .6s ease-in-out left; - -o-transition: .6s ease-in-out left; - transition: .6s ease-in-out left; + -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, @@ -5816,11 +5814,11 @@ button.close { @media (-webkit-transform-3d) { .carousel-inner > .carousel-item { - -webkit-transition: -webkit-transform .6s ease-in-out; - transition: -webkit-transform .6s ease-in-out; - -o-transition: -o-transform .6s ease-in-out; - transition: transform .6s ease-in-out; - transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out; + -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; @@ -5845,11 +5843,11 @@ button.close { @supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) { .carousel-inner > .carousel-item { - -webkit-transition: -webkit-transform .6s ease-in-out; - transition: -webkit-transform .6s ease-in-out; - -o-transition: -o-transform .6s ease-in-out; - transition: transform .6s ease-in-out; - transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out; + -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; -- cgit v1.2.3 From 59dc3e174db4f22deb484352b17f8e1ac07172cc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 29 Nov 2016 21:37:00 -0800 Subject: grunt --- docs/dist/css/bootstrap.css | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 3ab05ccf4..3a0ceee6d 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -367,7 +367,6 @@ p { abbr[title], abbr[data-original-title] { cursor: help; - border-bottom: 1px dotted #636c72; } address { @@ -2213,23 +2212,17 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for } .form-check-inline { - position: relative; display: inline-block; - padding-left: 1.25rem; - margin-bottom: 0; +} + +.form-check-inline .form-check-label { vertical-align: middle; - cursor: pointer; } .form-check-inline + .form-check-inline { margin-left: .75rem; } -.form-check-inline.disabled { - color: #636c72; - cursor: not-allowed; -} - .form-control-feedback { margin-top: 0.25rem; } @@ -2248,7 +2241,6 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .has-success .form-control-label, .has-success .col-form-label, .has-success .form-check-label, -.has-success .form-check-inline, .has-success .custom-control { color: #5cb85c; } @@ -2271,7 +2263,6 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .has-warning .form-control-label, .has-warning .col-form-label, .has-warning .form-check-label, -.has-warning .form-check-inline, .has-warning .custom-control { color: #f0ad4e; } @@ -2294,7 +2285,6 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .has-danger .form-control-label, .has-danger .col-form-label, .has-danger .form-check-label, -.has-danger .form-check-inline, .has-danger .custom-control { color: #d9534f; } -- cgit v1.2.3