This commit is contained in:
WBHarry 2026-03-30 19:00:26 +02:00
parent 2664979823
commit 686c660e86
3 changed files with 26 additions and 6 deletions

View file

@ -384,6 +384,15 @@
justify-content: center;
width: 15px;
}
&.has-minus:before {
content: '-';
font-size: var(--font-size-20);
grid-area: c;
display: flex;
align-items: center;
justify-content: center;
width: 15px;
}
}
}