Scrim map by map mode (#3104)

This commit is contained in:
Kalle
2026-05-25 17:35:44 +03:00
committed by GitHub
parent 72a3d81640
commit a3d7cb2fcb
139 changed files with 3623 additions and 348 deletions

View File

@@ -146,13 +146,17 @@
.select {
width: 100%;
position: relative;
display: flex;
flex-direction: column;
gap: var(--s-1-5);
}
.label {
font-size: var(--font-xs);
font-weight: var(--weight-bold);
margin-block-end: var(--label-margin);
margin: 0;
display: block;
text-box: trim-start cap alphabetic;
}
.clearButton {