Выровнять шкалу шагов мастера
This commit is contained in:
@@ -1860,9 +1860,9 @@
|
||||
}
|
||||
|
||||
.steps-list::before {
|
||||
left: calc(10% + 16px);
|
||||
right: calc(10% + 16px);
|
||||
top: 31px;
|
||||
left: calc((100% - 32px) / 10);
|
||||
right: calc((100% - 32px) / 10);
|
||||
top: 27px;
|
||||
bottom: auto;
|
||||
width: auto;
|
||||
height: 1px;
|
||||
|
||||
Reference in New Issue
Block a user