lightspeeddevelopment/lsx-health-plan

View on GitHub

Showing 9,134 of 9,134 total issues

Adjoining classes: .daily-plan-block.week-grid .week-row .week-row-inner.week-downloads-view-on .week-meals-recipes-box .week-meals-recipes-box-inner .day.completed .plan-content
Open

.daily-plan-block.week-grid .week-row .week-row-inner.week-downloads-view-on .week-meals-recipes-box .week-meals-recipes-box-inner .day.completed .plan-content { font-size: 0; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

The property -moz-box-direction is compatible with -webkit-box-direction and should be included as well.
Open

@media (max-width: 767px) { #edit-account-tab .edit-account-section .my-stats-wrap, #edit-account-tab .stat-section .my-stats-wrap { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Unknown property 'scroll-snap-type'.
Open

@media (max-width: 600px) { #single-plan-nav .nav.nav-pills { width: 100vw; margin-right: -15px; margin-top: -55px; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; overflow-x: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; -ms-scroll-snap-type: x mandatory; scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-box-shadow: 0px 3px 7px rgba(155, 155, 155, 0.4); box-shadow: 0px 3px 7px rgba(155, 155, 155, 0.4); }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Adjoining classes: .daily-plan-block.week-grid .week-row .week-row-inner.week-downloads-view-on .week-meals-recipes-box .week-meals-recipes-box-inner .day:not(.completed)
Open

.daily-plan-block.week-grid .week-row .week-row-inner.week-downloads-view-on .week-meals-recipes-box .week-meals-recipes-box-inner .day:not(.completed) { height: 75px; width: 75px; margin-left: 5px; padding: 5px; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Adjoining classes: #edit-account-tab .stat-section .my-stats .form-row.calculate-bmi .btn:visited:hover
Open

#edit-account-tab .edit-account-section .my-stats .form-row.calculate-bmi .btn:hover, #edit-account-tab .edit-account-section .my-stats .form-row.calculate-bmi .btn:active:hover, #edit-account-tab .edit-account-section .my-stats .form-row.calculate-bmi .btn:visited:hover, #edit-account-tab .stat-section .my-stats .form-row.calculate-bmi .btn:hover, #edit-account-tab .stat-section .my-stats .form-row.calculate-bmi .btn:active:hover, #edit-account-tab .stat-section .my-stats .form-row.calculate-bmi .btn:visited:hover { background-color: #f7941d; color: white; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Don't use IDs in selectors.
Open

#edit-account-tab .edit-account-section .my-stats-title, #edit-account-tab .stat-section .my-stats-title { margin-top: 60px; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Use of !important
Open

#single-plan-nav .nav.nav-pills li.active svg g circle { fill: white !important; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Using width with padding-left can sometimes make elements larger than you expect.
Open

#edit-account-tab .edit-account-section .my-stats .form-row, #edit-account-tab .stat-section .my-stats .form-row { padding-left: 15px !important; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; width: 50%; max-width: 240px; margin-right: 0; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Don't use IDs in selectors.
Open

#edit-account-tab .edit-account-section .description, #edit-account-tab .stat-section .description { margin-top: -43px; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

@media (max-width: 600px) { #edit-account-tab { padding: 0 10px 20px; margin-top: 0px; margin-bottom: 30px; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

The property -moz-box-orient is compatible with -webkit-box-orient and should be included as well.
Open

@media (max-width: 600px) { #single-plan-nav .nav.nav-pills li a { font-size: 13px; width: 100%; padding: 15px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; } }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Adjoining classes: #edit-account-tab .stat-section .my-stats .form-row.calculate-bmi .btn:active
Open

#edit-account-tab .edit-account-section .my-stats .form-row.calculate-bmi .btn, #edit-account-tab .edit-account-section .my-stats .form-row.calculate-bmi .btn:active, #edit-account-tab .edit-account-section .my-stats .form-row.calculate-bmi .btn:visited, #edit-account-tab .stat-section .my-stats .form-row.calculate-bmi .btn, #edit-account-tab .stat-section .my-stats .form-row.calculate-bmi .btn:active, #edit-account-tab .stat-section .my-stats .form-row.calculate-bmi .btn:visited { width: 100%; color: #f7941d; border-color: #f7941d; background-color: transparent; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

2 IDs in the selector, really?
Open

@media (min-width: 769px) and (max-width: 1140px) { #edit-account-tab #account-nav { padding-right: 0; padding-left: 0; } }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Don't use IDs in selectors.
Open

#edit-account-tab .edit-account-section .description .bmi-total, #edit-account-tab .stat-section .description .bmi-total { font-size: 14px; border: 2px solid #30bb00; color: #30bb00; width: 100%; margin-bottom: 0; cursor: auto; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Use of !important
Open

#edit-account-tab .edit-account-section .my-stats .form-row, #edit-account-tab .stat-section .my-stats .form-row { padding-left: 15px !important; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; width: 50%; max-width: 240px; margin-right: 0; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Adjoining classes: #edit-account-tab .stat-section .my-stats .form-row.calculate-bmi .btn:visited
Open

#edit-account-tab .edit-account-section .my-stats .form-row.calculate-bmi .btn, #edit-account-tab .edit-account-section .my-stats .form-row.calculate-bmi .btn:active, #edit-account-tab .edit-account-section .my-stats .form-row.calculate-bmi .btn:visited, #edit-account-tab .stat-section .my-stats .form-row.calculate-bmi .btn, #edit-account-tab .stat-section .my-stats .form-row.calculate-bmi .btn:active, #edit-account-tab .stat-section .my-stats .form-row.calculate-bmi .btn:visited { width: 100%; color: #f7941d; border-color: #f7941d; background-color: transparent; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Don't use IDs in selectors.
Open

#edit-account-tab .edit-account-section .wpua-edit-container p.tagline, #edit-account-tab .stat-section .wpua-edit-container p.tagline { font-family: 'Noto Sans', sans-serif; font-size: 15px; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Use of !important
Open

#single-plan-nav .nav.nav-pills li a:hover svg g circle { fill: white !important; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Don't use IDs in selectors.
Open

#edit-account-tab .edit-account-section .my-stats .form-row.calculate-bmi .btn, #edit-account-tab .edit-account-section .my-stats .form-row.calculate-bmi .btn:active, #edit-account-tab .edit-account-section .my-stats .form-row.calculate-bmi .btn:visited, #edit-account-tab .stat-section .my-stats .form-row.calculate-bmi .btn, #edit-account-tab .stat-section .my-stats .form-row.calculate-bmi .btn:active, #edit-account-tab .stat-section .my-stats .form-row.calculate-bmi .btn:visited { width: 100%; color: #f7941d; border-color: #f7941d; background-color: transparent; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#edit-account-tab .edit-account-section .wpua-edit-container #wpua-remove-existing:before, #edit-account-tab .stat-section .wpua-edit-container #wpua-remove-existing:before { content: '\f00d'; font-family: 'FontAwesome'; color: #d84e2e; margin-left: 10px; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint
Severity
Category
Status
Source
Language