changes css attributes to alphabetical order 🤓
This commit is contained in:
@@ -495,42 +495,42 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tab-milestones ul {
|
.tab-milestones ul {
|
||||||
position: relative;
|
|
||||||
margin-top: rem-calc(40);
|
margin-top: rem-calc(40);
|
||||||
|
position: relative;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
margin: 0 auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 0;
|
width: 0;
|
||||||
margin: 0 auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
li::before {
|
li::before {
|
||||||
|
background: $budget;
|
||||||
|
border-radius: rem-calc(20);
|
||||||
content: '';
|
content: '';
|
||||||
|
height: rem-calc(20);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
width: rem-calc(20);
|
width: rem-calc(20);
|
||||||
height: rem-calc(20);
|
|
||||||
border-radius: rem-calc(20);
|
|
||||||
background: $budget;
|
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
li::after {
|
li::after {
|
||||||
content: '';
|
|
||||||
width: 1px;
|
|
||||||
background: $light-gray;
|
background: $light-gray;
|
||||||
bottom: 100%;
|
bottom: 100%;
|
||||||
|
content: '';
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 25px;
|
top: 25px;
|
||||||
|
width: 1px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-milestones ul .milestone-content {
|
.tab-milestones ul .milestone-content {
|
||||||
position: relative;
|
|
||||||
padding: $line-height / 6 $line-height / 2;
|
padding: $line-height / 6 $line-height / 2;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
@@ -589,8 +589,8 @@
|
|||||||
&:nth-child(even) {
|
&:nth-child(even) {
|
||||||
|
|
||||||
.milestone-content {
|
.milestone-content {
|
||||||
text-align: left;
|
|
||||||
left: 15px;
|
left: 15px;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user