33 lines
520 B
SCSS
33 lines
520 B
SCSS
.woocommerce-profile-wizard__container.business-details {
|
|
.components-tab-panel__tabs {
|
|
.components-tab-panel__tabs-item {
|
|
&.is-disabled {
|
|
color: $gray-600;
|
|
cursor: default;
|
|
pointer-events: none;
|
|
}
|
|
|
|
&.is-active {
|
|
pointer-events: none;
|
|
}
|
|
}
|
|
|
|
justify-content: center;
|
|
}
|
|
.components-card {
|
|
&__body {
|
|
padding: $gap $gap 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.woocommerce-profile-wizard__wccom-migration-notice {
|
|
margin: 0;
|
|
background: #f0f9fc;
|
|
height: 48px;
|
|
font-size: 14px;
|
|
a {
|
|
font-size: 14px;
|
|
}
|
|
}
|