3scale/porta

View on GitHub
app/assets/stylesheets/provider/admin/cms/_sections.scss

Summary

Maintainability
Test Coverage

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

   tr:nth-child(2n-1) {

Commas in function arguments should be followed by one space
Open

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

Avoid using id selectors
Open

#subsections-container {

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

     background-color: rgb(243, 243, 243);

Commas in function arguments should be followed by one space
Open

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

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

     border-color: $border-color;

0.5 should be written without a leading zero as .5
Open

    color: opacify($subsection-bg-color, 0.5);

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

    tr td {

Commas in function arguments should be followed by one space
Open

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

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

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

There are no issues that match your filters.

Category
Status