30 lines
592 B
SCSS
30 lines
592 B
SCSS
.woocommerce-profile-wizard__store-details {
|
|
.woocommerce-admin__store-details__spinner {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.components-popover .components-popover__content {
|
|
min-width: 360px;
|
|
}
|
|
}
|
|
|
|
.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;
|
|
}
|