kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
fix(style): global form label styles
rodzic
abaafa1ee0
commit
8cb61a79ba
|
@ -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);
|
||||
|
|
Ładowanie…
Reference in New Issue