Skip to content

Commit

Permalink
double buttonRight
Browse files Browse the repository at this point in the history
  • Loading branch information
samcarton committed Aug 4, 2024
1 parent 2ae8956 commit adf358d
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions src/components/VideoPlayer.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -208,36 +208,6 @@ h3 {
);
}

.buttonRight {
text-decoration: none;
display: inline-block;
outline: 0;
border: 0;
cursor: pointer;
background: rgb(var(--accent-light));
color: #ffffff;

border-radius: 0;
padding: 12px 12px;
font-size: 16px;
font-weight: 700;
line-height: 1;
transition:
transform 200ms,
background 200ms;
&:hover {
transform: translateY(-2px);
}
clip-path: polygon(
0% 0%,
calc(100% - var(--button-arrow-width)) 0%,
100% 50%,
calc(100% - var(--button-arrow-width)) 100%,
0% 100%,
var(--button-arrow-width) 50%
);
}

.buttonLeft {
text-decoration: none;
display: inline-block;
Expand Down

0 comments on commit adf358d

Please sign in to comment.