3scale/porta

View on GitHub
app/assets/stylesheets/provider/_toggled_inputs.scss

Summary

Maintainability
Test Coverage

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-color: rgba(0,0,0,0.05);

0.05 should be written without a leading zero as .05
Open

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

border: 0 is preferred over border: none
Open

      border: none;

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

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

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

    legend {

Commas in function arguments should be followed by one space
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);

Properties should be ordered background-color, border
Open

  border: 1px dashed $border-color;

Properties should be ordered cursor, margin-bottom, margin-top, width
Open

      margin-top: 15px;

Commas in function arguments should be followed by one space
Open

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

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

    &.packed {

Properties should be ordered background-color, border
Open

      border: none;

There are no issues that match your filters.

Category
Status