Skip to content

Commit

Permalink
feat(social-media-follow): update spacing - FRONT-4552 (#3539)
Browse files Browse the repository at this point in the history
* spacing

* spacing
  • Loading branch information
emeryro authored Aug 5, 2024
1 parent 2bf57d3 commit 1429a8a
Showing 1 changed file with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $social-media-follow: null !default;
color: var(--c-d);
font: var(--f-m);
font-weight: map.get($theme, 'font-weight', 'bold');
margin-bottom: var(--s-xs);
margin-bottom: var(--s-s);
margin-top: 0;
}

Expand Down Expand Up @@ -67,8 +67,16 @@ $social-media-follow: null !default;

.ecl-social-media-follow__item {
margin-inline-end: 0;
padding-bottom: var(--s-2xs);
padding-top: var(--s-2xs);
padding-bottom: var(--s-xs);
padding-top: var(--s-xs);

&:first-child {
padding-top: 0;
}

&:last-child {
padding-bottom: 0;
}
}
}

Expand Down

1 comment on commit 1429a8a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.