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

Commit

Permalink
feat: support including buttons with link style inside error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmoschini committed May 1, 2019
1 parent da8d643 commit 81240de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions assets/scss/core/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,11 @@ input[type="tel"] {
text-decoration: underline;
}

button {
color: $dp-color-red;
text-decoration: underline;
}

p {
margin: $dp-spaces--lv0;
font-size: $dp-sizing--lvl2;
Expand Down
2 changes: 1 addition & 1 deletion assets/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h5>INGRESA A DOPPLER</h5>
<div class="form-message error">
<div class="wrapper-errors">
<p>Espera un segundo. Aún no has activado tu cuenta.</p>
<p><a href="#">Reenviar el Email de Activación.</a></p>
<p><button type="button">Reenviar el Email de Activación.</button></p>
</div>
</div>
<fieldset>
Expand Down

0 comments on commit 81240de

Please sign in to comment.