YetiForceCompany/YetiForceCRM

View on GitHub
public_html/layouts/basic/styles/pages/_Edit.scss

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    width: 100%;

Line should be indented with spaces, not tabs
Open

    padding-left: 10px;

Selector mainContainer should be written in lowercase with hyphens
Open

.o-register-warning + .mainContainer,

Selector c-form__action-panel should be written in lowercase with hyphens
Open

    .c-form__action-panel {

Merge rule .footer-non--active with rule on line 37
Open

.footer-non--active {

Selector verticalScroll should be written in lowercase with hyphens
Open

    .verticalScroll {

Selector c-form__action-panel should be written in lowercase with hyphens
Open

.c-form__action-panel {

Line should be indented with spaces, not tabs
Open

    .verticalScroll {

Selector verticalScroll should be written in lowercase with hyphens
Open

    .verticalScroll {

Rule declaration should be followed by an empty line
Open

}

Selector verticalScroll should be written in lowercase with hyphens
Open

    .verticalScroll {

Line should be indented with spaces, not tabs
Open

    .user-info--active {

0.25 should be written without a leading zero as .25
Open

    border-radius: 0.25rem;

Line should be indented with spaces, not tabs
Open

    position: absolute;

Line should be indented with spaces, not tabs
Open

    left: 0;

Line should be indented with spaces, not tabs
Open

    overflow-x: hidden;

Selector c-form__action-panel should be written in lowercase with hyphens
Open

    .c-form__action-panel {

Selector rowName should be written in lowercase with hyphens
Open

    .rowName .input-group {

Line should be indented with spaces, not tabs
Open

    border-top: 1px solid #ddd;

Line should be indented with spaces, not tabs
Open

    .c-form__action-panel {

Line should be indented with spaces, not tabs
Open

    height: calc(100vh - #{$h-edit-offset});

Selector verticalScroll should be written in lowercase with hyphens
Open

    .verticalScroll {

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

    border-top: 1px solid #ddd;

Avoid qualifying class selectors with an element.
Open

    tfoot td.hideTd {

Unnecessary parent selector (&)
Open

        & + td:not(.hideTd) {

Selector c-form__action-panel should be written in lowercase with hyphens
Open

    .c-form__action-panel {

Selector c-form__action-panel should be written in lowercase with hyphens
Open

    .c-form__action-panel {

Selector mainContainer should be written in lowercase with hyphens
Open

.o-register-error + .o-register-warning + .mainContainer {

Line should be indented with spaces, not tabs
Open

    .verticalScroll {

Line should be indented with spaces, not tabs
Open

    position: fixed;

Line should be indented with spaces, not tabs
Open

    margin-left: -10px;

0px should be written without units as 0
Open

        bottom: 0px;

Line should be indented with spaces, not tabs
Open

    tfoot td.hideTd {

Line should be indented with spaces, not tabs
Open

    bottom: 33px;

Line should be indented with spaces, not tabs
Open

    width: calc(100% - 50px);

Line should be indented with spaces, not tabs
Open

    background: $light;

Line should be indented with spaces, not tabs
Open

    text-align: center;

Line should be indented with spaces, not tabs
Open

    padding: 5px;

Line should be indented with spaces, not tabs
Open

    border-radius: 0.25rem;

Selector verticalScroll should be written in lowercase with hyphens
Open

    .verticalScroll {

Line should be indented with spaces, not tabs
Open

    height: 48px;

Line should be indented with spaces, not tabs
Open

    padding-right: 10px;

Properties should be ordered background, border-top, bottom, height, margin-left, padding, position, text-align, width, z-index
Open

    position: fixed;

Line should be indented with spaces, not tabs
Open

    .btn-group {

Line should be indented with spaces, not tabs
Open

    .verticalScroll {

Selector mainContainer should be written in lowercase with hyphens
Open

.o-register-warning + .mainContainer,

Selector verticalScroll should be written in lowercase with hyphens
Open

        .verticalScroll {

Line should be indented with spaces, not tabs
Open

    .subProductsContainer ul {

Selector fieldValue should be written in lowercase with hyphens
Open

.fieldValue {

Line should be indented with spaces, not tabs
Open

    .c-form__action-panel {

Properties should be ordered height, left, overflow-x, padding-left, padding-right, position, width
Open

    position: absolute;

Selector c-form__action-panel should be written in lowercase with hyphens
Open

        .c-form__action-panel {

Line should be indented with spaces, not tabs
Open

    .fieldValue {

Line should be indented with spaces, not tabs
Open

    .input-group {

!important should not be used
Open

        max-width: 100% !important;

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

        background: #fafafb;

Rule declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    .verticalScroll {

Selector inventoryItems should be written in lowercase with hyphens
Open

.inventoryItems {

Selector hideTd should be written in lowercase with hyphens
Open

    tfoot td.hideTd {

Line should be indented with spaces, not tabs
Open

    z-index: 5;

Line should be indented with spaces, not tabs
Open

    .c-form__action-panel {

Selector verticalScroll should be written in lowercase with hyphens
Open

.verticalScroll {

Line should be indented with spaces, not tabs
Open

    .verticalScroll {

Line should be indented with spaces, not tabs
Open

    .c-form__action-panel {

Selector fieldValue should be written in lowercase with hyphens
Open

    .fieldValue {

Line should be indented with spaces, not tabs
Open

    .rowName .input-group {

Selector subProductsContainer should be written in lowercase with hyphens
Open

    .subProductsContainer ul {

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

            border-left: 1px solid #dee2e6 !important;

Properties should be ordered background, border-width
Open

        border-width: 0 0 1px 0;

Shorthand form for property border-width should be written more concisely as 0 0 1px instead of 0 0 1px 0
Open

        border-width: 0 0 1px 0;

!important should not be used
Open

            border-left: 1px solid #dee2e6 !important;

There are no issues that match your filters.

Category
Status