Skip to content

Commit

Permalink
Merge pull request #5130 from kobotoolbox/task-1102-improve-login-err…
Browse files Browse the repository at this point in the history
…or-readability

[TASK-1102] Improve login error message readability
  • Loading branch information
RuthShryock authored Sep 30, 2024
2 parents 8a39c4d + feff0e9 commit d64eeca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsapp/scss/stylesheets/partials/_registration.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
margin: 0 auto;
position: relative;
max-width: 400px;
background: rgba(colors.$kobo-gray-800, 0.8);
background: rgba(colors.$kobo-gray-800, 0.9);
padding: 20px 30px;
border-radius: 10px;

Expand Down Expand Up @@ -305,7 +305,7 @@

ul.errorlist {
padding: 0px;
color: colors.$kobo-red;
color: colors.$kobo-mid-red;
margin: 8px 0px;
}
}
Expand Down

0 comments on commit d64eeca

Please sign in to comment.