Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Flash-Error refinement
  • Loading branch information
Aaron Shekey committed May 4, 2015
commit d0355180526a07364a6b77e5a72e939f13a9934f
4 changes: 2 additions & 2 deletions scss/_alerts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

&.flash-error {
color: shade($alert-error, 10%);
background-color: tint($alert-error, 82%);
border-color: tint($alert-error, 70%);
background-color: tint($alert-error, 85%);
border-color: tint($alert-error, 65%);
}

.flash-close {
Expand Down