public_html/layouts/basic/styles/layout/_Footer.scss
Line should be indented with spaces, not tabs Open
Open
a {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
color: #fff;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
background: #4979aa;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.page-link {
- Exclude checks
0.52
should be written without a leading zero as .52
Open
Open
font-size: 0.52em;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
padding: 0 5px;
- Exclude checks
Color literals like #4979aa
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: #4979aa;
- Exclude checks
0.2
should be written without a leading zero as .2
Open
Open
padding: 0.1rem 0.2rem !important;
- Exclude checks
0.2
should be written without a leading zero as .2
Open
Open
padding: 0.1rem 0.2rem !important;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
font-size: $font-size-small;
- Exclude checks
!important should not be used Open
Open
padding: 0.1rem 0.2rem !important;
- Exclude checks
!important should not be used Open
Open
padding: 0.1rem 0.2rem !important;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
height: $h-footer-user-info;
- Exclude checks
Use //
comments everywhere Open
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]} */
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
p {
- Exclude checks
0.4
should be written without a leading zero as .4
Open
Open
padding: 0.4rem 0.3rem;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
width: 100%;
- Exclude checks
0.52
should be written without a leading zero as .52
Open
Open
font-size: 0.52em;
- Exclude checks
0.85
should be written without a leading zero as .85
Open
Open
font-size: 0.85em;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.page-link {
- Exclude checks
Properties should be ordered background, color, font-size, height Open
Open
height: $h-footer;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
background: $dark;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
color: $white;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.page-item {
- Exclude checks
Prefer using placeholder selectors (e.g. %some-placeholder) with @extend Open
Open
@extend .p-1;
- Exclude checks
0.1
should be written without a leading zero as .1
Open
Open
padding: 0.1rem 0.2rem !important;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
height: $h-footer;
- Exclude checks
Properties should be ordered background, border, color, padding Open
Open
color: inherit;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.c-footer {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
z-index: 1030;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
height: $h-footer;
- Exclude checks
0.3
should be written without a leading zero as .3
Open
Open
padding: 0.4rem 0.3rem;
- Exclude checks
Selector c-footer__user-info
should be written in lowercase with hyphens Open
Open
.c-footer__user-info {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
height: $h-user-info;
- Exclude checks
0.1
should be written without a leading zero as .1
Open
Open
padding: 0.1rem 0.2rem !important;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.c-footer--user-info-active {
- Exclude checks
Properties should be ordered background, color, height, padding, width, z-index Open
Open
padding: 0 5px;
- Exclude checks
Merge rule .c-footer--limited.c-footer--user-info-active
with rule on line 52 Open
Open
.c-footer--limited.c-footer--user-info-active {
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #fff;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
height: $h-footer-limited;
- Exclude checks