Adding InputLabel

This commit is contained in:
Belen Curcio
2018-08-02 20:01:15 -03:00
parent ba01263731
commit 0c9dd07f1f
8 changed files with 88 additions and 1 deletions
+9
View File
@@ -144,3 +144,12 @@
letter-spacing: calc(0.2em / 16);
color: var(--palette-text-primary);
}
.inputLabel {
font-size: calc(18rem / var(--rem-base));
font-weight: var(--font-weight-medium);
font-family: "Manuale";
line-height: calc(18em / 16);
letter-spacing: calc(0.2em / 16);
color: var(--palette-text-primary);
}