Add stylelint rule: 'order/properties-alphabetical-order'

[MAILPOET-1917]
This commit is contained in:
Ján Mikláš
2019-03-20 16:14:13 +01:00
committed by M. Shull
parent fd2c90e6d3
commit 395e08e576
51 changed files with 608 additions and 607 deletions

View File

@@ -1,30 +1,30 @@
.mailpoet_progress {
background-color: #efefef;
border-radius: 5px;
height: 25px;
padding: 0;
width: 100%;
margin: 0;
margin-bottom: 10px;
border-radius: 5px;
padding: 0;
position: relative;
width: 100%;
}
.mailpoet_progress_label {
position: absolute;
width: 100%;
text-align: center;
display: inline-block;
margin: 2px 0 0 0;
position: absolute;
text-align: center;
width: 100%;
}
.mailpoet_progress_bar {
position: absolute;
display: inline-block;
height: 100%;
border-radius: 3px;
box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
background-color: #34c2e3;
background-image: linear-gradient(to bottom, #34c2e3, darken(#34c2e3, 20%));
border-radius: 3px;
box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
display: inline-block;
height: 100%;
position: absolute;
}
.mailpoet_progress_complete {
@@ -39,15 +39,15 @@
width: 400px;
&:before {
position: relative;
top: 9px;
background-color: #d8d8d8;
border-radius: 2px;
content: "";
display: block;
height: 2px;
width: 100%;
border-radius: 2px;
background-color: #d8d8d8;
margin: auto;
position: relative;
top: 9px;
width: 100%;
}
}
@@ -55,14 +55,14 @@
display: inline-block;
&:before {
position: relative;
background-color: #d8d8d8;
border-radius: 14px;
content: "";
display: block;
height: 14px;
width: 14px;
border-radius: 14px;
background-color: #d8d8d8;
margin: auto;
position: relative;
width: 14px;
}
&.active {