Commit 47197900 by lmf

优化css

parent e6af5fe7
...@@ -2184,7 +2184,6 @@ text-transform: none; ...@@ -2184,7 +2184,6 @@ text-transform: none;
margin: 0 auto; margin: 0 auto;
} }
.checkout.checkout-methods-items li{display: block;} .checkout.checkout-methods-items li{display: block;}
.checkout.checkout-methods-items li .paypal.checkout{margin-bottom: 15px;}
} }
.checkout-logo-medium input, .paypal-credit input { .checkout-logo-medium input, .paypal-credit input {
background: #ffc439; background: #ffc439;
...@@ -2194,7 +2193,7 @@ text-transform: none; ...@@ -2194,7 +2193,7 @@ text-transform: none;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
gap: 0.25rem; gap: 0.25rem;
height: 55px; height: 50px;
padding: 8px 0; padding: 8px 0;
} }
.checkout-logo-medium, .paypal-credit { .checkout-logo-medium, .paypal-credit {
...@@ -2206,6 +2205,7 @@ text-transform: none; ...@@ -2206,6 +2205,7 @@ text-transform: none;
font-weight: 700; font-weight: 700;
justify-content: center; justify-content: center;
font-family: Outfit-Regular; font-family: Outfit-Regular;
height: 50px;
} }
.cart.table-wrapper .cart.table td{vertical-align: middle;} .cart.table-wrapper .cart.table td{vertical-align: middle;}
.checkout-cart-index .cart-empty{text-align: center;margin-top: 50px;} .checkout-cart-index .cart-empty{text-align: center;margin-top: 50px;}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment