Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Add CTA to clients logos on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
albinazs authored and helenb committed Jul 4, 2023
1 parent 9d5633c commit c19659e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tbx/static_src/sass/components/_client-block.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}

@include media-query(x-large) {
column-gap: 130px;
column-gap: 60px;
}

&--spaced {
Expand Down
8 changes: 3 additions & 5 deletions tbx/static_src/sass/components/_client-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,11 @@
&::after {
content: '';
display: block;
position: absolute;
position: relative;
right: -5px;
top: 5px;
flex-grow: 0;
flex-shrink: 0;
background-color: transparent;
clip-path: $arrow-path;
transition: color $transition;
Expand All @@ -107,10 +109,6 @@
width: 20px;
height: 18px;
}

@include media-query(menu-break-larger) {
right: -15px;
}
}
}
}
Expand Down

0 comments on commit c19659e

Please sign in to comment.