crispgm/holy-images

View on GitHub
app/assets/stylesheets/notification.scss

Summary

Maintainability
Test Coverage
// Place all the styles related to the Notification controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

$almost-white: #fbfbfb;
$light-shadow: #ddd;

.site-menu {
  .fa {
    color: $light-shadow;

    &:hover {
      color: $almost-white;
    }
  }

  .badge {
    color: $almost-white;
  }
}