26 lines
407 B
SCSS
26 lines
407 B
SCSS
.woocommerce-profile-wizard__container.business-features {
|
|
.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;
|
|
}
|
|
&__footer {
|
|
padding-top: 0;
|
|
}
|
|
}
|
|
}
|