Fix button styles in TT2
This commit is contained in:
parent
f19ec239d5
commit
9834f1c62d
|
@ -120,7 +120,6 @@ $tt2-gray: #f7f7f7;
|
|||
background-color: var(--wp--preset--color--primary);
|
||||
color: #fff;
|
||||
border: 1px solid var(--wp--preset--color--black);
|
||||
padding: 1rem 2rem;
|
||||
margin-top: 1rem;
|
||||
text-decoration: none;
|
||||
font-size: medium;
|
||||
|
@ -186,7 +185,6 @@ $tt2-gray: #f7f7f7;
|
|||
button.single_add_to_cart_button,
|
||||
a.checkout-button {
|
||||
font-size: 18px;
|
||||
padding: 1.5rem 3.5rem;
|
||||
}
|
||||
|
||||
// Moved from blockthemes.css to make sure TT2 won't be changed.
|
||||
|
@ -330,12 +328,6 @@ $tt2-gray: #f7f7f7;
|
|||
}
|
||||
}
|
||||
|
||||
button[name="add-to-cart"],
|
||||
button.single_add_to_cart_button {
|
||||
margin-top: 0.5rem;
|
||||
margin-bottom: var(--wp--style--block-gap);
|
||||
}
|
||||
|
||||
ol.flex-control-thumbs {
|
||||
padding-left: 0;
|
||||
float: left;
|
||||
|
|
Loading…
Reference in New Issue