12 lines
282 B
SCSS
12 lines
282 B
SCSS
|
.business-details.woocommerce-profile-wizard__container,
|
||
|
.business-features.woocommerce-profile-wizard__container {
|
||
|
.woocommerce-admin__business-details__spinner {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
|
||
|
.woocommerce-profile-wizard__step-header {
|
||
|
margin-top: 28px;
|
||
|
}
|
||
|
}
|