Cleanup: Move label styling to base.css
This commit is contained in:
parent
3c3ee45eb3
commit
976ed43de5
@ -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);
|
||||
|
@ -419,11 +419,6 @@ export default {
|
||||
}
|
||||
</script>
|
||||
<style>
|
||||
|
||||
label {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.progress {
|
||||
--wiz-progress-indicator-size: 8px;
|
||||
--wiz-progress-indicator-border-width: 2px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user