Checkout: Center-align step-done fa (#5145)

counteract change introduced in b638c00952
This commit is contained in:
Martin Gross
2025-05-22 12:49:46 +02:00
committed by GitHub
parent 6542b4f336
commit 54e222b527

View File

@@ -62,6 +62,9 @@
&.step-done .checkout-step-label a {
color: $brand-primary;
}
&.step-done a .fa:first-child {
margin-right: 0;
}
&.step-current .checkout-step-icon {
border: 1px solid $brand-primary;