Skip to content

Commit

Permalink
res-gallery-to-filmstrip: increase specificity and margin (honestblee…
Browse files Browse the repository at this point in the history
…ps#4629)

Should make it harder to accidentally click.
  • Loading branch information
erikdesjardins authored Jan 11, 2018
1 parent d89a819 commit b0d1101
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lib/css/modules/_showImages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -291,16 +291,16 @@ img {
&[first-piece=true] .res-gallery-previous {
transform: scaleX(-1);
}
}

&-to-filmstrip {
margin-left: 5px;
cursor: pointer;
.res-gallery-to-filmstrip {
margin-left: 1em;
cursor: pointer;

&::before {
content: '🎞';
display: block;
transform: rotate(90deg);
&::before {
content: '🎞';
display: block;
transform: rotate(90deg);
}
}
}

Expand Down

0 comments on commit b0d1101

Please sign in to comment.