refactor(ui): localize component styles
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user