This commit is contained in:
WBHarry 2026-04-28 20:30:32 +02:00
parent 1cece731ee
commit dbb08fec8c
7 changed files with 113 additions and 12 deletions

View file

@ -153,4 +153,23 @@
align-items: center;
gap: 4px;
}
.inner-tabs {
justify-content: left;
.inner-tab {
line-height: 1.5;
border: 1px solid light-dark(@beige, @beige);
border-radius: 6px;
padding: 0 4px;
background: light-dark(@beige, @dark-blue);
color: light-dark(@dark-blue, @beige);
a {
&.active {
}
}
}
}
}