Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
fix: apply proximanova font in validation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmoschini committed Apr 29, 2019
1 parent 46636b3 commit 2e63711
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/scss/core/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ input[type="tel"] {

.form-message {
margin-bottom: $dp-spaces--lv2;
font-family: $dp-font-family;
}

.error {
Expand All @@ -254,6 +253,7 @@ input[type="tel"] {
margin: $dp-spaces--lv0;
color: $dp-color-red;
font-size: $dp-sizing--lvl2;
font-family: $dp-font-family-proximanova;

a {
color: $dp-color-red;
Expand All @@ -264,6 +264,7 @@ input[type="tel"] {
margin: $dp-spaces--lv0;
font-size: $dp-sizing--lvl2;
line-height: $dp-spaces--lv3;
font-family: $dp-font-family-proximanova;
}
}
/* animation to show the errors (optional) */
Expand Down

0 comments on commit 2e63711

Please sign in to comment.