3scale/porta

View on GitHub

Showing 5,377 of 5,713 total issues

Nesting should be no greater than 5, but was 6
Open

          input {

Properties should be ordered display, max-height, overflow-y
Open

  overflow-y: auto;

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

            color: #555555;

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

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

Properties should be ordered background, color, cursor
Open

  cursor:pointer;

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

    box-shadow: 0 0 line-height-times(1/2) $stats-chart-tooltip-shadow;

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

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

Properties should be ordered display, font-size, margin-bottom, position
Open

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

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

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

Avoid using id selectors
Open

#flashWrapper {

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

  margin: 0 0 0 0;

Line contains trailing whitespace
Open

 

Properties should be ordered color, content
Open

      content: '(';

Properties should be ordered background, color, font-style, margin, padding, text-align
Open

  text-align: left;

Property padding already defined on line 11
Open

  padding: 2px;

Colon after property should be followed by one space
Open

  cursor:pointer;

Merge rule .apidocs-param-tips with rule on line 17
Open

.apidocs-param-tips {
Severity
Category
Status
Source
Language