Basis of overlay used when processing Twenty Twenty-Two checkout.
This commit is contained in:
parent
045c3fb915
commit
a20513b919
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue