2022-02-08 18:29:17 +00:00
|
|
|
.woocommerce-profile-wizard__container.business-details {
|
2021-01-06 22:08:57 +00:00
|
|
|
.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;
|
|
|
|
}
|
2021-02-19 14:20:16 +00:00
|
|
|
.components-card {
|
|
|
|
&__body {
|
|
|
|
padding: $gap $gap 0;
|
|
|
|
}
|
|
|
|
}
|
2021-01-06 22:08:57 +00:00
|
|
|
}
|
2023-05-25 10:25:03 +00:00
|
|
|
|
|
|
|
.woocommerce-profile-wizard__wccom-migration-notice {
|
|
|
|
margin: 0;
|
|
|
|
background: #f0f9fc;
|
|
|
|
height: 48px;
|
|
|
|
font-size: 14px;
|
|
|
|
a {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
}
|