refactor(ui): localize component styles

This commit is contained in:
2026-08-09 13:47:01 +05:30
parent b6bd5cfcb7
commit 54a93c1d14
37 changed files with 4508 additions and 3832 deletions
+27
View File
@@ -173,4 +173,31 @@ size: string = "default"
</small>
</div>
}
style {
.wire-next__checkbox-content {
display: grid;
width: 100%;
min-width: 0;
align-items: start;
grid-template-columns: minmax(0, 1fr);
}
.wire-next__checkbox-slot {
display: block;
min-width: 0;
flex: 1 1 auto;
color: var(--wire-color-muted);
font-size: 0.75rem;
line-height: 1.45;
}
.wire-next__checkbox-slot:empty {
display: none;
}
.wire-next__checkbox-slot :is(a, button) {
color: var(--wire-field-color);
}
}
}