lightspeeddevelopment/lsx-health-plan

View on GitHub

Showing 9,134 of 9,134 total issues

Don't use IDs in selectors.
Open

#lsx-exercises-shortcode.columns-2 .lsx-exercises-shortcode { grid-template-columns: repeat(2, 1fr); }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

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

.slick-slider .slick-arrow:before { display: block; font-family: 'FontAwesome'; font-size: 3rem; line-height: 1; position: absolute; text-rendering: auto; top: 47%; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: color 300ms ease; transition: color 300ms ease; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Don't use IDs in selectors.
Open

  #lsx-exercises-shortcode > .col-md-12 .btn { width: 100%; } }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Adjoining classes: .slick-slider .slick-arrow.slick-prev:before
Open

.slick-slider .slick-arrow.slick-prev:before { content: '\f104'; right: 1.1rem; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Adjoining classes: #lsx-tips-shortcode .lsx-tips-shortcode .diet-tip-wrapper.quick-tip
Open

#lsx-tips-shortcode .lsx-tips-shortcode .diet-tip-wrapper.quick-tip { margin: 0; background: white; padding: 1rem 2rem; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Don't use IDs in selectors.
Open

#lsx-tips-shortcode .lsx-tips-shortcode .diet-tip-wrapper.quick-tip .row { margin: 0; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Adjoining classes: #lsx-tips-shortcode .lsx-tips-shortcode .diet-tip-wrapper.quick-tip .row
Open

#lsx-tips-shortcode .lsx-tips-shortcode .diet-tip-wrapper.quick-tip .row { margin: 0; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Adjoining classes: #lsx-tips-shortcode .lsx-tips-shortcode.slick-slider button.slick-arrow.slick-prev
Open

#lsx-tips-shortcode .lsx-tips-shortcode.slick-slider button.slick-arrow.slick-prev { right: 0; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Don't use IDs in selectors.
Open

#lsx-tips-shortcode .lsx-tips-shortcode.slick-slider .slick-dots > li.slick-active > button { background: #919191; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Adjoining classes: .lsx-hp-widget-items.slick-slider button.slick-arrow.slick-next
Open

.lsx-hp-widget-items.slick-slider button.slick-arrow.slick-next { left: 1rem; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Expected (flex-start | flex-end | center | space-between | space-around) but found 'left'.
Open

.widget-item-grid-layout .row:not(:first-child) { -webkit-box-pack: left; -ms-flex-pack: left; justify-content: left; padding-top: 0; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

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

#lsx-exercises-shortcode .lsx-exercises-shortcode .lsx-exercises-item .exercise-link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; position: relative; padding: 1rem 2rem; width: 100%; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

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

#lsx-exercises-shortcode .lsx-exercises-shortcode .lsx-exercises-item .exercise-link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; position: relative; padding: 1rem 2rem; width: 100%; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Expected RBRACE at line 219, col 96.
Open

#lsx-exercises-shortcode.columns-5 .lsx-exercises-shortcode { grid-template-columns: repeat(5, 1fr); }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Heading (h2) should not be qualified.
Open

.plan_page_help #wpbody .box h2:first-child { margin-top: 0; }
Severity: Minor
Found in assets/css/help.css by csslint

Adjoining classes: .plan_page_help #wpbody .box.documentation:before
Open

.plan_page_help #wpbody .box.documentation:before { content: '\f123'; }
Severity: Minor
Found in assets/css/help.css by csslint

Adjoining classes: .plan_page_help #wpbody .box.info:before
Open

.plan_page_help #wpbody .box.info:before { content: '\f534'; }
Severity: Minor
Found in assets/css/help.css by csslint

Adjoining classes: .plan_page_help #wpbody .box.premium:before
Open

.plan_page_help #wpbody .box.premium:before { content: '\f313'; }
Severity: Minor
Found in assets/css/help.css by csslint

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

.wp-admin.plan_page_lsx_health_plan_options .wp-filter .filter-links .current { border-bottom: none; font-weight: 600; color: #23282d; }

Use of !important
Open

.wp-admin.plan_page_lsx_health_plan_options .cmb2-wrap.form-table .tab.tab-nav .cmb-row div.cmb-td { text-align: right !important; padding: 20px 0 20px 10px !important; margin-left: 15px; }
Severity
Category
Status
Source
Language