NerdDiffer/job_tracker

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

Summary

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

.users {
  &.register_or_login {
    ul {
      padding-left: 1rem;
      li {
        @include link_wraps_font_awesome;
        i { color: black; }
      }
    }
  }
}