mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-09 12:13:10 -05:00
8 lines
172 B
CSS
8 lines
172 B
CSS
.root {
|
|
& [class*="tabPanel"] {
|
|
background-color: var(--color-bg-high);
|
|
border-radius: 0 0 var(--radius-box) var(--radius-box);
|
|
padding: var(--s-6) var(--s-4);
|
|
}
|
|
}
|