Skip to content

Commit

Permalink
update timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nelyaklyusa committed May 14, 2024
1 parent c90a06e commit a1d9ff7
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions src/components/BaseTimeline/BaseTimelineItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ const btnClasses = computed(() => {

<div
v-if="title"
class="base-timeline-item__step"
class="base-timeline-item__step-wrap"
>
<component
:is="to ? 'router-link' : 'h6'"
:to="to"
class="step"
class="base-timeline-item__step is--h6__title"
>
{{ title }}
</component>
Expand Down Expand Up @@ -97,23 +97,17 @@ const btnClasses = computed(() => {
&__items
margin-left: 50px
&__step
&__step-wrap
display: flex
flex-direction: row
align-items: center
position: relative
// margin-bottom: 15px
.step
font-weight: 800
font-size: 14px
line-height: 19px
letter-spacing: 2.5px
text-transform: uppercase
color: $black
a.step
&:hover
color: $primary
margin-bottom: 16px
margin-left: 50px
&__step
text-transform: uppercase
color: $primary
&__circle
top: var(--top)
Expand Down

0 comments on commit a1d9ff7

Please sign in to comment.