3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

Properties should be ordered border-top, font-size, padding
Open

    padding: line-height-times(1/4, true) 0 line-height-times(1/4) 0;

Properties should be ordered color, display
Open

    display: block;

!important should not be used
Open

  margin-top: line-height-times(-3) !important;

Begin pseudo elements with double colons: ::
Open

.proxy_authentication_method_oidc span:before {

Properties should be ordered background, border, color, font-size, margin, margin-left, max-width, overflow, padding
Open

    border: none;

Properties should be ordered background-color, left, top, width, z-index
Open

    width: 100%;

Color literals like rgba(0, 0, 0, 0.05) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

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

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

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

Begin pseudo elements with double colons: ::
Open

.deployment_option_plugin_ruby span:before {

Unnecessary parent selector (&)
Open

    &>[class^="fa fa-"] {

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

    .success, .success a {

Properties should be ordered background-color, font-size, margin-left, padding, position, top
Open

      font-size: 40px;

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, float
Open

    float: right;

Commas in function arguments should be followed by one space
Open

          background-color: rgba(255,255,255,0.55);

Properties should be ordered border-collapse, border-spacing, margin-bottom, padding-left, width
Open

    width: 100%;

Properties should be ordered text-align, width
Open

    width: 75px;

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

        input,select {

Unknown property font-type
Open

       font-type: normal;

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

      border-bottom: line-height-times(1/4) $color solid;
Severity
Category
Status
Source
Language