diff --git a/theme-base/components/panel/_stepper.scss b/theme-base/components/panel/_stepper.scss index 83b5036..52b5c8b 100644 --- a/theme-base/components/panel/_stepper.scss +++ b/theme-base/components/panel/_stepper.scss @@ -33,7 +33,6 @@ } .p-stepper-title { - margin-left: $inlineSpacing; color: $stepsItemTextColor; font-weight: $stepsItemActiveFontWeight; transition: $actionIconTransition; @@ -44,6 +43,38 @@ } } + &.p-stepper-header-top { + .p-stepper-title { + margin-bottom: $inlineSpacing; + } + + .p-stepper-separator { + margin-bottom: 1rem; + } + } + + &.p-stepper-header-right { + .p-stepper-title { + margin-left: $inlineSpacing; + } + } + + &.p-stepper-header-left { + .p-stepper-title { + margin-right: $inlineSpacing; + } + } + + &.p-stepper-header-bottom { + .p-stepper-title { + margin-top: $inlineSpacing; + } + + .p-stepper-separator { + margin-top: 1rem; + } + } + &.p-highlight { .p-stepper-number { background: $highlightBg; @@ -111,6 +142,10 @@ padding-left: calc($inlineSpacing * 2); } + .p-stepper-title { + margin-left: $inlineSpacing; + } + .p-stepper-separator { flex: 0 0 auto; width: 2px;