fix bg current funnel

This commit is contained in:
Vladimir 2026-06-16 19:00:53 +03:00
parent 8fe0dccead
commit a240d99d73

View File

@ -430,7 +430,7 @@ const typeReq = computed(() => {
overflow: hidden;
border-radius: 4px;
border: 1px solid #DEDEDE;
background-color: #5cb85c;
background-color: #fff;
}
.progress-step {
@ -441,7 +441,8 @@ const typeReq = computed(() => {
background-color: #5cb85c;
}
.step-current {
background-color: rgba(56, 142, 60, .20);
background-color: #e2574c;
opacity: 0.2;
}
.step-pending {
background-color: #fff;