consul/consul

View on GitHub
app/assets/stylesheets/proposals/new.scss

Summary

Maintainability
Test Coverage
.proposal-new {
  @extend %public-form-header;

  header h1 {
    @include has-fa-icon(lightbulb, regular, after);
  }

  aside {
    margin-top: $line-height;
  }

  .recommendations li::before {
    color: $proposals;
  }
}