assets/css/popup-maker/popup-maker.scss
Line should be indented with spaces, not tabs Open
Open
background-image: none;
- Exclude checks
Color literals like white
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: white;
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.pum-content {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.lsx-container-inside {
- Exclude checks
Color literals like #4a4a4a
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #4a4a4a;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&:focus {
- Exclude checks
Properties should be ordered background, border-radius, box-shadow, color, height, padding, right, top, width Open
Open
border-radius: 50%;
- Exclude checks
Color black
should be written in hexadecimal form as #000000
Open
Open
color: black;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
form,
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input,
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.pum-container {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
+ .pum-close {
- Exclude checks
Selector pum-form__field--consent
should be written in lowercase with hyphens Open
Open
.pum-form__field--consent {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input,
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input,
- Exclude checks
Properties should be ordered background-color, background-image, border, border-radius, box-shadow, color, display, font-size, height, line-height, padding, transition, width Open
Open
display: block;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
padding: 10px 20px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
height: 50px;
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
border-color: nth($blue,1);
- Exclude checks
Color literals like rgba(0, 0, 0, 0.75)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: rgba(0,0,0,0.75);
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input,
- Exclude checks
Color literals like #DDD
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 2px solid #DDD;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
transition: all 150ms ease;
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
background-color: rgba(0,0,0,0.75);
- Exclude checks
@include declaration should be preceded by an empty line Open
Open
@include media('<tablet') {
- Exclude checks
Color literals like black
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: black;
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
background-color: rgba(0,0,0,0.75);
- Exclude checks
!important should not be used Open
Open
max-width: 80% !important;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input,
- Exclude checks
Color #DDD
should be written as #ddd
Open
Open
border: 2px solid #DDD;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border: 6px solid nth( $blue, 1 );
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
display: block;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border-radius: 2px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&.pum-theme-default-theme,
- Exclude checks
Expected 0 spaces before )
instead of
Open
Open
border: 6px solid nth( $blue, 1 );
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #fff;
- Exclude checks
0.75
should be written without a leading zero as .75
Open
Open
background-color: rgba(0,0,0,0.75);
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input,
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input,
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
background-color: #fff;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
box-shadow: none;
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background-color: white;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.lsx-container-inside {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.wpforms-container.inline-fields {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Expected 0 spaces after (
instead of
Open
Open
border-color: nth( $blue, 1 );
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.wpforms-submit-container {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
color: #4a4a4a;
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
background-color: rgba(0,0,0,0.75);
- Exclude checks
!important should not be used Open
Open
height: 100% !important;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input,
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input,
- Exclude checks
Color literals like #DDD
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 2px solid #DDD;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
font-size: 18px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
line-height: 1.33;
- Exclude checks
Properties should be ordered background-color, border-radius, box-shadow Open
Open
box-shadow: none;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&:focus {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border: 2px solid #DDD;
- Exclude checks
Color #DDD
should be written as #ddd
Open
Open
border: 2px solid #DDD;
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input,
- Exclude checks
Properties should be ordered background-color, background-image, border, border-radius, color, display, min-height, width Open
Open
display: block;
- Exclude checks
Expected 0 spaces before )
instead of
Open
Open
border: 6px solid nth( $blue, 1 );
- Exclude checks
Color literals like white
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: white;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
+ .pum-close {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background: white;
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input,
- Exclude checks
Color literals like white
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: white;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&:focus {
- Exclude checks
Expected 0 spaces before )
instead of
Open
Open
border-color: nth( $blue, 1 );
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
width: 100%;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
.lsx-container-content {
- Exclude checks
0em
should be written without units as 0
Open
Open
padding: 0em;
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background-color: white;
- Exclude checks
Expected 0 spaces after (
instead of
Open
Open
border: 6px solid nth( $blue, 1 );
- Exclude checks
Expected 0 spaces after (
instead of
Open
Open
border: 6px solid nth( $blue, 1 );
- Exclude checks