consul/consul

View on GitHub
app/assets/stylesheets/budgets/investments/ballot.scss

Summary

Maintainability
Test Coverage
.ballot {

  .button-remove-support {
    @include has-fa-icon(times, solid);
    @include brand-secondary-color;
    background: #e7eaec;
    font-weight: bold;
    margin-top: $line-height;

    &::before {
      margin-right: $font-icon-margin;
    }
  }
}