Basis of overlay used when processing Twenty Twenty-Two checkout.

This commit is contained in:
barryhughes 2022-01-12 16:18:23 -08:00
parent 045c3fb915
commit a20513b919
1 changed files with 7 additions and 0 deletions

View File

@ -855,6 +855,8 @@ $tt2-gray: #f7f7f7;
}
.woocommerce-checkout {
display: table;
h3 {
font-family: inherit;
font-size: var(--wp--preset--font-size--normal);
@ -866,6 +868,11 @@ $tt2-gray: #f7f7f7;
float: right;
}
.blockUI.blockOverlay {
position: relative;
@include loader();
}
#customer_details {
width: 53%;
float: left;