1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 17:11:48 +02:00

Drop .card-{color} modifiers for .bg-{color}, .text-{color}, and .border-{color} utilities

This commit is contained in:
Mark Otto
2017-06-30 14:45:41 -07:00
committed by Mark Otto
parent 45722e94ac
commit 180d78c013
3 changed files with 0 additions and 90 deletions

View File

@@ -100,42 +100,6 @@
margin-left: -($card-spacer-x / 2);
}
//
// Background variations
//
@each $color, $value in $theme-colors {
.card-#{$color} {
@include card-variant($value, $value);
}
}
@each $color, $value in $theme-colors {
.card-outline-#{$color} {
@include card-variant($value, $value);
}
}
//
// Inverse text within a card for use with dark backgrounds
//
.card-dark {
@include card-dark;
}
//
// Blockquote
//
.card-blockquote {
padding: 0;
margin-bottom: 0;
border-left: 0;
}
// Card image
.card-img-overlay {
position: absolute;