header legend hover styling
This commit is contained in:
parent
7dd2883f56
commit
709e5a2896
|
@ -25,6 +25,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
margin-left: $gap;
|
margin-left: $gap;
|
||||||
|
margin-right: $gap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -223,9 +224,12 @@
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
margin: 0 0 0 30px;
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
padding: 0 17px;
|
||||||
|
|
||||||
.woocommerce-legend__item-container {
|
.woocommerce-legend__item-container {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Reference in New Issue