mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-28 01:44:07 +01:00
12 lines
193 B
SCSS
12 lines
193 B
SCSS
|
|
.b3-tab-container {
|
||
|
|
overflow: auto;
|
||
|
|
box-sizing: border-box;
|
||
|
|
flex: 1;
|
||
|
|
background-color: var(--b3-theme-background);
|
||
|
|
|
||
|
|
.b3-label {
|
||
|
|
padding: 16px 0;
|
||
|
|
margin: 0 24px;
|
||
|
|
}
|
||
|
|
}
|