From 2f7a2ee6e9f02edf219032d6c92b9d216b3c980b Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Thu, 5 Mar 2015 13:27:03 -0500 Subject: sandstone: color in panel-footer, fixes #411 --- sandstone/_bootswatch.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sandstone/_bootswatch.scss') 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, -- cgit v1.2.3