Validation Message

This commit is contained in:
Belen Curcio
2018-08-02 07:43:12 -03:00
parent 5fd7062a3a
commit 67c8ca9d57
10 changed files with 4456 additions and 4354 deletions
+9
View File
@@ -126,3 +126,12 @@
line-height: calc(18em / 16);
letter-spacing: calc(0.2em / 16);
}
.validationMessage {
color: var(--palette-common-black);
font-family: var(--font-family);
font-weight: var(--font-weight-medium);
font-size: 16px;
line-height: normal;
letter-spacing: calc(0.2em / 16);
}