Skip to content

Commit

Permalink
refactor(wizard): [wizard] 重构wizard主题
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxi-20 committed Oct 16, 2024
1 parent e2a5fba commit 7672953
Show file tree
Hide file tree
Showing 7 changed files with 322 additions and 344 deletions.
6 changes: 3 additions & 3 deletions packages/theme-saas/src/wizard/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@svg-wrapper-prefix-cls: ~'@{css-prefix}wizard__chart-svg';

.@{wizard-prefix-cls} {
& &__nomarl {
& &__normal {
.@{wizard-prefix-cls}__steps {
@apply flex;
}
Expand Down Expand Up @@ -142,7 +142,7 @@
& &__steps-item {
&.is-ready {
.name {
@apply text-color-brand;
@apply text-color-brand;
}

.@{wizard-prefix-cls}__chart-icon {
Expand Down Expand Up @@ -284,7 +284,7 @@
}

.@{wizard-prefix-cls} {
.@{wizard-prefix-cls}__nomarl {
.@{wizard-prefix-cls}__normal {
.@{wizard-prefix-cls}__steps-item {
.@{wizard-prefix-cls}__chart-icon {
@apply w-6;
Expand Down
22 changes: 0 additions & 22 deletions packages/theme/src/mixins/wizard.less

This file was deleted.

Loading

0 comments on commit 7672953

Please sign in to comment.