lightspeeddevelopment/lsx

View on GitHub
assets/css/scss/components/_modals.scss

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    .remodal {

Line should be indented with spaces, not tabs
Open

    .caldera-modal-body {

Line should be indented with spaces, not tabs
Open

    .remodal-close {

Avoid qualifying class selectors with an element.
Open

    div.modal-backdrop { z-index: 2049 !important; }

Line should be indented with spaces, not tabs
Open

    .modal-header {

Line should be indented with spaces, not tabs
Open

    z-index: 2050;

!important should not be used
Open

    padding: 32px 10px 0 !important;

Line should be indented with spaces, not tabs
Open

    .modal-content {

Begin pseudo elements with double colons: ::
Open

        &:before {

Line should be indented with spaces, not tabs
Open

    .close {

Avoid qualifying class selectors with an element.
Open

body.modal-open {

Shorthand form for property margin should be written more concisely as 0 0 20px instead of 0 0 20px 0
Open

    .modal-title { margin: 0 0 20px 0; }

!important should not be used
Open

    div.modal-backdrop { z-index: 2049 !important; }

Line should be indented with spaces, not tabs
Open

    padding: 32px 10px 0 !important;

Line should be indented with spaces, not tabs
Open

    .modal-body {

Line should be indented with spaces, not tabs
Open

    div.modal-backdrop { z-index: 2049 !important; }

Line should be indented with spaces, not tabs
Open

    .modal-dialog {

Properties should be ordered display, flex-direction, justify-content, min-height, overflow, padding-right
Open

        padding-right: 14px;

Shorthand form for property padding should be written more concisely as 0 0 20px instead of 0 0 20px 0
Open

        padding: 0 0 20px 0;

Line should be indented with spaces, not tabs
Open

    .modal-title { margin: 0 0 20px 0; }

There are no issues that match your filters.

Category
Status