consul/consul

View on GitHub
app/assets/stylesheets/layout/admin_header.scss

Summary

Maintainability
Test Coverage

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

    border-bottom: 1px solid #eee;

Nesting should be no greater than 3, but was 4
Open

      small {

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

        .is-active {

Nesting should be no greater than 3, but was 4
Open

        a {

Nesting should be no greater than 3, but was 4
Open

        .is-active {

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

      small {

0.8 should be written without a leading zero as .8
Open

      padding-top: 0.8rem;

Nesting should be no greater than 3, but was 4
Open

      a {

!important should not be used
Open

        font-family: "Lato" !important;

Properties should be ordered border-bottom, margin-bottom, padding-bottom
Open

        padding-bottom: 0;

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

      a {

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

        a {

0.8 should be written without a leading zero as .8
Open

      padding-bottom: 0.8rem;

There are no issues that match your filters.

Category
Status