Make selector more specific to avoid use of important. Use existing variables for padding calculations

This commit is contained in:
Darin Kotter 2023-04-19 19:47:56 -06:00
parent 67eb555265
commit 5620b39b44
No known key found for this signature in database
GPG Key ID: 5DF8559CEE684C1C
1 changed files with 2 additions and 2 deletions

View File

@ -3056,10 +3056,10 @@ a.reset_variations {
.woocommerce-info {
padding: 1rem 1.5rem;
.button {
a.button {
margin-left: 10px;
min-width: 100px;
padding: 10px 15px !important;
padding: calc(0.70 * var(--button--padding-vertical)) calc(0.50 * var(--button--padding-horizontal));
}
}
}