Commit 84f96137753143ee597a3c15fff93239f835df61

Authored by Dmitriy Zaporozhets
1 parent f40ad6ce

Style devise error messages

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
app/assets/stylesheets/sections/login.scss
... ... @@ -46,3 +46,10 @@ body.login-page{
46 46 margin: 2px;
47 47 }
48 48 }
  49 +
  50 +.devise-errors {
  51 + h2 {
  52 + font-size: 14px;
  53 + color: #a00;
  54 + }
  55 +}
... ...