header legend hover styling

This commit is contained in:
Robert Elliott 2018-09-04 15:18:15 +02:00
parent 7dd2883f56
commit 709e5a2896
1 changed files with 5 additions and 1 deletions

View File

@ -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;