Newer
Older
dmpopidor / app / assets / stylesheets / blocks / _font_awesomes.scss
@Bodacious Bodacious on 19 Oct 2018 329 bytes Update asset structure with webpacker gem
// Override FontAwesome icons

/* FONTAWESOME STYLING */
.fa:not(.small) {
  font-size: 2rem;
}
.fa-reverse {
  color: $color-text-grey;
}
.fa-sort, .fa-sort-asc, .fa-sort-desc {
  color: $color-white;
}

/* adjust the position of the 'remove - X' button for links */
.link .fa-times-circle {
  margin-top: $grid-gutter-width;
}