Commit e9bc67db authored by Mark Otto's avatar Mark Otto
Browse files

grunt

parent 18258cbd
13 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!26437merge,!20778V4 dev,!22391V4 dev,!22547Finished a new translation for bootstrap,!22143Fix selectable disabled toggle radio buttons,!22598test,!21067dfsa,!25326Adjust examples,!23995Add back cursor: pointer for .btn-link,!23178Spinner,!17021v4
Showing with 18 additions and 16 deletions
+18 -16
......@@ -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%;
}
}
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -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%;
}
}
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment