mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
9 lines
160 B
SCSS
9 lines
160 B
SCSS
// Tabs component.
|
|
.#{$ns}-tab-indicator-wrapper .#{$ns}-tab-indicator{
|
|
height: 2px;
|
|
}
|
|
.#{$ns}-large > .#{$ns}-tab{
|
|
line-height: 50px;
|
|
font-size: 15px;
|
|
}
|