// Copyright (c) 2024 Xu Shaohua <shaohua@biofan.org>. All rights reserved.
// Use of this source is governed by Lesser General Public License
// that can be found in the LICENSE file.
/* Styles for TabList */
// Styles applied to the root element.
.ZuTabList-root {
}
// Styles applied to the root element if orientation="vertical".
.ZuTabList-vertical {
}
// Styles applied to the flex container element.
.ZuTabList-flexContainer {
}
// Styles applied to the flex container element if orientation="vertical".
.ZuTabList-flexContainerVertical {
}
// Styles applied to the flex container element if centered={true} & !variant="scrollable".
.ZuTabList-centered {
}
// Styles applied to the tablist element.
.ZuTabList-scroller {
}
// Styles applied to the tablist element if !variant="scrollable".
.ZuTabList-fixed {
}
// Styles applied to the tablist element if variant="scrollable" and orientation="horizontal".
.ZuTabList-scrollableX {
}
// Styles applied to the tablist element if variant="scrollable" and orientation="vertical".
.ZuTabList-scrollableY {
}
// Styles applied to the tablist element if variant="scrollable" and visibleScrollbar={false}.
.ZuTabList-hideScrollbar {
}
// Styles applied to the ScrollButtonComponent component.
.ZuTabList-scrollButtons {
}
// Styles applied to the ScrollButtonComponent component if allowScrollButtonsMobile={true}.
.ZuTabList-scrollButtonsHideMobile {
}
// Styles applied to the TabIndicator component.
.ZuTabList-indicator {
}