lightspeeddevelopment/lsx-health-plan

View on GitHub

Showing 9,134 of 9,134 total issues

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

.my-profile-block .profile-details > div { display: -webkit-box; display: -ms-flexbox; display: flex; -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

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

@media (max-width: 768px) { .my-profile-block > .wp-block-cover__inner-container { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

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

body:not(.logged-in).woocommerce-account.woocommerce-lost-password .wrap.container .archive-header-wrapper.banner-page .archive-header .archive-title:before { font-size: 40px; content: 'Lost Password'; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Don't use IDs in selectors.
Open

body.single-plan #lsx-hp-related .lsx-related-posts.lsx-related-posts-title .col-xs-12 .lsx-related-posts-headline, body.single-workout #lsx-hp-related .lsx-related-posts.lsx-related-posts-title .col-xs-12 .lsx-related-posts-headline, body.single-meal #lsx-hp-related .lsx-related-posts.lsx-related-posts-title .col-xs-12 .lsx-related-posts-headline { font-size: 22px; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Adjoining classes: .daily-plan-block .day.next-day:last-child .plan-content
Open

.daily-plan-block .day.next-day:last-child .plan-content { display: -webkit-box; display: -ms-flexbox; display: flex; -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

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

.my-profile-block .profile-details > div { display: -webkit-box; display: -ms-flexbox; display: flex; -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

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

body:not(.logged-in).woocommerce-login .woocommerce, body:not(.logged-in).woocommerce-login .wc-social-login, body:not(.logged-in).content-restricted .woocommerce, body:not(.logged-in).content-restricted .wc-social-login, body:not(.logged-in).gutenberg-compatible-template.using-gutenberg.woocommerce-login .woocommerce, body:not(.logged-in).gutenberg-compatible-template.using-gutenberg.woocommerce-login .wc-social-login, body:not(.logged-in).gutenberg-compatible-template.using-gutenberg.content-restricted .woocommerce, body:not(.logged-in).gutenberg-compatible-template.using-gutenberg.content-restricted .wc-social-login { max-width: 550px; margin-right: auto; margin-left: auto; }
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

.daily-plan-block.week-grid { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-transition: none; transition: none; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

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

@media (min-width: 768px) { .vertical-align { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Adjoining classes: body:not(.logged-in).gutenberg-compatible-template.using-gutenberg.woocommerce-login .woocommerce
Open

body:not(.logged-in).woocommerce-login .woocommerce, body:not(.logged-in).woocommerce-login .wc-social-login, body:not(.logged-in).content-restricted .woocommerce, body:not(.logged-in).content-restricted .wc-social-login, body:not(.logged-in).gutenberg-compatible-template.using-gutenberg.woocommerce-login .woocommerce, body:not(.logged-in).gutenberg-compatible-template.using-gutenberg.woocommerce-login .wc-social-login, body:not(.logged-in).gutenberg-compatible-template.using-gutenberg.content-restricted .woocommerce, body:not(.logged-in).gutenberg-compatible-template.using-gutenberg.content-restricted .wc-social-login { max-width: 550px; margin-right: auto; margin-left: auto; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

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

.my-profile-block .profile-details .edit-profile { -ms-flex-item-align: end; align-self: flex-end; text-transform: uppercase; font-weight: bold; margin-top: -2.5rem; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

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

.daily-plan-block.week-grid { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-transition: none; transition: none; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

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

.daily-plan-block.week-grid a, .daily-plan-block.week-grid span { background: #e9ecee; margin-bottom: 10px; font-size: 28px; font-family: 'Lora', serif; font-weight: bold; padding: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-transition: none; transition: none; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Element (progress[value].completed-progress::-webkit-progress-value) is overqualified, just use .completed-progress without element name.
Open

.progress progress[value].completed-progress::-webkit-progress-value { background-color: #30bb00; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Element (p.woocommerce-LostPassword.lost_password) is overqualified, just use .woocommerce-LostPassword without element name.
Open

body:not(.logged-in).woocommerce-account.my-plan .woocommerce p.woocommerce-LostPassword.lost_password a { color: #f7ae00; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Adjoining classes: .checkout.lsx-wc-checkout-distraction-free.page-template .checkout-cta-bottom
Open

.checkout.lsx-wc-checkout-distraction-free.page-template .checkout-cta-bottom { display: inherit; margin-top: 4.25rem; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Adjoining classes: body:not(.logged-in).woocommerce-account.my-plan .woocommerce .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row.form-row.form-row-first label
Open

body:not(.logged-in).woocommerce-account.my-plan .woocommerce .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row.form-row.form-row-first label { font-weight: 400; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Don't use IDs in selectors.
Open

.checkout.lsx-wc-checkout-distraction-free.page-template .header-wrap #masthead .primary-navbar { display: none !important; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Adjoining classes: .checkout.lsx-wc-checkout-distraction-free.page-template .wrap.container #primary #main .woocommerce .woocommerce-notices-wrapper
Open

.checkout.lsx-wc-checkout-distraction-free.page-template .wrap.container #primary #main .woocommerce .woocommerce-notices-wrapper { display: none; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Adjoining classes: body:not(.logged-in).woocommerce-account.my-plan .woocommerce .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row.form-row.form-row-first label
Open

body:not(.logged-in).woocommerce-account.my-plan .woocommerce .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row.form-row.form-row-first label { font-weight: 400; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint
Severity
Category
Status
Source
Language