3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

Properties should be ordered left, position, top
Open

    position: absolute;

!important should not be used
Open

    display: inline !important;

!important should not be used
Open

      padding-bottom: 0 !important;

Begin pseudo elements with double colons: ::
Open

.deployment_option_plugin_python span:before {

Avoid using id selectors
Open

#integration-tabs {

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

    text-decoration: underline;

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

    .success, .success a {

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

      .fa-puzzle-piece, .fa-hdd-o {

Properties should be ordered color, position, right, top
Open

      position: absolute;

Avoid using id selectors
Open

#plans {

Avoid using id selectors
Open

#cms-intro-tabs {

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

     a {

Commas in function arguments should be followed by one space
Open

$subsection-bg-color: rgba(0,0,0,0.05);

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

  font-size: $caption-font-size;

Merge rule li with rule on line 43
Open

  li {

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

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

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

      i.fa { color: $link-color; }

Avoid using id selectors
Open

#cms-sidebar-filter-type {

Properties should be ordered display, font-size, margin-top, width
Open

  margin-top: -8px !important;

Color literals like black should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

      color: black;
Severity
Category
Status
Source
Language