removed unused video tabs

pull/5/head
RiedleroD 2023-05-10 21:56:03 +02:00
parent 07c21a196d
commit c31139dd77
1 changed files with 0 additions and 43 deletions

View File

@ -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 {