Add stylelint rule: 'order/properties-alphabetical-order'
[MAILPOET-1917]
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user