2025-03-26 10:01:46 +07:00

40 lines
1008 B
SCSS
Vendored

.iq-timeline0 {
&::before {
left: auto;
right: 20px;
}
ul {
li {
&:nth-child(odd) {
float: right;
text-align: right;
padding: 0 60px 0 0;
.timeline-dots {
right: 12px;
left: auto;
}
.timeline-dots.timeline-dot1 {
right: 12px;
left: auto;
}
}
&:nth-child(even) {
float: right;
text-align: right;
padding: 0 60px 0 0;
.timeline-dots {
right: 12px;
left: auto;
}
.timeline-dots.timeline-dot1 {
right: 12px;
left: auto;
}
}
.timeline-dots1 {
left: auto;
right: 0;
}
}
}
}