Skip to content

Commit

Permalink
fixing broken preview video link
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Sep 28, 2020
1 parent b36dec9 commit a36aa6a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions site-styles/components/demo.less
Expand Up @@ -11,19 +11,19 @@
});

a {
#text-replacement(
@image-rules: {
#svg.play;
background-size: contain;
},
);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
border: 0;
opacity: 0.78;
#text-replacement(
@image-rules: {
#svg.play;
background-size: contain;
},
);

&:hover, &:focus, &:active {
opacity: 1;
Expand Down

0 comments on commit a36aa6a

Please sign in to comment.