YetiForceCompany/YetiForceCRM

View on GitHub
public_html/layouts/basic/skins/gray/pages/_Dashboard.scss

Summary

Maintainability
Test Coverage

Use // comments everywhere
Open

/* {[The file is published on the basis of YetiForce Public License 6.5 that can be found in the following directory: licenses/LicenseEN.txt or yetiforce.com]} */

border: 0 is preferred over border: none
Open

        border: none;

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

            &:first-child {

Line should be indented with spaces, not tabs
Open

    button {

Selector dashboardWidgetHeader should be written in lowercase with hyphens
Open

    .dashboardWidgetHeader {

Selector dashboardWidget should be written in lowercase with hyphens
Open

    .dashboardWidget {

!important should not be used
Open

                margin-right: 0 !important;

Line should be indented with spaces, not tabs
Open

    h5 {

Line should be indented with spaces, not tabs
Open

    border-radius: 0;

Expected item on line 28 to appear before line 20. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

    margin-bottom: 1rem !important;

Line should be indented with spaces, not tabs
Open

    border: none;

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

        background-color: #fff;

Selector dashboardWidget should be written in lowercase with hyphens
Open

.dashboardWidget {

Selector inventorySummaryContainer should be written in lowercase with hyphens
Open

.inventorySummaryContainer {

Rule declaration should be followed by an empty line
Open

    }

Selector mailActions should be written in lowercase with hyphens
Open

    .mailActions {

border: 0 is preferred over border: none
Open

        border: none;

Rule declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    .dashboardWidget {

Properties should be ordered background-color, border, text-transform
Open

        text-transform: uppercase;

Rule declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    border: none;

border: 0 is preferred over border: none
Open

    border: none;

Line should be indented with spaces, not tabs
Open

    .mailActions {

0px should be written without units as 0
Open

    box-shadow: 0px 5px 6px -7px $color-box-shadow;

Line should be indented with spaces, not tabs
Open

    .widgetFooterContent .row:first-child {

Selector widgetHr should be written in lowercase with hyphens
Open

.widgetHr {

Rule declaration should be preceded by an empty line
Open

    button {

Selector mailsList should be written in lowercase with hyphens
Open

.mailsList {

border: 0 is preferred over border: none
Open

    border: none;

Line should be indented with spaces, not tabs
Open

    box-shadow: 0px 5px 6px -7px $color-box-shadow;

Prefer using placeholder selectors (e.g. %some-placeholder) with @extend
Open

    @extend .my-3;

Line should be indented with spaces, not tabs
Open

    .card-header {

Line should be indented with spaces, not tabs
Open

    margin-bottom: 1rem !important;

Rule declaration should be followed by an empty line
Open

}

Properties should be ordered border, box-shadow
Open

    box-shadow: 0px 5px 6px -7px $color-box-shadow;

Rule declaration should be preceded by an empty line
Open

    .dashboardWidgetHeader {

Properties should be ordered background-color, border, text-shadow
Open

        text-shadow: 0 1px $color-navbar;

Selector widgetFooterContent should be written in lowercase with hyphens
Open

    .widgetFooterContent .row:first-child {

Line should be indented with spaces, not tabs
Open

    @extend .my-3;

!important should not be used
Open

    margin-bottom: 1rem !important;

Line should be indented with spaces, not tabs
Open

    .dashboardWidgetHeader {

There are no issues that match your filters.

Category
Status