tweaks for checkout page
This commit is contained in:
@ -775,6 +775,10 @@ body {
|
||||
.woocommerce h3 {
|
||||
font-family: var(--wp--preset--font-family--eb-garamond);
|
||||
font-size: 32px;
|
||||
font-weight: 300;
|
||||
}
|
||||
.woocommerce h2 {
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.woocommerce form .form-row label,
|
||||
@ -930,5 +934,25 @@ body {
|
||||
padding-right: 3rem !important;
|
||||
}
|
||||
}
|
||||
.woocommerce-page table.shop_table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.product-total, .cart-subtotal td, .tax-total td, .order-total td {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
@media (max-width: 1500px) and (min-width: 501px) {
|
||||
.entry-content {
|
||||
margin-inline: 3rem !important;
|
||||
}
|
||||
}
|
||||
.woocommerce-page .select2-container .select2-search--dropdown .select2-search__field {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.select2-container .select2-dropdown, .select2-container .select2-selection {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=custom.css.map */
|
||||
|
||||
Reference in New Issue
Block a user