.progress-step.active::after {
border-bottom: 8px dotted #ff5c03;
}
Так не сработало:
.progress-step::after.active {
border-bottom: 8px dotted #ff5c03;
Так тож нет
.progress-step.active .progress-step::after {
border-bottom: 8px dotted #ff5c03;
}
}
width: 100%;
box-sizing: border-box;
position: absolute;
bottom: 30px;
left: 30px;
right: 30px;
z-index: 10;
overflow: hidden;
}
Насчет 4pda, а в какой там ветке создать тему?