src/Modules/Package/Templates/Package/partials/orderSteps.html.twig line 1
<style>#progressbar {padding-left:0 !important;position:relative;display:flex;height:30px;list-style-type:none;margin-bottom:4rem}#progressbar li {position:relative;text-align:center;}#progressbar li small, #progressbar li b {color:#fff;}#progressbar li:after {content: "";width: 100%;height: 6px;background: #eaf0f4;position: absolute;left: 0%;top: 12px;z-index: -1;}#progressbar li:before {content: "✓";font-size:14px;width: 30px;height: 30px;line-height: 30px;display: block;background: #eaf0f4;border-radius: 50%;margin: 0 auto 10px auto;}#progressbar li.active:before, #progressbar li.active:after {background: #00f5ff;color: #04359a;}#progressbar li.active {color: #00f5ff;}</style><ul id="progressbar" class="row g-0 w-100 justify-content-center"><li class="col text-uppercase active"><b>ETAP 1</b><br /><small>wybór pakietu</small></li><li class="col text-uppercase {{ step >= 2 ? 'active' : '' }}"><b>ETAP 2</b><br /><small>podsumowanie</small></li><li class="col text-uppercase {{ step >= 3 ? 'active' : '' }}"><b>ETAP 3</b><br /><small>płatność</small></li><li class="col text-uppercase {{ step == 4 ? 'active' : '' }}"><b>ETAP 4</b><br /><small>odbiór pakietu</small></li></ul>