18 lines
306 B
SCSS
18 lines
306 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;
|
||
|
}
|
||
|
}
|