fix(style): global form label styles

This commit is contained in:
ArneBo 2024-12-23 17:24:29 +01:00 committed by upsiflu
parent 3cd832f288
commit 5c48b80bed
2 changed files with 10 additions and 11 deletions

View File

@ -162,14 +162,3 @@ const submit = async () => {
</Button>
</form>
</template>
<style>
label {
display: block;
margin: 0 0 .28571429rem 0;
color: var(--form-label-color);
font-size: .92857143em;
font-weight: 700;
text-transform: none;
}
</style>

View File

@ -1,4 +1,14 @@
.funkwhale {
form label {
display: block;
margin-bottom: 8px;
color: var(--form-label-color);
font-size: .92857143em;
font-weight: 700;
text-transform: none;
}
&.input {
background-color: var(--fw-bg-color);
box-shadow: inset 0 0 0 4px var(--fw-border-color);