consul/consul

View on GitHub
app/assets/stylesheets/budgets/subheader.scss

Summary

Maintainability
Test Coverage
.budget-subheader {
  margin-bottom: $line-height;
  margin-top: $line-height;
  overflow: hidden;

  .current-phase {
    text-transform: uppercase;
  }

  .button {
    margin-top: calc(#{$line-height} / 2);
  }

  .callout {
    margin-bottom: 0;
  }
}