Newer
Older
dmpopidor / app / assets / stylesheets / blocks / _new_plans_form.scss
@Bodacious Bodacious on 19 Oct 2018 383 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
#new_plan {
  .create-plan-or {
    padding: 5px 0 0 $grid-gutter-width / 2;
  }
  .create-plan-checkbox {
    margin-left: -40px;
    margin-top: -5px;
  }
  .create-plan-mock {
    margin-left: -40px;
  }
}