Skip to content

Commit

Permalink
Refactor #346 - For Stepper
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Nov 7, 2024
1 parent 8e7cd8d commit 292b44a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/styles/primevue/stepper.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@
}

.p-stepitem .p-steppanel-content {
@apply w-full pl-4
@apply w-full ps-4
}

.p-stepitem .p-steppanel {
@apply flex flex-auto
}

.p-stepitem .p-stepper-separator {
@apply flex-grow-0 flex-shrink-0 basis-auto w-[2px] h-auto ml-[1.625rem] relative left-[-2.5px]
@apply flex-grow-0 flex-shrink-0 basis-auto w-[2px] h-auto ms-[1.625rem] relative start-[-2.5px]
}

.p-stepitem:has(~ .p-stepitem-active) .p-stepper-separator {
Expand All @@ -99,4 +99,4 @@

.p-stepitem:last-of-type .p-steppanel {
@apply ps-8
}
}

0 comments on commit 292b44a

Please sign in to comment.