3scale/porta

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

Summary

Maintainability
Test Coverage

Properties should be ordered background-color, border, clear, list-style, padding, position
Open

    clear: left;

1/2 should be written with a single space on each side of the operator: 1 / 2
Open

      padding: line-height-times(1/2) 0;

border-bottom: 0 is preferred over border-bottom: none
Open

        border-bottom: none;

Avoid vendor prefixes.
Open

        -moz-column-rule: $border-width solid $border-color;

border-bottom: 0 is preferred over border-bottom: none
Open

          border-bottom: none;

Selector should have depth of applicability no greater than 3, but was 4
Open

      a {

Declaration should be terminated by a semicolon
Open

          color: $link-color

Each selector in a comma sequence should be on its own single line
Open

  .latest-alerts, .latest-apps, .service-settings, .service-plans, .application-plans, #mini-charts {

Avoid using id selectors
Open

  .latest-alerts, .latest-apps, .service-settings, .service-plans, .application-plans, #mini-charts {

Unnecessary parent selector (&)
Open

      & + .button-to {

Each selector in a comma sequence should be on its own single line
Open

  .latest-alerts, .latest-apps, .service-settings, .service-plans, .application-plans, #mini-charts {

Avoid vendor prefixes.
Open

        -webkit-column-rule: $border-width solid $border-color;

Selector should have depth of applicability no greater than 3, but was 4
Open

        &:hover {

Avoid vendor prefixes.
Open

        -moz-column-gap: line-height-times(3);

Selector should have depth of applicability no greater than 3, but was 4
Open

        li {

Properties should be ordered display, float
Open

    float: none;

1/8 should be written with a single space on each side of the operator: 1 / 8
Open

  padding-bottom: line-height-times(1/8);

1/2 should be written with a single space on each side of the operator: 1 / 2
Open

      margin-bottom: line-height-times(1/2);

1/2 should be written with a single space on each side of the operator: 1 / 2
Open

      margin-top: line-height-times(1/2);

Properties should be ordered color, text-decoration
Open

        text-decoration: underline;

Properties should be ordered float, font-weight, margin-bottom, padding-bottom, position, z-index
Open

  margin-bottom: line-height-times(-2);

Each selector in a comma sequence should be on its own single line
Open

  .latest-alerts, .latest-apps, .service-settings, .service-plans, .application-plans, #mini-charts {

Avoid vendor prefixes.
Open

        -webkit-column-count: 2;

Properties should be ordered font-weight, margin-top, position
Open

      margin-top: line-height-times(2);

Each selector in a comma sequence should be on its own single line
Open

  .latest-alerts, .latest-apps, .service-settings, .service-plans, .application-plans, #mini-charts {

Properties should be ordered color, margin-bottom, text-decoration
Open

      text-decoration: underline;

Avoid vendor prefixes.
Open

        -webkit-column-gap: line-height-times(3);

Avoid vendor prefixes.
Open

        -moz-column-count: 2;

Each selector in a comma sequence should be on its own single line
Open

  .latest-alerts, .latest-apps, .service-settings, .service-plans, .application-plans, #mini-charts {

There are no issues that match your filters.

Category
Status