You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
444 B
12 lines
444 B
7 years ago
|
// Tabs
|
||
|
@tab-bar-margin: @tabs-bar-margin;
|
||
|
@tab-horizontal-margin: @tabs-horizontal-margin;
|
||
|
@tab-vertical-margin: @tabs-vertical-margin;
|
||
|
@tab-horizontal-padding: @tabs-horizontal-padding;
|
||
|
@tab-vertical-padding: @tabs-vertical-padding;
|
||
|
@tab-scrolling-size: @tabs-scrolling-size;
|
||
|
@tab-highlight-color: @tabs-highlight-color;
|
||
|
@tab-hover-color: @tabs-hover-color;
|
||
|
@tab-active-color: @tabs-active-color;
|
||
|
@tabs-ink-bar-bg-color: @tabs-ink-bar-color;
|