$tabs-navigation-padding: rem-calc(16);
$tabs-navigation-bg-color: #efefef;
$tabs-navigation-hover-bg-color: darken($tabs-navigation-bg-color, 5%);
+$tabs-navigation-active-bg-color: #fff;
$tabs-navigation-font-color: #222;
$tabs-navigation-font-size: rem-calc(16);
$tabs-navigation-font-family: $body-font-family;
-//
+//
// FOUNDATION SETTINGS
//
// $tabs-navigation-padding: rem-calc(16);
// $tabs-navigation-bg-color: #efefef ;
// $tabs-navigation-hover-bg-color: darken($tabs-navigation-bg-color, 5%);
+// $tabs-navigation-active-bg-color: #fff;
// $tabs-navigation-font-color: #222;
// $tabs-navigation-font-size: rem-calc(16);
// $tabs-navigation-font-family: $body-font-family;
$tabs-navigation-padding: rem-calc(16) !default;
$tabs-navigation-bg-color: #efefef !default;
$tabs-navigation-hover-bg-color: darken($tabs-navigation-bg-color, 5%) !default;
+$tabs-navigation-active-bg-color: #fff !default;
$tabs-navigation-font-color: #222 !default;
$tabs-navigation-font-size: rem-calc(16) !default;
$tabs-navigation-font-family: $body-font-family !default;
font-size: $tabs-navigation-font-size;
&:hover { background: $tabs-navigation-hover-bg-color; }
}
- &.active a { background: #fff; }
+ &.active a { background: $tabs-navigation-active-bg-color; }
}
&.radius {
dd:first-child {