2022-12-09 11:50:01 +00:00
|
|
|
.woocommerce-marketing-channels-card {
|
|
|
|
.components-card-header {
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: flex-start;
|
|
|
|
gap: $gap-smallest;
|
|
|
|
}
|
2023-01-27 17:12:36 +00:00
|
|
|
|
|
|
|
.components-button.is-link {
|
2023-01-27 17:16:31 +00:00
|
|
|
@include font-size( 14 );
|
2023-01-27 17:12:36 +00:00
|
|
|
font-weight: 600;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2022-12-09 11:50:01 +00:00
|
|
|
}
|