3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

border: 0 is preferred over border: none
Open

      border: none;

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

  *, *:before, *:after {

Avoid using id selectors
Open

#account-column-wrapper {

Line contains trailing whitespace
Open

  

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

        li {

Avoid using id selectors
Open

  table#metrics tr.child td.title {

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);

Avoid using id selectors
Open

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

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

        border-top: none;

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

table.mini, table#configs {

Begin pseudo elements with double colons: ::
Open

  *, *:before, *:after {

Line should be indented 4 spaces, but was indented 6 spaces
Open

      vertical-align: middle;

Avoid using id selectors
Open

#account-redhat-connect,

Properties should be ordered color, float, font-size
Open

    font-size: $font-size-base;

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

    &--noServicePermissionsGranted {

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

      &--monitoring:after {

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

    &--noServicePermissionsGranted, &--services {

Properties should be ordered display, line-height, overflow, width
Open

      width: 24%;

!important should not be used
Open

  display: none !important;

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

      &--monitoring::after,
Severity
Category
Status
Source
Language