3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

Properties should be ordered color, font
Open

  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;

Properties should be ordered border, display, vertical-align
Open

    display: inline-block;

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

        input, &.string input, &.password input, &.email input,  &.phone input {

Avoid using id selectors
Open

  #api_filter + &--services {

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

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

Avoid using id selectors
Open

  table#backend_apis, table#proxy-rules {

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

        input,select {

!important should not be used
Open

      color: $glow-color !important;

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

    label[for=cms_template_draft], label[for=cms_template_published] {

Prefer single quoted strings
Open

@import "compass/typography";

Properties should be ordered color, margin-top
Open

  margin-top: 0;

Color #999999 should be written as #999
Open

        color: #999999;

Properties should be ordered height, list-style, padding
Open

      padding: 0px 10px 10px 10px;

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

        &.error input, &.error.string input, &.error.password input, &.error.email input, &.phone input {

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

          margin-top: 20px;

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

          input {

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

        input, &.string input, &.password input, &.email input,  &.phone input {

Properties should be ordered color, font-size
Open

      font-size: $font-size-base;

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

    border-left: none;

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

    border-left: none;
Severity
Category
Status
Source
Language