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)
|
margin-left: var(--spacer-sm)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
label {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
input[type="text"] {
|
input[type="text"] {
|
||||||
appearance: none;
|
appearance: none;
|
||||||
background-color: var(--color-background);
|
background-color: var(--color-background);
|
||||||
|
@ -419,11 +419,6 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
label {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.progress {
|
.progress {
|
||||||
--wiz-progress-indicator-size: 8px;
|
--wiz-progress-indicator-size: 8px;
|
||||||
--wiz-progress-indicator-border-width: 2px;
|
--wiz-progress-indicator-border-width: 2px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user