Blame view

public/scss/cart/_easypay.css 175 Bytes
yyq authored
1 2 3 4 5 6 7 8 9 10 11 12 13
.order-easypay-page {
    .shopping-step {
        width: 220px;

        &:before {
            width: 0;
        }

        > li {
            width: 50%;
        }
    }
}