YetiForceCompany/YetiForceCRM

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

Summary

Maintainability
Test Coverage

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

    -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);

Line should be indented with spaces, not tabs
Open

    &.modal.fade {

Line should be indented with spaces, not tabs
Open

    .c-modal-xl {

Line should be indented with spaces, not tabs
Open

    .modal-content {

Line should be indented with spaces, not tabs
Open

    max-width: 90%;

Line should be indented with spaces, not tabs
Open

    max-width: 600px;

Line should be indented with spaces, not tabs
Open

    -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);

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

    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);

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

        padding: 0.5rem;

Rule declaration should be followed by an empty line
Open

    }

Selector clonedPopupUi should be written in lowercase with hyphens
Open

.clonedPopupUi.modal {

Line should be indented with spaces, not tabs
Open

    top: $h-header;

@include declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    .modal-full {

Rule declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    .modal {

@include declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    @if $max > map-get($grid-breakpoints, sm) and $max < map-get($grid-breakpoints, xxl) {

border: 0 is preferred over border: none
Open

        border: none;

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

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

    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);

Line should be indented with spaces, not tabs
Open

    .modal-dialog {

Avoid vendor prefixes.
Open

    -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);

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

    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);

Line should be indented with spaces, not tabs
Open

    .modal-dialog {

Line should be indented with spaces, not tabs
Open

    .modal-dialog.c-modal--fit-lg {

Line should be indented with spaces, not tabs
Open

    .modal-header,

Properties should be ordered -moz-transform, -webkit-transform, transform
Open

            -webkit-transform: translate(0);

Line should be indented with spaces, not tabs
Open

    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);

Line should be indented with spaces, not tabs
Open

    z-index: 1032;

Rule declaration should be followed by an empty line
Open

    }

Properties should be ordered left, margin-left, margin-right, max-width, min-height, right, top, width
Open

        top: 21px;

Avoid vendor prefixes.
Open

    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);

Line should be indented with spaces, not tabs
Open

    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);

Line should be indented with spaces, not tabs
Open

    .modal-fullscreen {

Avoid vendor prefixes.
Open

            -moz-transform: translate(0);

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

    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);

!important should not be used
Open

        padding: 0 !important; //overwrite padding added by js

Rule declaration should be followed by an empty line
Open

    }

Avoid vendor prefixes.
Open

            -webkit-transform: translate(0);

Line should be indented with spaces, not tabs
Open

    .c-modal-xxl {

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

    -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);

Rule declaration should be followed by an empty line
Open

    }

There are no issues that match your filters.

Category
Status