mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
grunt
This commit is contained in:
+6
-11
@@ -4027,64 +4027,59 @@ input[type="button"].btn-block {
|
|||||||
border-radius: 0 0 .25rem .25rem;
|
border-radius: 0 0 .25rem .25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 34em) {
|
||||||
.card-deck {
|
.card-deck {
|
||||||
display: table;
|
display: table;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
border-spacing: 1.25rem 0;
|
border-spacing: 1.25rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-deck .card {
|
.card-deck .card {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
width: 1%;
|
width: 1%;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-deck-wrapper {
|
.card-deck-wrapper {
|
||||||
margin-right: -1.25rem;
|
margin-right: -1.25rem;
|
||||||
margin-left: -1.25rem;
|
margin-left: -1.25rem;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 34em) {
|
||||||
.card-group {
|
.card-group {
|
||||||
display: table;
|
display: table;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-group .card {
|
.card-group .card {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-group .card + .card {
|
.card-group .card + .card {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
border-left: 0;
|
border-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-group .card:first-child .card-img-top {
|
.card-group .card:first-child .card-img-top {
|
||||||
border-top-right-radius: 0;
|
border-top-right-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-group .card:first-child .card-img-bottom {
|
.card-group .card:first-child .card-img-bottom {
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-group .card:last-child .card-img-top {
|
.card-group .card:last-child .card-img-top {
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-group .card:last-child .card-img-bottom {
|
.card-group .card:last-child .card-img-bottom {
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-group .card:not(:first-child):not(:last-child) {
|
.card-group .card:not(:first-child):not(:last-child) {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-group .card:not(:first-child):not(:last-child) .card-img-top,
|
.card-group .card:not(:first-child):not(:last-child) .card-img-top,
|
||||||
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
|
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 34em) {
|
||||||
.card-columns {
|
.card-columns {
|
||||||
-webkit-column-count: 3;
|
-webkit-column-count: 3;
|
||||||
-moz-column-count: 3;
|
-moz-column-count: 3;
|
||||||
@@ -4093,11 +4088,11 @@ input[type="button"].btn-block {
|
|||||||
-moz-column-gap: 1.25rem;
|
-moz-column-gap: 1.25rem;
|
||||||
column-gap: 1.25rem;
|
column-gap: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-columns .card {
|
.card-columns .card {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.breadcrumb {
|
.breadcrumb {
|
||||||
padding: .75rem 1rem;
|
padding: .75rem 1rem;
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -4027,64 +4027,59 @@ input[type="button"].btn-block {
|
|||||||
border-radius: 0 0 .25rem .25rem;
|
border-radius: 0 0 .25rem .25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 34em) {
|
||||||
.card-deck {
|
.card-deck {
|
||||||
display: table;
|
display: table;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
border-spacing: 1.25rem 0;
|
border-spacing: 1.25rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-deck .card {
|
.card-deck .card {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
width: 1%;
|
width: 1%;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-deck-wrapper {
|
.card-deck-wrapper {
|
||||||
margin-right: -1.25rem;
|
margin-right: -1.25rem;
|
||||||
margin-left: -1.25rem;
|
margin-left: -1.25rem;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 34em) {
|
||||||
.card-group {
|
.card-group {
|
||||||
display: table;
|
display: table;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-group .card {
|
.card-group .card {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-group .card + .card {
|
.card-group .card + .card {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
border-left: 0;
|
border-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-group .card:first-child .card-img-top {
|
.card-group .card:first-child .card-img-top {
|
||||||
border-top-right-radius: 0;
|
border-top-right-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-group .card:first-child .card-img-bottom {
|
.card-group .card:first-child .card-img-bottom {
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-group .card:last-child .card-img-top {
|
.card-group .card:last-child .card-img-top {
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-group .card:last-child .card-img-bottom {
|
.card-group .card:last-child .card-img-bottom {
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-group .card:not(:first-child):not(:last-child) {
|
.card-group .card:not(:first-child):not(:last-child) {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-group .card:not(:first-child):not(:last-child) .card-img-top,
|
.card-group .card:not(:first-child):not(:last-child) .card-img-top,
|
||||||
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
|
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 34em) {
|
||||||
.card-columns {
|
.card-columns {
|
||||||
-webkit-column-count: 3;
|
-webkit-column-count: 3;
|
||||||
-moz-column-count: 3;
|
-moz-column-count: 3;
|
||||||
@@ -4093,11 +4088,11 @@ input[type="button"].btn-block {
|
|||||||
-moz-column-gap: 1.25rem;
|
-moz-column-gap: 1.25rem;
|
||||||
column-gap: 1.25rem;
|
column-gap: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-columns .card {
|
.card-columns .card {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.breadcrumb {
|
.breadcrumb {
|
||||||
padding: .75rem 1rem;
|
padding: .75rem 1rem;
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user