Make selector more specific to avoid use of important. Use existing variables for padding calculations
This commit is contained in:
parent
67eb555265
commit
5620b39b44
|
@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue