3scale/porta

View on GitHub
app/assets/stylesheets/provider/admin/apiconfig/services/_hosted_proxy.scss

Summary

Maintainability
Test Coverage

Properties should be ordered font-size, font-weight
Open

      font-weight: $font-weight-normal;

Avoid using id selectors
Open

#integration-tabs {

Properties should be ordered color, text-decoration
Open

      text-decoration: underline;

Properties should be ordered margin-bottom, margin-top
Open

      margin-top: 0;

Properties should be ordered float, font-size
Open

    font-size: 13px;

Properties should be ordered border-top, margin, padding
Open

    margin: 25px 0 0 0;

Shorthand form for property margin should be written more concisely as 25px 0 0 instead of 25px 0 0 0
Open

    margin: 25px 0 0 0;

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

  .staging, .production {

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

  .proxy-on-premise, .proxy-hosted-3scale {

There are no issues that match your filters.

Category
Status