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

Inverse card improvements (#21242)

* Add a color to .card-inverse to account for non .card- prefixed classes

* reword the docs to better articulate what the class does
This commit is contained in:
Mark Otto
2016-11-28 13:22:51 -08:00
committed by GitHub
parent a6f54889fd
commit 2f9a94caac
2 changed files with 3 additions and 1 deletions

View File

@@ -20,6 +20,8 @@
//
@mixin card-inverse {
color: rgba(255,255,255,.65);
.card-header,
.card-footer {
background-color: transparent;