Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bedon committed Jun 6, 2024
1 parent 899be8f commit 092fb7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Thanks/OptInSteps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ export default {
}
.step {
transition: background-color 0.5s ease;
@apply tw-w-2.5 tw-h-2.5 tw-mt-2.5 tw-rounded-full tw-bg-tertiary
tw-flex tw-items-center tw-justify-center tw-font-medium tw-relative tw-z-1;
transition: background-color 0.5s ease;
}
.step-text {
Expand All @@ -86,8 +86,8 @@ export default {
}
.line {
@apply tw-absolute tw-w-0.5 tw-h-5 tw-bg-tertiary tw-top-5 tw-left-1;
transition: background-color 0.8s ease;
@apply tw-absolute tw-w-0.5 tw-h-5 tw-bg-tertiary tw-top-5 tw-left-1;
}
.completed .step {
Expand Down

0 comments on commit 092fb7f

Please sign in to comment.