Newer
Older
dmpopidor / app / assets / stylesheets / utils / _margins.scss
@Bodacious Bodacious on 19 Oct 2018 97 bytes Update asset structure with webpacker gem
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mt-10 {
  margin-top: 10px;
}