Newer
Older
dmpopidor / app / assets / stylesheets / blocks / _labels.scss
@Bodacious Bodacious on 19 Oct 2018 150 bytes Update asset structure with webpacker gem

/* label stlying */
.label {
  font-size: 85%;
  border-radius: 0px;
}

/* RADIO BUTTONS */
.radio label {
  margin-right: $grid-gutter-width / 2;
}