This commit is contained in:
WBHarry 2025-08-07 22:41:58 +02:00
parent df99d0e4c6
commit 9f9da6efcd
15 changed files with 98 additions and 34 deletions

View file

@ -495,7 +495,6 @@
border-radius: 6px;
button {
padding: 6px 6px 6px 10px;
border-radius: 3px 0px 0px 3px;
color: light-dark(@dark-blue, @dark-blue);
white-space: nowrap;
@ -506,7 +505,7 @@
color: light-dark(@dark-blue, @golden);
}
&:last-child {
&:not(:first-child) {
padding: 6px;
background: light-dark(@dark-blue-10, @golden-secondary);
border-radius: 0px 3px 3px 0px;