From adf358dffa4750cc664d779f96931df0cb2ee309 Mon Sep 17 00:00:00 2001 From: Sam Carton Date: Sun, 4 Aug 2024 17:11:21 +0800 Subject: [PATCH] double buttonRight --- src/components/VideoPlayer.module.css | 30 --------------------------- 1 file changed, 30 deletions(-) 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;