mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03: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