From a1d9ff74e6d2481b7e7bc5255a259ccc23ceb86b Mon Sep 17 00:00:00 2001 From: nelyaklyusa Date: Tue, 14 May 2024 11:22:22 +0300 Subject: [PATCH] update timeline --- .../BaseTimeline/BaseTimelineItem.vue | 24 +++++++------------ 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/src/components/BaseTimeline/BaseTimelineItem.vue b/src/components/BaseTimeline/BaseTimelineItem.vue index 78ecf13..9de6e22 100644 --- a/src/components/BaseTimeline/BaseTimelineItem.vue +++ b/src/components/BaseTimeline/BaseTimelineItem.vue @@ -41,12 +41,12 @@ const btnClasses = computed(() => {
{{ title }} @@ -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)