Stylelint rules - spaces
[MAILPOET-2067]
This commit is contained in:
@@ -43,7 +43,7 @@ Custom styles for MailPoet pages.
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
ul.default-list {
|
||||
ul.default-list {
|
||||
list-style-type: disc;
|
||||
margin-left: 40px;
|
||||
}
|
||||
|
@@ -30,7 +30,7 @@
|
||||
.mailpoet_progress_complete {
|
||||
.mailpoet_progress_bar {
|
||||
background-color: hsla(191, 78%, 80%, 1);
|
||||
background-image: linear-gradient(to bottom, hsla(191, 78%, 80%, 1), hsla(191, 76%, 67%, 1));
|
||||
background-image: linear-gradient(to bottom, hsla(191, 78%, 80%, 1), hsla(191, 76%, 67%, 1));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&:last-of-type{
|
||||
&:last-of-type {
|
||||
flex-grow: 0;
|
||||
width: 18px;
|
||||
|
||||
|
@@ -39,7 +39,7 @@
|
||||
animation-delay: -0.32s;
|
||||
}
|
||||
|
||||
.mailpoet_form_loading .mailpoet_bounce2 {
|
||||
.mailpoet_form_loading .mailpoet_bounce2 {
|
||||
animation-delay: -0.16s;
|
||||
margin: 0 7px;
|
||||
}
|
||||
|
@@ -10,7 +10,7 @@
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.mailpoet_content {
|
||||
.mailpoet_content {
|
||||
margin: auto;
|
||||
max-width: 100%;
|
||||
min-width: 36px;
|
||||
|
@@ -25,7 +25,7 @@
|
||||
transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1); /* ease-in-out */
|
||||
}
|
||||
|
||||
@keyframes fadeIn {
|
||||
0% { opacity: 0.3; }
|
||||
100% { opacity: 1; }
|
||||
@keyframes fadeIn {
|
||||
0% { opacity: 0.3; }
|
||||
100% { opacity: 1; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user