YetiForceCompany/YetiForceCRM

View on GitHub
public_html/layouts/basic/styles/libraries/_Quasar.scss

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    .row {

Rule declaration should be followed by an empty line
Open

    }

!important should not be used
Open

    z-index: 1050 !important;

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

    top: 0;

Line should be indented with spaces, not tabs
Open

    .q-layout-container {

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

            background: #e0e0e0;

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

    margin-right: -0.5rem;

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

    margin-left: -0.5rem;

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]} */

Line should be indented with spaces, not tabs
Open

    .q-field .col {

Rule declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    z-index: 1050 !important;

Line should be indented with spaces, not tabs
Open

    padding-left: 50px;

Rule declaration should be followed by an empty line
Open

}

Rule declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    height: calc(100% - #{calculate-rem(48px)});

Selector singleComment should be written in lowercase with hyphens
Open

    .singleComment {

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

    .q-field .col {

Rule declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    padding-top: 50px;

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

    background: #e0e0e0;

Line should be indented with spaces, not tabs
Open

    margin-left: -0.5rem;

!important should not be used
Open

    padding-right: 0 !important;

Line should be indented with spaces, not tabs
Open

    background: #e0e0e0;

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

    z-index: 1050 !important;

Selector singleComment should be written in lowercase with hyphens
Open

.singleComment .q-message-text {

Line should be indented with spaces, not tabs
Open

    .singleComment {

Line should be indented with spaces, not tabs
Open

    .modal-content {

Line should be indented with spaces, not tabs
Open

    top: 0;

Line should be indented with spaces, not tabs
Open

    bottom: 0;

Line should be indented with spaces, not tabs
Open

    right: 0;

Line should be indented with spaces, not tabs
Open

    left: 0;

Line should be indented with spaces, not tabs
Open

    padding-bottom: 30px;

Line should be indented with spaces, not tabs
Open

    .col,

Properties should be ordered bottom, left, padding-bottom, padding-left, padding-right, padding-top, right, top
Open

    top: 0;

Properties should be ordered margin, margin-left, margin-right
Open

        margin-right: unset;

Properties should be ordered padding, padding-left, padding-right, position
Open

        position: unset;

Line should be indented with spaces, not tabs
Open

    margin-right: -0.5rem;

Line should be indented with spaces, not tabs
Open

    padding-right: 0 !important;

There are no issues that match your filters.

Category
Status