1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 16:19:53 +02:00

Merge branch 'v4-dev' into form-tweaks

This commit is contained in:
Mark Otto
2017-05-31 21:29:23 -07:00
273 changed files with 1482 additions and 17360 deletions

View File

@@ -47,7 +47,7 @@
}
.card-link {
@include hover-focus {
color: $card-link-hover-color;
color: $card-inverse-link-hover-color;
}
}
}

View File

@@ -37,6 +37,7 @@
.col#{$infix}-auto {
flex: 0 0 auto;
width: auto;
max-width: none; // Reset earlier grid tiers
}
@for $i from 1 through $columns {