3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

Properties should be ordered border-top, clear, padding-top, position, top
Open

  position: relative;

!important should not be used
Open

      fill: $brand-blue !important;

Avoid using id selectors
Open

  #plan-overview {

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

    #account-redhat-connect p,

Avoid using id selectors
Open

#key-overview {

Merge rule table#contracts_table tr td.thhead with rule on line 155
Open

table#contracts_table tr td.thhead {

Properties should be ordered background-color, border
Open

  border: 1px dashed $border-color;

Commas in function arguments should be followed by one space
Open

 background-color: rgba(0,0,0,0.05);

Line should be indented with spaces, not tabs
Open

    @include fluid-type(font-size, $minScreen, $maxScreen, $minFont, $maxFont);

@else should be placed on same line as previous curly brace
Open

  @else {

Avoid using id selectors
Open

#upgrade-action-column {

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

    &.active, &.active a:hover {

Unnecessary parent selector (&)
Open

      & + li {

Avoid using id selectors
Open

#tab-content {

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

  margin: line-height-times(-1/4) 0 line-height-times(-1/4) line-height-times(1/4);

Avoid using id selectors
Open

table#contracts_table {

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

    td[data-label] a {

Line should be indented 2 spaces, but was indented 1 spaces
Open

 background-color: rgba(0,0,0,0.05);

Commas in function arguments should be followed by one space
Open

 background-color: rgba(0,0,0,0.05);

Colon after property should be followed by one space
Open

  font-weight:                $font-weight-base;
Severity
Category
Status
Source
Language