tweaks for checkout page
This commit is contained in:
@ -497,6 +497,11 @@ body {
|
||||
h3 {
|
||||
font-family: var(--wp--preset--font-family--eb-garamond);
|
||||
font-size: 32px;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-weight: 300;
|
||||
}
|
||||
}
|
||||
|
||||
@ -659,4 +664,20 @@ body {
|
||||
#main-site-header {
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user