- i}"
[style.border-color]="selectedIndex() === i ? hardcolor : ''"
[style.background-color]="selectedIndex() === i ? step.color + '0a' : (selectedIndex() > i ? '#fdf8f9' : '')">
@if (selectedIndex() > i) {
} @else {
{{ step.icon
}}
}
{{ step.title }}
{{ step.description }}
@if (selectedIndex() === i) {
chevron_right
}