diff options
| author | Mark Otto <[email protected]> | 2016-09-11 20:51:07 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-09-11 20:51:07 -0700 |
| commit | cbd2ac0ee7560f87e9547eb6456b142f43fe0116 (patch) | |
| tree | 582708530a86b13e4a510b81a24070b72024c141 /dist/css/bootstrap.css | |
| parent | 076a950442371a8c0a974fa6478efb20a69527b7 (diff) | |
| download | bootstrap-cbd2ac0ee7560f87e9547eb6456b142f43fe0116.tar.xz bootstrap-cbd2ac0ee7560f87e9547eb6456b142f43fe0116.zip | |
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 27 |
1 files changed, 11 insertions, 16 deletions
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) { |
