summaryrefslogtreecommitdiff
path: root/sandstone/_bootswatch.scss
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2015-03-05 13:27:03 -0500
committerThomas Park <thomas@thomaspark.me>2015-03-05 13:27:03 -0500
commit2f7a2ee6e9f02edf219032d6c92b9d216b3c980b (patch)
tree73ac5f135e119254bd3c1df2f3309fbb21b9b217 /sandstone/_bootswatch.scss
parent45f5c2490bdff587678e4c6edb8e8b6458cd4437 (diff)
sandstone: color in panel-footer, fixes #411
Diffstat (limited to 'sandstone/_bootswatch.scss')
-rw-r--r--sandstone/_bootswatch.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/sandstone/_bootswatch.scss b/sandstone/_bootswatch.scss
index ad21881e..d604cf8d 100644
--- a/sandstone/_bootswatch.scss
+++ b/sandstone/_bootswatch.scss
@@ -175,12 +175,15 @@ input,
@include box-shadow(none);
.panel-heading,
- .panel-title,
- .panel-footer {
+ .panel-title {
@extend .sandstone;
color: #fff;
}
+ .panel-footer {
+ @extend .sandstone;
+ }
+
&-default {
.panel-heading,
.panel-title,