28 lines
474 B
SCSS
28 lines
474 B
SCSS
.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);
|
|
}
|
|
}
|
|
}
|