Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/stylesheets/bootstrap/mixins/_cards.scss')
-rw-r--r--assets/stylesheets/bootstrap/mixins/_cards.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/stylesheets/bootstrap/mixins/_cards.scss b/assets/stylesheets/bootstrap/mixins/_cards.scss
index 574349a..4b1232d 100644
--- a/assets/stylesheets/bootstrap/mixins/_cards.scss
+++ b/assets/stylesheets/bootstrap/mixins/_cards.scss
@@ -20,8 +20,11 @@
//
@mixin card-inverse {
+ color: rgba(255,255,255,.65);
+
.card-header,
.card-footer {
+ background-color: transparent;
border-color: rgba(255,255,255,.2);
}
.card-header,