Plugin Updates
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1237,6 +1237,17 @@ table.wc_status_table {
|
||||
|
||||
&.run-tool {
|
||||
text-align: right;
|
||||
|
||||
.run-tool-status {
|
||||
font-size: 90%;
|
||||
margin-right: 0.5em;
|
||||
display: inline-block;
|
||||
opacity: 80%;
|
||||
|
||||
.dashicons.spin {
|
||||
animation: rotation 2s infinite linear;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
strong.name {
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1002,7 +1002,8 @@ ul.wc-tabs {
|
||||
}
|
||||
|
||||
.woocommerce-thankyou-order-received,
|
||||
h2.woocommerce-column__title {
|
||||
.woocommerce-column__title,
|
||||
.woocommerce-customer-details h2 {
|
||||
font-family: var(--wp--preset--font-family--source-serif-pro);
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -349,7 +349,8 @@ a.added_to_cart {
|
||||
* Order confirmation
|
||||
*/
|
||||
.woocommerce-thankyou-order-received,
|
||||
h2.woocommerce-column__title {
|
||||
.woocommerce-column__title,
|
||||
.woocommerce-customer-details h2 {
|
||||
font-size: var(--wp--preset--font-size--large);
|
||||
font-weight: 300;
|
||||
}
|
||||
@@ -383,7 +384,7 @@ a.added_to_cart {
|
||||
// Ensure customer details match order overview.
|
||||
box-sizing: border-box;
|
||||
width: 70%;
|
||||
padding: 2rem;
|
||||
padding: 1rem;
|
||||
border-width: 1px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1410,8 +1410,86 @@ p.demo_store,
|
||||
}
|
||||
}
|
||||
|
||||
.woocommerce-customer-details .addresses,
|
||||
.woocommerce-customer-details .additional-fields {
|
||||
margin-bottom: 2em;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.addresses .wc-block-components-additional-fields-list {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
dt {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
display: inline;
|
||||
|
||||
&::after {
|
||||
content: ": ";
|
||||
}
|
||||
|
||||
&::before {
|
||||
content: "";
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
dd {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-style: normal;
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
.wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list {
|
||||
border: 1px solid rgba(0, 0, 0, 0.1);
|
||||
padding: 0;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr max-content;
|
||||
|
||||
dt {
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
padding: 1rem;
|
||||
box-sizing: border-box;
|
||||
margin: 0 !important;
|
||||
|
||||
&::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&:last-of-type {
|
||||
border-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
dd {
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
||||
padding: 1rem;
|
||||
box-sizing: border-box;
|
||||
text-align: right;
|
||||
margin: 0 !important;
|
||||
|
||||
&:last-of-type {
|
||||
border-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.woocommerce-customer-details {
|
||||
|
||||
.woocommerce-column__title {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
address {
|
||||
font-style: normal;
|
||||
margin-bottom: 0;
|
||||
@@ -1422,12 +1500,16 @@ p.demo_store,
|
||||
width: 100%;
|
||||
border-radius: 5px;
|
||||
padding: 6px 12px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.woocommerce-customer-details--phone,
|
||||
.woocommerce-customer-details--email {
|
||||
margin-bottom: 0;
|
||||
padding-left: 1.5em;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.woocommerce-customer-details--phone::before {
|
||||
@@ -1634,6 +1716,7 @@ p.demo_store,
|
||||
*/
|
||||
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)),
|
||||
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce {
|
||||
|
||||
a.button,
|
||||
button.button,
|
||||
input.button,
|
||||
@@ -1740,6 +1823,7 @@ p.demo_store,
|
||||
}
|
||||
|
||||
div.product {
|
||||
|
||||
span.price,
|
||||
p.price {
|
||||
color: $highlight;
|
||||
|
||||
Reference in New Issue
Block a user