Newer
Older
dmpopidor / app / assets / stylesheets / blocks / _profile_form.scss
@Bodacious Bodacious on 19 Oct 2018 325 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
.org-logo-controls {
  display: inline-block;
  margin-left: $grid-gutter-width / 2;
  input { display: inline-block; }
  strong { margin: 0 10px; }
}