Cleanup: Move label styling to base.css

This commit is contained in:
Pablo Vazquez 2022-07-21 17:46:04 +02:00 committed by Francesco Siddi
parent 3c3ee45eb3
commit 976ed43de5
2 changed files with 4 additions and 5 deletions

View File

@ -310,6 +310,10 @@ dl dd:empty {
margin-left: var(--spacer-sm)
}
label {
display: block;
}
input[type="text"] {
appearance: none;
background-color: var(--color-background);

View File

@ -419,11 +419,6 @@ export default {
}
</script>
<style>
label {
display: block;
}
.progress {
--wiz-progress-indicator-size: 8px;
--wiz-progress-indicator-border-width: 2px;