18 lines
323 B
SCSS
18 lines
323 B
SCSS
/*
|
|
* SPDX-FileCopyrightText: 2021 Johannes Loher
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
@use "../utils/variables";
|
|
|
|
.ds4-sheet-tab-nav {
|
|
border-bottom: variables.$border-groove;
|
|
border-top: variables.$border-groove;
|
|
height: auto;
|
|
|
|
&__item {
|
|
font-weight: bold;
|
|
white-space: nowrap;
|
|
}
|
|
}
|