Update cart form quantity and coupon code input style
This commit is contained in:
parent
ab6d3a45af
commit
1c24708e25
|
@ -127,11 +127,13 @@ a.button {
|
|||
}
|
||||
|
||||
.site-main {
|
||||
|
||||
.woocommerce-breadcrumb {
|
||||
margin-bottom: var(--global--spacing-vertical);
|
||||
font-size: 0.88889em;
|
||||
font-family: $headings;
|
||||
}
|
||||
|
||||
.woocommerce-products-header {
|
||||
margin-top: var(--global--spacing-vertical);
|
||||
}
|
||||
|
@ -2887,6 +2889,8 @@ a.reset_variations {
|
|||
|
||||
.woocommerce-cart-form {
|
||||
|
||||
text-align: center;
|
||||
|
||||
.shop_table_responsive {
|
||||
margin-top: var(--global--spacing-vertical);
|
||||
margin-bottom: var(--global--spacing-vertical);
|
||||
|
@ -2895,8 +2899,9 @@ a.reset_variations {
|
|||
border: none;
|
||||
}
|
||||
|
||||
#coupon_code {
|
||||
input#coupon_code.input-text {
|
||||
min-width: 9rem;
|
||||
width: auto !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2920,6 +2925,11 @@ a.reset_variations {
|
|||
height: auto !important;
|
||||
}
|
||||
}
|
||||
|
||||
input.qty {
|
||||
width: 6em;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.cart-collaterals {
|
||||
|
|
Loading…
Reference in New Issue