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:
@@ -20,6 +20,8 @@
|
||||
//
|
||||
|
||||
@mixin card-inverse {
|
||||
color: rgba(255,255,255,.65);
|
||||
|
||||
.card-header,
|
||||
.card-footer {
|
||||
background-color: transparent;
|
||||
|
Reference in New Issue
Block a user