Stylelint rules - spaces

[MAILPOET-2067]
This commit is contained in:
Ján Mikláš
2019-05-13 11:03:21 +02:00
committed by M. Shull
parent d2d42c2edc
commit 6ea29bc4be
6 changed files with 38 additions and 8 deletions

View File

@@ -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;
}

View File

@@ -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;

View File

@@ -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;
}

View File

@@ -10,7 +10,7 @@
padding: 0;
}
.mailpoet_content {
.mailpoet_content {
margin: auto;
max-width: 100%;
min-width: 36px;

View File

@@ -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; }
}