15 lines
158 B
CSS
15 lines
158 B
CSS
.taf.sheet-config {
|
|
|
|
section {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 1rem;
|
|
}
|
|
|
|
.tab {
|
|
display: none;
|
|
}
|
|
.tab.active {
|
|
display: unset;
|
|
}
|
|
}
|