Skip to content

Commit

Permalink
UHF-6857: Changed react and share margin to be with only js
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Lonka committed Nov 25, 2022
1 parent 419f78c commit 7b8cc86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/css/styles.min.css

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion src/scss/06_components/block/_react-and-share.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@

&:last-child {
background: $color-black-5;
margin-bottom: -112px;

.rns .rns-plugin {
padding-bottom: 112px;
}
}
}

.js .block--react-and-share:last-child {
margin-bottom: -112px;
}

.rns {
@include components-container-max-width();
@include component-side-padding();
Expand Down

0 comments on commit 7b8cc86

Please sign in to comment.