porkchopclub/porkchop

View on GitHub
app/assets/stylesheets/_porkbox.scss

Summary

Maintainability
Test Coverage
.porkbox-light {
  padding: modular-scale(1);
}

.porkbox-light {
  border: 1px solid $light-grey;
  border-bottom-width: 3px;
  border-radius: 4px;
  color: darken($medium-grey, 10);
  margin: modular-scale(0) 0;
}