TechLadies/home-web

View on GitHub
app/assets/stylesheets/application/components/form_layout.scss

Summary

Maintainability
Test Coverage
.form-layout {

  label {
    display: block;
    text-transform: uppercase;
    color: $gray-light;
    font-weight: lighter;
    margin: 15px;
  }

  span {
    display: block;
    font-size: 18px;
    padding-bottom: 10px;
    margin: 15px;
    border-bottom: 1px dashed $gray-lighter;
    min-height: 40px;
  }

  legend {
    margin: 30px 15px 15px;
    padding-bottom: 10px;
  }

}