From 7e8182e9a63a3004c2bb3fe90136c1e4c984b42f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 25 Jul 2016 17:10:21 -0700 Subject: grunt --- dist/css/bootstrap.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 2dfbad936..7af08265f 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -321,7 +321,7 @@ html { } body { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 1rem; line-height: 1.5; color: #373a3c; @@ -5220,7 +5220,7 @@ button.close { position: absolute; z-index: 1070; display: block; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; @@ -5320,7 +5320,7 @@ button.close { display: block; max-width: 276px; padding: 1px; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; -- cgit v1.2.3 From cf45a82068daf283796562acfed099fdaf913126 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 26 Jul 2016 20:16:28 -0700 Subject: grunt --- dist/css/bootstrap.css | 75 ++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 57 insertions(+), 18 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 7af08265f..a44d37e20 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3812,24 +3812,6 @@ input[type="button"].btn-block { text-decoration: none; } -@media (min-width: 544px) { - .navbar-toggleable-xs { - display: block !important; - } -} - -@media (min-width: 768px) { - .navbar-toggleable-sm { - display: block !important; - } -} - -@media (min-width: 992px) { - .navbar-toggleable-md { - display: block !important; - } -} - .navbar-nav .nav-item { float: left; } @@ -3914,6 +3896,63 @@ input[type="button"].btn-block { background-color: rgba(255, 255, 255, 0.075); } +.navbar-toggleable-xs::after { + content: ""; + display: table; + clear: both; +} + +@media (max-width: 543px) { + .navbar-toggleable-xs .navbar-nav .nav-item { + float: none; + margin-left: 0; + } +} + +@media (min-width: 544px) { + .navbar-toggleable-xs { + display: block !important; + } +} + +.navbar-toggleable-sm::after { + content: ""; + display: table; + clear: both; +} + +@media (max-width: 767px) { + .navbar-toggleable-sm .navbar-nav .nav-item { + float: none; + margin-left: 0; + } +} + +@media (min-width: 768px) { + .navbar-toggleable-sm { + display: block !important; + } +} + +.navbar-toggleable-md::after { + content: ""; + display: table; + clear: both; +} + +@media (max-width: 991px) { + .navbar-toggleable-md .navbar-nav .nav-item { + float: none; + margin-left: 0; + } +} + +@media (min-width: 992px) { + .navbar-toggleable-md { + display: block !important; + } +} + .card { position: relative; display: block; -- cgit v1.2.3 From 24e992a6ffbb3b54424eb1042d49005124b265d9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 27 Jul 2016 09:31:24 -0700 Subject: bump versions --- 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 a44d37e20..79742bda3 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1,5 +1,5 @@ /*! - * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com) + * Bootstrap v4.0.0-alpha.3 (http://getbootstrap.com) * Copyright 2011-2016 The Bootstrap Authors * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) -- cgit v1.2.3 From 8e4f3fe7b95f6bb7c9939288229ec5683364743d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 1 Aug 2016 20:26:06 -0700 Subject: grunt --- dist/css/bootstrap.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 79742bda3..55e8c1f58 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5730,10 +5730,6 @@ button.close { } } -.bg-inverse { - background-color: #373a3c; -} - .bg-faded { background-color: #f7f7f9; } @@ -5783,6 +5779,15 @@ a.bg-danger:focus, a.bg-danger:hover { background-color: #c9302c !important; } +.bg-inverse { + color: #fff !important; + background-color: #373a3c !important; +} + +a.bg-inverse:focus, a.bg-inverse:hover { + background-color: #1f2021 !important; +} + .clearfix::after { content: ""; display: table; -- cgit v1.2.3 From 9128c1adffd9ecc3b5614754956b4b02393a994e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 21 Aug 2016 17:10:20 -0700 Subject: grunt --- dist/css/bootstrap.css | 8 -------- 1 file changed, 8 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 55e8c1f58..09a35d957 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4783,14 +4783,6 @@ base::-moz-progress-bar, } } -.media { - margin-top: 15px; -} - -.media:first-child { - margin-top: 0; -} - .media, .media-body { overflow: hidden; -- cgit v1.2.3 From 93522e3ae66aad4178d74f6f550fc1bde9aa7e76 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 4 Sep 2016 17:44:53 -0700 Subject: grunt --- dist/css/bootstrap.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 09a35d957..7a95c7c7d 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4486,7 +4486,7 @@ a.tag:focus, a.tag:hover { } .alert { - padding: 15px; + padding: 1rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.25rem; @@ -4501,13 +4501,13 @@ a.tag:focus, a.tag:hover { } .alert-dismissible { - padding-right: 35px; + padding-right: 2rem; } .alert-dismissible .close { position: relative; - top: -2px; - right: -21px; + top: -.125rem; + right: -1rem; color: inherit; } @@ -5131,7 +5131,7 @@ button.close { .modal.fade .modal-dialog { -webkit-transition: -webkit-transform .3s ease-out; transition: -webkit-transform .3s ease-out; - -o-transition: transform .3s ease-out, -o-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-transform: translate(0, -25%); @@ -5516,7 +5516,7 @@ button.close { .carousel-inner > .carousel-item { -webkit-transition: -webkit-transform .6s ease-in-out; transition: -webkit-transform .6s ease-in-out; - -o-transition: transform .6s ease-in-out, -o-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-backface-visibility: hidden; -- cgit v1.2.3 From d6584f13bf2d7132f35f08357f60d35d55d0dec7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 4 Sep 2016 17:52:47 -0700 Subject: grunt --- dist/css/bootstrap.css | 1 - 1 file changed, 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 7a95c7c7d..d9a5a7372 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4251,7 +4251,6 @@ input[type="button"].btn-block { column-gap: 1.25rem; } .card-columns .card { - display: inline-block; width: 100%; } } -- cgit v1.2.3 From 59daf9f958da60db4641755bbed47912065aa4bc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 5 Sep 2016 12:37:47 -0700 Subject: grunt --- dist/css/bootstrap.css | 42 ++++++++++++------------------------------ 1 file changed, 12 insertions(+), 30 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index d9a5a7372..455ebef1f 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2097,14 +2097,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .has-success .form-control-feedback, .has-success .form-control-label, -.has-success .radio, -.has-success .checkbox, -.has-success .radio-inline, -.has-success .checkbox-inline, -.has-success.radio label, -.has-success.checkbox label, -.has-success.radio-inline label, -.has-success.checkbox-inline label, +.has-success .form-check-label, +.has-success .form-check-inline, .has-success .custom-control { color: #5cb85c; } @@ -2129,14 +2123,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .has-warning .form-control-feedback, .has-warning .form-control-label, -.has-warning .radio, -.has-warning .checkbox, -.has-warning .radio-inline, -.has-warning .checkbox-inline, -.has-warning.radio label, -.has-warning.checkbox label, -.has-warning.radio-inline label, -.has-warning.checkbox-inline label, +.has-warning .form-check-label, +.has-warning .form-check-inline, .has-warning .custom-control { color: #f0ad4e; } @@ -2161,14 +2149,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .has-danger .form-control-feedback, .has-danger .form-control-label, -.has-danger .radio, -.has-danger .checkbox, -.has-danger .radio-inline, -.has-danger .checkbox-inline, -.has-danger.radio label, -.has-danger.checkbox label, -.has-danger.radio-inline label, -.has-danger.checkbox-inline label, +.has-danger .form-check-label, +.has-danger .form-check-inline, .has-danger .custom-control { color: #d9534f; } @@ -6237,7 +6219,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } a.text-muted:focus, a.text-muted:hover { - color: #687077; + color: #687077 !important; } .text-primary { @@ -6245,7 +6227,7 @@ a.text-muted:focus, a.text-muted:hover { } a.text-primary:focus, a.text-primary:hover { - color: #025aa5; + color: #025aa5 !important; } .text-success { @@ -6253,7 +6235,7 @@ a.text-primary:focus, a.text-primary:hover { } a.text-success:focus, a.text-success:hover { - color: #449d44; + color: #449d44 !important; } .text-info { @@ -6261,7 +6243,7 @@ a.text-success:focus, a.text-success:hover { } a.text-info:focus, a.text-info:hover { - color: #31b0d5; + color: #31b0d5 !important; } .text-warning { @@ -6269,7 +6251,7 @@ a.text-info:focus, a.text-info:hover { } a.text-warning:focus, a.text-warning:hover { - color: #ec971f; + color: #ec971f !important; } .text-danger { @@ -6277,7 +6259,7 @@ a.text-warning:focus, a.text-warning:hover { } a.text-danger:focus, a.text-danger:hover { - color: #c9302c; + color: #c9302c !important; } .text-hide { -- cgit v1.2.3 From 5495a4b3d383c745065a177d3adb8e5db94acd7f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 5 Sep 2016 12:41:44 -0700 Subject: versions --- 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 455ebef1f..aa413ba66 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1,5 +1,5 @@ /*! - * Bootstrap v4.0.0-alpha.3 (http://getbootstrap.com) + * Bootstrap v4.0.0-alpha.4 (http://getbootstrap.com) * Copyright 2011-2016 The Bootstrap Authors * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) -- cgit v1.2.3 From e9bc67db5b944130aade393f6614bf1f9e1dbc31 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 7 Sep 2016 21:07:52 -0700 Subject: grunt --- dist/css/bootstrap.css | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index aa413ba66..cc04b2f16 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3998,7 +3998,7 @@ input[type="button"].btn-block { } .card-header:first-child { - border-radius: 0.25rem 0.25rem 0 0; + border-radius: calc($card-border-radius - 1px) calc($card-border-radius - 1px) 0 0; } .card-footer { @@ -4014,7 +4014,7 @@ input[type="button"].btn-block { } .card-footer:last-child { - border-radius: 0 0 0.25rem 0.25rem; + border-radius: 0 0 calc($card-border-radius - 1px) calc($card-border-radius - 1px); } .card-header-tabs { @@ -4139,7 +4139,7 @@ input[type="button"].btn-block { } .card-img { - border-radius: 0.25rem; + border-radius: calc($card-border-radius - 1px); } .card-img-overlay { @@ -4152,13 +4152,13 @@ input[type="button"].btn-block { } .card-img-top { - border-top-right-radius: 0.25rem; - border-top-left-radius: 0.25rem; + border-top-right-radius: calc($card-border-radius - 1px); + border-top-left-radius: calc($card-border-radius - 1px); } .card-img-bottom { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; + border-bottom-right-radius: calc($card-border-radius - 1px); + border-bottom-left-radius: calc($card-border-radius - 1px); } @media (min-width: 544px) { @@ -4233,6 +4233,7 @@ input[type="button"].btn-block { column-gap: 1.25rem; } .card-columns .card { + display: inline-block; width: 100%; } } -- cgit v1.2.3 From cbd2ac0ee7560f87e9547eb6456b142f43fe0116 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 11 Sep 2016 20:51:07 -0700 Subject: grunt --- dist/css/bootstrap.css | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index cc04b2f16..256a05a04 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3359,7 +3359,7 @@ input[type="button"].btn-block { .custom-control { position: relative; - display: inline; + display: inline-block; padding-left: 1.5rem; cursor: pointer; } @@ -3401,7 +3401,7 @@ input[type="button"].btn-block { .custom-control-indicator { position: absolute; - top: .0625rem; + top: .25rem; left: 0; display: block; width: 1rem; @@ -3440,13 +3440,8 @@ input[type="button"].btn-block { } .custom-controls-stacked .custom-control { - display: inline; -} - -.custom-controls-stacked .custom-control::after { - display: block; - margin-bottom: 0.25rem; - content: ""; + float: left; + clear: left; } .custom-controls-stacked .custom-control + .custom-control { @@ -3998,7 +3993,7 @@ input[type="button"].btn-block { } .card-header:first-child { - border-radius: calc($card-border-radius - 1px) calc($card-border-radius - 1px) 0 0; + border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; } .card-footer { @@ -4014,7 +4009,7 @@ input[type="button"].btn-block { } .card-footer:last-child { - border-radius: 0 0 calc($card-border-radius - 1px) calc($card-border-radius - 1px); + border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); } .card-header-tabs { @@ -4139,7 +4134,7 @@ input[type="button"].btn-block { } .card-img { - border-radius: calc($card-border-radius - 1px); + border-radius: calc(0.25rem - 1px); } .card-img-overlay { @@ -4152,13 +4147,13 @@ input[type="button"].btn-block { } .card-img-top { - border-top-right-radius: calc($card-border-radius - 1px); - border-top-left-radius: calc($card-border-radius - 1px); + border-top-right-radius: calc(0.25rem - 1px); + border-top-left-radius: calc(0.25rem - 1px); } .card-img-bottom { - border-bottom-right-radius: calc($card-border-radius - 1px); - border-bottom-left-radius: calc($card-border-radius - 1px); + border-bottom-right-radius: calc(0.25rem - 1px); + border-bottom-left-radius: calc(0.25rem - 1px); } @media (min-width: 544px) { -- cgit v1.2.3 From a27a488002aafb6725e80f63d7022f9af32df669 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 11 Sep 2016 22:34:25 -0700 Subject: woof, first grunt after building all the dist lol --- dist/css/bootstrap.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 256a05a04..d0ac3bfe3 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3777,10 +3777,15 @@ input[type="button"].btn-block { } .navbar-toggler { + width: 2.5em; + height: 2em; padding: .5rem .75rem; font-size: 1.25rem; line-height: 1; - background: none; + background-color: transparent; + background: transparent no-repeat center center; + -webkit-background-size: 24px 24px; + background-size: 24px 24px; border: 1px solid transparent; border-radius: 0.25rem; } @@ -3836,6 +3841,10 @@ input[type="button"].btn-block { color: rgba(0, 0, 0, 0.8); } +.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.3)' 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); } @@ -3869,6 +3878,10 @@ input[type="button"].btn-block { 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-dark .navbar-divider { background-color: rgba(255, 255, 255, 0.075); } -- cgit v1.2.3 From 0b36debc5f5ba534575233e76c3541c01a55d7b0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 11 Sep 2016 23:50:50 -0700 Subject: grunt --- dist/css/bootstrap.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index d0ac3bfe3..67669eaa3 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3782,7 +3782,6 @@ input[type="button"].btn-block { padding: .5rem .75rem; font-size: 1.25rem; line-height: 1; - background-color: transparent; background: transparent no-repeat center center; -webkit-background-size: 24px 24px; background-size: 24px 24px; @@ -6271,6 +6270,14 @@ a.text-danger:focus, a.text-danger:hover { color: #c9302c !important; } +.text-gray-dark { + color: #373a3c !important; +} + +a.text-gray-dark:focus, a.text-gray-dark:hover { + color: #1f2021 !important; +} + .text-hide { font: 0/0 a; color: transparent; -- cgit v1.2.3 From 13e4348dfd78c0f1a28d5a108a4ec4f55de1271a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 11 Sep 2016 23:52:47 -0700 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 67669eaa3..363b6afcd 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3994,6 +3994,7 @@ input[type="button"].btn-block { .card-header { padding: 0.75rem 1.25rem; + margin-bottom: 0; background-color: #f5f5f5; border-bottom: 1px solid rgba(0, 0, 0, 0.125); } -- cgit v1.2.3