CSS fix for checkout page in Twenty Twenty. Cleaned an empty rule in the Twenty Twenty SCSS file

This commit is contained in:
Nagesh Pai 2021-12-31 22:11:51 +05:30
parent f47c72a1a5
commit f8afaf8d42
1 changed files with 2 additions and 4 deletions

View File

@ -193,6 +193,7 @@ a.button {
font-family: $headings;
list-style: none;
overflow: hidden;
width: 100%;
}
.woocommerce-message,
@ -1663,6 +1664,7 @@ a.reset_variations {
form[name="checkout"] {
display: table;
width: 100%;
}
.blockUI.blockOverlay {
@ -2547,10 +2549,6 @@ a.reset_variations {
max-width: 1600px;
padding: 4vw 6vw;
margin: 0 auto;
.site-main {
}
}
.onsale {