Skip to content

Commit

Permalink
SGD8-2855: Fix timeline feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenVdv committed Aug 21, 2024
1 parent b2302b9 commit 2f141e3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
9 changes: 9 additions & 0 deletions components/41-organisms/timeline/_timeline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,15 @@ dl.roadmap {
}
}

dd:first-child.item__content {
margin-top: 0;
padding-top: 40px;

@include desktop {
padding-top: 0;
}
}

.content-btn {
padding-bottom: 30px;
}
Expand Down
10 changes: 0 additions & 10 deletions components/41-organisms/timeline/timeline--roadmap.twig
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,6 @@
{# Timeline item END #}
<div class="timeline-slot" role="listitem">
<div class="item">
<dd class="item__image">
<div class="timeline-slot-content timeline-slot-content__img">
{# Timeline image field #}
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 170 170">
<path fill="#005BA9" stroke="#005BA9" d="m135.796 135.775-1.84-11.995a1.864 1.864 0 0 0-3.685.565l1.558 10.154-77.48 11.889L36.824 32.179l47.986-7.363 4.243 27.652a1.863 1.863 0 0 0 2.125 1.56l27.653-4.243 3.65 23.79a1.863 1.863 0 1 0 3.685-.565l-3.934-25.633a1.841 1.841 0 0 0-.252-.687 1.834 1.834 0 0 0-.491-.534L87.475 21.192a1.88 1.88 0 0 0-1.388-.343l-51.67 7.929a1.863 1.863 0 0 0-1.56 2.125l18.09 117.892a1.863 1.863 0 0 0 2.125 1.56l81.165-12.455a1.86 1.86 0 0 0 1.559-2.125ZM88.894 26.855l26.765 19.644-23.205 3.56-3.56-23.204Z"/>
<path fill="#005BA9" stroke="#005BA9" d="M112.733 59.255a1.862 1.862 0 0 0-2.124-1.56l-58.795 9.023a1.863 1.863 0 1 0 .565 3.684l58.795-9.022a1.862 1.862 0 0 0 1.559-2.125ZM54.861 86.592l48.135-7.385a1.863 1.863 0 1 0-.565-3.684l-48.135 7.385a1.863 1.863 0 1 0 .565 3.684ZM57.347 102.791l39.027-5.989a1.863 1.863 0 1 0-.565-3.684l-39.027 5.989a1.863 1.863 0 1 0 .565 3.684ZM101.755 110.668a1.863 1.863 0 0 0-2.125-1.56l-40.363 6.194a1.863 1.863 0 1 0 .566 3.684l40.364-6.194a1.862 1.862 0 0 0 1.558-2.124ZM62.232 135.19l50.419-7.737a1.863 1.863 0 1 0-.566-3.684l-50.419 7.737a1.863 1.863 0 1 0 .566 3.684ZM124.322 72.85c-14.197 2.178-23.974 15.503-21.795 29.7 2.178 14.197 15.5 23.974 29.697 21.795 14.196-2.178 23.974-15.5 21.795-29.696-2.178-14.197-15.5-23.978-29.697-21.8Zm7.336 47.81c-12.164 1.866-23.581-6.513-25.447-18.677-1.867-12.167 6.512-23.584 18.676-25.45 12.164-1.867 23.581 6.512 25.448 18.68 1.866 12.164-6.513 23.58-18.677 25.447Z"/>
<path fill="#005BA9" stroke="#005BA9" d="m139.037 89.511-13.658 14.095-8.057-7.81a1.863 1.863 0 1 0-2.594 2.677l9.396 9.107a1.86 1.86 0 0 0 2.635-.041l14.955-15.434a1.863 1.863 0 1 0-2.677-2.594Z"/>
</svg>
</div>
</dd>
<dd class="item__content">
<div class="timeline-slot-header">
{# Timeline item title #}
Expand Down
10 changes: 9 additions & 1 deletion components/61-layouts/detail-layout/_detail-layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,16 @@
> .timeline-wrapper {
@include desktop {
@include col(12);
}
}

padding: 0;
> .quote-wrapper,
> .partner-block,
> .roadmap-wrapper,
> .timeline-wrapper {
@include desktop {
padding-right: 0;
padding-left: 0;
}
}

Expand Down

0 comments on commit 2f141e3

Please sign in to comment.