Tabs revisited

This commit is contained in:
Raphael Goetter 2017-09-07 15:54:20 +02:00
parent c87a1e1d11
commit b0030aeec2
4 changed files with 54 additions and 36 deletions

View file

@ -52,7 +52,6 @@ $color-link : $color-gray1;
$color-link-hover: $color-dark;
$color-forms : $color-gray3;
$color-burger : $color-dark;
// buttons, badges, alerts color variants list
// name - background-color - color - border
@ -66,6 +65,15 @@ $variants-list: (
(ghost, $color-ghost, $color-light, 0 0 0 1px $color-light inset)
);
// tabs
$border-tabs : $color-gray5;
$border-tabs-active : $color-gray3;
$color-tabs : $color-base;
$color-tabs-active : $color-gray3;
$background-tabs : transparent;
$background-tabs-active : transparent;
$border-radius-tabs : 0;
// burger button
$color-burger : $color-gray1;
$background-burger : transparent;