YetiForceCompany/YetiForceCRM

View on GitHub
public_html/layouts/basic/skins/gray/layout/_Header.scss

Summary

Maintainability
Test Coverage

0px should be written without units as 0
Open

    box-shadow: 0px 5px 6px -7px rgba(74, 84, 99, 1);

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 widget_header should be written in lowercase with hyphens
Open

.widget_header {

Line should be indented with spaces, not tabs
Open

    box-shadow: 0px 5px 6px -7px rgba(74, 84, 99, 1);

Color literals like rgba(74, 84, 99, 1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    box-shadow: 0px 5px 6px -7px rgba(74, 84, 99, 1);

There are no issues that match your filters.

Category
Status