refactor(ui): localize component styles
This commit is contained in:
@@ -63,4 +63,30 @@ size: string = "default"
|
||||
<small class="wire-next__field-error" data-error="{name}">{error}</small>
|
||||
</div>
|
||||
}
|
||||
|
||||
style {
|
||||
.wire-next__time-panel {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
|
||||
.wire-next__time-options {
|
||||
display: grid;
|
||||
max-height: 12rem;
|
||||
margin-top: 0.4rem;
|
||||
overflow-y: auto;
|
||||
gap: 0.2rem;
|
||||
}
|
||||
|
||||
.wire-next__time-done {
|
||||
align-self: end;
|
||||
background: var(--wire-field-color) !important;
|
||||
color: var(--wire-color-primary-contrast, #fff) !important;
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
.wire-next__time-panel {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user