Skip to content
Snippets Groups Projects
Commit 4441f578 authored by khawkins98's avatar khawkins98
Browse files

Don't use tiny labels on tabs, accordians

parent e9d587bf
No related branches found
No related tags found
No related merge requests found
......@@ -255,6 +255,7 @@ $accordion-content-background: $white;
$accordion-content-border: 1px solid $light-gray;
$accordion-content-color: foreground($accordion-content-background, $body-font-color);
$accordion-content-padding: 1rem;
$accordion-title-font-size: rem-calc(14);
// 8. Accordion Menu
// -----------------
......@@ -565,7 +566,7 @@ $show-header-for-stacked: false;
$tab-margin: 0;
$tab-background: $white;
$tab-background-active: $light-gray;
$tab-item-font-size: rem-calc(12);
$tab-item-font-size: rem-calc(14);
$tab-item-background-hover: $white;
$tab-item-padding: 1.25rem 1.5rem;
$tab-expand-max: 6;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment