fix(style): global form label styles
This commit is contained in:
parent
3cd832f288
commit
5c48b80bed
|
@ -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>
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue