From c31139dd77a32659eab5a4510caff8664ef47516 Mon Sep 17 00:00:00 2001 From: RiedleroD Date: Wed, 10 May 2023 21:56:03 +0200 Subject: [PATCH] removed unused video tabs --- themes/hugo-casper3/assets/scss/custom.scss | 43 --------------------- 1 file changed, 43 deletions(-) diff --git a/themes/hugo-casper3/assets/scss/custom.scss b/themes/hugo-casper3/assets/scss/custom.scss index 517a18c..e57fef1 100644 --- a/themes/hugo-casper3/assets/scss/custom.scss +++ b/themes/hugo-casper3/assets/scss/custom.scss @@ -8,49 +8,6 @@ margin-left: auto; } -/* VIDEO TABS */ - -.tabs { - list-style: none; - position: relative; - margin: 0; - padding: 0; - width: 100%; - font-family: sans-serif; - li { - display: inline-block; - } - input[type="radio"] { - display: none; - } - label { - display: block; - cursor: pointer; - padding: 10px 15px; - border: 2px solid black; - border-bottom: 0; - border-radius: 3px 3px 0 0; - background-color: black; - } - .tab-panel { - display: none; - overflow: auto; - width: 100%; - position: absolute; - left: 0; - border-top: 2px solid gray; - } - - [id^="tab"]:checked + label { - background-color: gray; - border: 2px solid gray; - color: #fff; - } - [id^="tab"]:checked ~ .tab-panel { - display: contents; - } -} - /* FONTS */ @font-face {