Newer
Older
dmpopidor / app / assets / stylesheets / blocks / _org_links.scss
@Bodacious Bodacious on 19 Oct 2018 271 bytes Update asset structure with webpacker gem
// TODO: Refactor this. Instead of writing specific CSS rules for particular objects,
// we should provide utility classes which can provide the desired style to this object
.remove-org-link i {
  margin-left: $grid-gutter-width / -2;
  margin-top: $grid-gutter-width;
}