BathHacked/energy-sparks

View on GitHub
app/components/podium_component/podium_component.scss

Summary

Maintainability
Test Coverage
.podium-component {
  .bar {
    width: 95%;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 3px;
    margin-left: auto;

    &-body {
      background-color: $light-yellow;
    }

    &-current {
      .bar-body {
        background-color: $dark-yellow;
      }
    }
  }

  .grey {
    border-color: $grey;
  }
}