woocommerce/plugins/woocommerce-blocks/assets/js/blocks/customer-account/style.scss

28 lines
474 B
SCSS
Raw Normal View History

.wp-block-woocommerce-customer-account {
a {
text-decoration: none !important;
align-items: center;
display: flex;
color: currentColor !important;
&:hover {
text-decoration: underline !important;
}
.icon + .label,
.wc-block-customer-account__account-icon + .label {
margin-left: $gap-smaller;
}
.icon {
height: em(16px);
width: em(16px);
}
.wc-block-customer-account__account-icon {
height: em(23px);
width: em(23px);
}
}
}