YetiForceCompany/YetiForceCRM

View on GitHub
public_html/layouts/basic/styles/layout/_Footer.scss

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    a {

Line should be indented with spaces, not tabs
Open

    color: #fff;

Line should be indented with spaces, not tabs
Open

    background: #4979aa;

Line should be indented with spaces, not tabs
Open

    .page-link {

0.52 should be written without a leading zero as .52
Open

            font-size: 0.52em;

Line should be indented with spaces, not tabs
Open

    padding: 0 5px;

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

    background: #4979aa;

0.2 should be written without a leading zero as .2
Open

        padding: 0.1rem 0.2rem !important;

0.2 should be written without a leading zero as .2
Open

            padding: 0.1rem 0.2rem !important;

Line should be indented with spaces, not tabs
Open

    font-size: $font-size-small;

!important should not be used
Open

        padding: 0.1rem 0.2rem !important;

!important should not be used
Open

            padding: 0.1rem 0.2rem !important;

Line should be indented with spaces, not tabs
Open

    height: $h-footer-user-info;

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;

Line should be indented with spaces, not tabs
Open

    p {

0.4 should be written without a leading zero as .4
Open

        padding: 0.4rem 0.3rem;

Line should be indented with spaces, not tabs
Open

    width: 100%;

0.52 should be written without a leading zero as .52
Open

        font-size: 0.52em;

0.85 should be written without a leading zero as .85
Open

        font-size: 0.85em;

Line should be indented with spaces, not tabs
Open

    .page-link {

Properties should be ordered background, color, font-size, height
Open

    height: $h-footer;

Line should be indented with spaces, not tabs
Open

    background: $dark;

Line should be indented with spaces, not tabs
Open

    color: $white;

Line should be indented with spaces, not tabs
Open

    .page-item {

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

        @extend .p-1;

0.1 should be written without a leading zero as .1
Open

            padding: 0.1rem 0.2rem !important;

Line should be indented with spaces, not tabs
Open

    height: $h-footer;

Properties should be ordered background, border, color, padding
Open

        color: inherit;

Line should be indented with spaces, not tabs
Open

    .c-footer {

Line should be indented with spaces, not tabs
Open

    z-index: 1030;

Line should be indented with spaces, not tabs
Open

    height: $h-footer;

0.3 should be written without a leading zero as .3
Open

        padding: 0.4rem 0.3rem;

Selector c-footer__user-info should be written in lowercase with hyphens
Open

.c-footer__user-info {

Line should be indented with spaces, not tabs
Open

    height: $h-user-info;

0.1 should be written without a leading zero as .1
Open

        padding: 0.1rem 0.2rem !important;

Line should be indented with spaces, not tabs
Open

    .c-footer--user-info-active {

Properties should be ordered background, color, height, padding, width, z-index
Open

    padding: 0 5px;

Merge rule .c-footer--limited.c-footer--user-info-active with rule on line 52
Open

.c-footer--limited.c-footer--user-info-active {

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

    color: #fff;

Line should be indented with spaces, not tabs
Open

    height: $h-footer-limited;

There are no issues that match your filters.

Category
Status