lightspeeddevelopment/lsx-health-plan

View on GitHub
assets/css/scss/partials/_helpers.scss

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    @media (max-width: 900px) {

Properties should be ordered color, font-family, font-size, font-weight
Open

            font-size: 13px;

Line should be indented with spaces, not tabs
Open

    background-color: $white !important;

Rule declaration should be followed by an empty line
Open

}

Avoid using id selectors
Open

#main {

Line should be indented with spaces, not tabs
Open

    .lsx-sharing-content {

Color white should be written in hexadecimal form as #ffffff
Open

                        color: white;

Line should be indented with spaces, not tabs
Open

    table {

!important should not be used
Open

    background-color: $white !important;

0.24 should be written without a leading zero as .24
Open

    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.24);

Line should be indented with spaces, not tabs
Open

    * {

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

        border: 20px solid #f8f8f8;

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

                border-bottom: 1px solid #e1e1e1;

Rule declaration should be followed by an empty line
Open

    }

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

    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.24);

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

            tr {

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

                td {

Rule declaration should be preceded by an empty line
Open

                    &.column-1 {

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

            background-color: #ffffff;

Color #ffffff should be written as #fff
Open

            background-color: #ffffff;

Line should be indented with spaces, not tabs
Open

    padding-bottom: 20px;

Line should be indented with spaces, not tabs
Open

    color: $blue;

Line should be indented with spaces, not tabs
Open

    > .page-numbers {

@media declaration should be followed by an empty line
Open

    }

Rule declaration should be preceded by an empty line
Open

                td {

Properties should be ordered display, font-size, font-weight, line-height
Open

                            font-size: 12px;

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

                        color: white;

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

                    &.column-1 {

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

                        span {

Line should be indented with spaces, not tabs
Open

    table-layout: fixed;

Line should be indented with spaces, not tabs
Open

    .lsx-search-title.lsx-search-title-results {

Rule declaration should be preceded by an empty line
Open

            &:before {

Line should be indented with spaces, not tabs
Open

    @media (min-width: 600px) {

Rule declaration should be preceded by an empty line
Open

    table {

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

                    &.column-2 {

Properties should be ordered table-layout, width
Open

    width: 100%;

Line should be indented with spaces, not tabs
Open

    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.24);

Line should be indented with spaces, not tabs
Open

    &.white-list {

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

            border: 20px solid #ffffff;

Line should be indented with spaces, not tabs
Open

    width: 100%;

Begin pseudo elements with double colons: ::
Open

            &:before {

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

            &:before {

border: 0 is preferred over border: none
Open

                    border: none;

Color #ffffff should be written as #fff
Open

            border: 20px solid #ffffff;

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

        border-top: none;

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

            + .page-numbers {

Properties should be ordered column-count, column-gap, height, width
Open

        width: 100%;

Rule declaration should be preceded by an empty line
Open

        tbody {

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

                        color: #9b9b9b;

Line should be indented with spaces, not tabs
Open

    @media (max-width: 600px) {

Rule declaration should be followed by an empty line
Open

        }

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

            tr {

Rule declaration should be preceded by an empty line
Open

                        span {

Rule declaration should be followed by an empty line
Open

                    }

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

            color: #919191;

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

        background-color: #f8f8f8;

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

                    vertical-align: middle;

Avoid qualifying class selectors with an element.
Open

.blue-title,

Rule declaration should be preceded by an empty line
Open

        .col-md-6:last-child {

There are no issues that match your filters.

Category
Status