intercity/intercity-next

View on GitHub
app/assets/stylesheets/_services.scss

Summary

Maintainability
Test Coverage
.services {
  margin-top: 20px;
  .service {
    @extend .column;
    @extend .is-3;
    .box {
      min-height: 235px;
      position: relative;
      &.service-new {
      }
      &.service-installing {
      }
      &.service-installed {
      }
      .panel-body {
        text-align: center;
      }

      .panel-footer {
        position: absolute;
        width: 100%;
        bottom: 0;
      }
    }
  }
}