YetiForceCompany/YetiForceCRM

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

Summary

Maintainability
Test Coverage

Selector widgetsList should be written in lowercase with hyphens
Open

.widgetsList {

Properties should be ordered background, border, border-radius, -moz-box-shadow, -webkit-box-shadow, box-shadow
Open

    border-radius: 1px;

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

                @extend .input-group-sm;

Properties should be ordered border-bottom-right-radius, border-top-right-radius
Open

                    border-top-right-radius: 0 !important;

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

        margin-right: 0;

Rule declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    &__navigator-buttons {

Line should be indented with spaces, not tabs
Open

    padding-left: 0 !important;

Line should be indented with spaces, not tabs
Open

    -webkit-box-shadow: 0 0 3px -1px #ddd;

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

    box-shadow: 0 0 3px -1px #ddd;

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

        text-shadow: 0 1px #fff;

!important should not be used
Open

                    border-top-left-radius: 0 !important;

Properties should be ordered background-color, padding-bottom, padding-top, position
Open

        position: relative;

Selector filterContainer should be written in lowercase with hyphens
Open

    .filterContainer {

Properties should be ordered -moz-box-sizing, -webkit-box-sizing, box-sizing, display, margin-left, margin-top, min-height, padding-left, width, word-wrap
Open

    width: 100%;

Line should be indented with spaces, not tabs
Open

    margin-left: 0 !important;

Selector widgetFooterContent should be written in lowercase with hyphens
Open

    .widgetFooterContent .row:first-child {

Line should be indented with spaces, not tabs
Open

    .widgetFooterContent .row:first-child {

Selector dashboardWidgetContent should be written in lowercase with hyphens
Open

    .dashboardWidgetContent {

Line should be indented with spaces, not tabs
Open

    .userImage {

Line should be indented with spaces, not tabs
Open

    .no-gutters {

Line should be indented with spaces, not tabs
Open

    -webkit-box-sizing: border-box;

Line should be indented with spaces, not tabs
Open

    display: block;

!important should not be used
Open

    margin-left: 0 !important;

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

        border-color: #f3f3f4 #f3f3f4 #cbcbcf;

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

        border: 1px solid #ddd;

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

            @extend .mx-0;

Selector NotificationsItem should be written in lowercase with hyphens
Open

.NotificationsItem {

Line should be indented with spaces, not tabs
Open

    &__container {

Line should be indented with spaces, not tabs
Open

    &__icons {

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

        color: #f8f9fa;

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

    background: #fff;

Line should be indented with spaces, not tabs
Open

    border: 1px solid #ddd;

Rule declaration should be preceded by an empty line
Open

                .input-group-prepend {

!important should not be used
Open

                    border-top-right-radius: 0 !important;

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

                input {

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

        background: #fff;

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

        box-shadow: 0 5px 8px -5px #888;

Line should be indented with spaces, not tabs
Open

    &[min-width~="#{map-get($grid-breakpoints, xsm)}"] {

Merge rule &__navigator-buttons.active with rule on line 224
Open

    &__navigator-buttons.active {

Line should be indented with spaces, not tabs
Open

    -moz-box-sizing: border-box;

Line should be indented with spaces, not tabs
Open

    box-sizing: border-box;

Line should be indented with spaces, not tabs
Open

    border-radius: 1px;

Selector dashboardWidgetHeader should be written in lowercase with hyphens
Open

    .dashboardWidgetHeader {

Nesting should be no greater than 3, but was 4
Open

            .input-group {

Properties should be ordered padding-left, text-align
Open

            text-align: left;

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

            opacity: 0.5;

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

        @extend .small;

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

        min-width: 50px;

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

            @extend .pt-1;

Line should be indented with spaces, not tabs
Open

    &__navigator-icon {

Line should be indented with spaces, not tabs
Open

    min-width: 150px;

Properties should be ordered max-height, min-width, overflow-x, overflow-y, text-align
Open

    min-width: 150px;

Line should be indented with spaces, not tabs
Open

    width: 100%;

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

    -webkit-box-shadow: 0 0 3px -1px #ddd;

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

                .input-group-prepend {

Selector widgetChartContainer should be written in lowercase with hyphens
Open

.widgetChartContainer {

Line should be indented with spaces, not tabs
Open

    padding: 0;

Selector dashboardWidget should be written in lowercase with hyphens
Open

.dashboardWidget {

Line should be indented with spaces, not tabs
Open

    -moz-box-shadow: 0 0 3px -1px #ddd;

Properties should be ordered background-color, border-bottom, border-color, border-top, color, cursor, filter, padding, text-shadow
Open

        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#f3f3f4', GradientType=0);

Rule declaration should be followed by an empty line
Open

                }

Rule declaration should be followed by an empty line
Open

                }

Selector dashboardTitle should be written in lowercase with hyphens
Open

        .dashboardTitle {

Line should be indented with spaces, not tabs
Open

    .filterContainer {

Avoid comma sequences in @extend directives; prefer single placeholder selectors (e.g. %some-placeholder)
Open

            @extend .pl-1, .pt-0;

Line should be indented with spaces, not tabs
Open

    &__navigator-buttons.active {

Avoid vendor prefixes.
Open

    -moz-box-shadow: 0 0 3px -1px #ddd;

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

            .input-group {

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

        background-color: #f5f5f5;

Properties should be ordered color, font-size
Open

        font-size: 140px;

Line should be indented with spaces, not tabs
Open

    text-align: left;

Line should be indented with spaces, not tabs
Open

    overflow-x: hidden;

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

                .input-group-append {

!important should not be used
Open

                    border-bottom-left-radius: 0 !important;

Line should be indented with spaces, not tabs
Open

    height: 100% !important;

!important should not be used
Open

    height: 100% !important;

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

            padding-right: 0;

Line should be indented with spaces, not tabs
Open

    .col-ceq-xsm-6 {

Line should be indented with spaces, not tabs
Open

    .dashboardHeading hr {

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

        border-bottom: 1px solid #ddd;

!important should not be used
Open

    padding-left: 0 !important;

Avoid vendor prefixes.
Open

    -webkit-box-shadow: 0 0 3px -1px #ddd;

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

        border-top: 1px solid #fff;

Rule declaration should be preceded by an empty line
Open

        a {

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

        color: #444;

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

        div span {

Properties should be ordered line-height, padding
Open

            padding: 5px;

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

        @extend .col-12;

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

        height: calc(#{$h-main-viewport} - #{$h-breadcrumb} - #{$h-breadcrumb} - 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]} */

Selector dashboardContainer should be written in lowercase with hyphens
Open

.dashboardContainer {

Selector dashboardHeading should be written in lowercase with hyphens
Open

    .dashboardHeading hr {

Avoid vendor prefixes.
Open

    -webkit-box-sizing: border-box;

Avoid vendor prefixes.
Open

    -moz-box-sizing: border-box;

Line should be indented with spaces, not tabs
Open

    box-shadow: 0 0 3px -1px #ddd;

Merge rule .dashboardWidgetHeader with rule on line 53
Open

    .dashboardWidgetHeader {

Line should be indented with spaces, not tabs
Open

    li {

Properties should be ordered background, border, border-radius, box-shadow, margin-left, margin-right, margin-top, padding, position
Open

        position: absolute;

Line should be indented with spaces, not tabs
Open

    &__timer {

Line should be indented with spaces, not tabs
Open

    .dashboardWidgetContent {

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

            @extend .col-6;

Rule declaration should be followed by an empty line
Open

    }

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

        border: 13px solid #fafafa;

Line should be indented with spaces, not tabs
Open

    max-height: 450px;

Line should be indented with spaces, not tabs
Open

    overflow-y: auto;

Line should be indented with spaces, not tabs
Open

    word-wrap: break-word;

Line should be indented with spaces, not tabs
Open

    min-height: 460px;

Line should be indented with spaces, not tabs
Open

    margin-top: 0 !important;

!important should not be used
Open

    margin-top: 0 !important;

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

    border: 1px solid #ddd;

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

    -moz-box-shadow: 0 0 3px -1px #ddd;

Line should be indented with spaces, not tabs
Open

    .dashboardWidgetHeader {

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

        border-bottom: 1px solid #ddd;

!important should not be used
Open

                    border-radius: 0 !important;

Line should be indented with spaces, not tabs
Open

    .dashboardWidgetHeader {

Line should be indented with spaces, not tabs
Open

    &__content {

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

        color: #b4b2af;

Selector dashboard_notebookWidget_view should be written in lowercase with hyphens
Open

.dashboard_notebookWidget_view .row {

Line should be indented with spaces, not tabs
Open

    margin-bottom: 5px;

Line should be indented with spaces, not tabs
Open

    background: #fff;

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

        border-color: #f3f3f4 #f3f3f4 #cbcbcf;

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

        border-color: #f3f3f4 #f3f3f4 #cbcbcf;

!important should not be used
Open

                    border-bottom-right-radius: 0 !important;

Properties should be ordered border-bottom-left-radius, border-top-left-radius
Open

                    border-top-left-radius: 0 !important;

Selector dashboardWidgetHeader should be written in lowercase with hyphens
Open

    .dashboardWidgetHeader {

Line should be indented with spaces, not tabs
Open

    .widgeticons {

Selector userImage should be written in lowercase with hyphens
Open

    .userImage {

Properties should be ordered color, font-size
Open

        font-size: 40px;

Properties should be ordered border, border-radius, height, width
Open

        width: calculate-rem(160px);

There are no issues that match your filters.

Category
Status