2021-10-29 02:35:17 +00:00
|
|
|
.wc-block-mini-cart__quantity-badge {
|
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wc-block-mini-cart__badge {
|
|
|
|
align-items: center;
|
|
|
|
background: #fff;
|
2021-11-17 15:39:07 +00:00
|
|
|
border: 0.15em solid;
|
2021-10-29 02:35:17 +00:00
|
|
|
border-radius: 1em;
|
|
|
|
box-sizing: border-box;
|
2022-01-06 08:47:34 +00:00
|
|
|
color: inherit;
|
2021-10-29 02:35:17 +00:00
|
|
|
display: flex;
|
|
|
|
font-size: 0.875em;
|
|
|
|
font-weight: 600;
|
2022-01-13 14:01:36 +00:00
|
|
|
height: math.div(em(20px), 0.875);
|
2021-10-29 02:35:17 +00:00
|
|
|
justify-content: center;
|
2022-01-13 14:01:36 +00:00
|
|
|
margin-left: math.div(em(-10px), 0.875);
|
|
|
|
min-width: math.div(em(20px), 0.875);
|
2021-10-29 02:35:17 +00:00
|
|
|
padding: 0 em($gap-smallest);
|
|
|
|
transform: translateY(-50%);
|
|
|
|
white-space: nowrap;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wc-block-mini-cart__icon {
|
|
|
|
display: block;
|
|
|
|
height: em(24px);
|
|
|
|
width: em(24px);
|
|
|
|
stroke: currentColor;
|
|
|
|
}
|