mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fix: add support for rtl-languages to checkout-step-bars
This commit is contained in:
committed by
GitHub
parent
4bdfd56264
commit
a4aed96784
@@ -16,18 +16,11 @@ html.rtl {
|
||||
.cart-row > div {
|
||||
float: right;
|
||||
}
|
||||
.checkout-flow .checkout-step:last-child .checkout-step-bar-right, .checkout-flow .checkout-step:first-child .checkout-step-bar-left {
|
||||
background: $gray-lighter;
|
||||
.checkout-flow .checkout-step:before {
|
||||
left: 50%;
|
||||
}
|
||||
.checkout-flow .checkout-step.step-current .checkout-step-bar-left {
|
||||
background: $gray-lighter;
|
||||
}
|
||||
.checkout-flow .checkout-step.step-current .checkout-step-bar-right,
|
||||
.checkout-flow .checkout-step.step-done .checkout-step-bar-right, .checkout-flow .checkout-step.step-done .checkout-step-bar-left {
|
||||
background: $brand-primary;
|
||||
}
|
||||
.checkout-flow .checkout-step:last-child .checkout-step-bar-left, .checkout-flow .checkout-step:first-child .checkout-step-bar-right {
|
||||
background: transparent;
|
||||
.checkout-flow .checkout-step:after {
|
||||
left: 0;
|
||||
}
|
||||
.cart-modify {
|
||||
margin-left: 0;
|
||||
|
||||
Reference in New Issue
Block a user