// 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 TabScrollButton */
// Styles applied to the root element.
.ZuTabScrollButton-root {
}
// Styles applied to the root element if orientation="vertical".
.ZuTabScrollButton-vertical {
}
// State class applied to the root element if disabled={true}.
.ZuTabScrollButton-disabled {
}