woocommerce/plugins/woocommerce-admin/client/profile-wizard/steps/store-details/style.scss

19 lines
375 B
SCSS

.woocommerce-profile-wizard__newsletter-signup {
.components-base-control__field {
display: flex;
align-items: center;
}
.woocommerce-profile-wizard__powered-by-mailchimp {
color: $studio-gray-20;
}
}
.woocommerce-profile-wizard__store-details-error {
margin-top: -$gap-small;
font-size: 12px;
font-style: normal;
color: #d63638;
padding-left: $gap-small;
}