diff --git a/src/components/VideoPlayer.module.css b/src/components/VideoPlayer.module.css index 51218cc..64c9741 100644 --- a/src/components/VideoPlayer.module.css +++ b/src/components/VideoPlayer.module.css @@ -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;