Skip to content

Commit fd45e22

Browse files
Update index.css
1 parent 712bedf commit fd45e22

1 file changed

Lines changed: 1 addition & 69 deletions

File tree

youtube/index.css

Lines changed: 1 addition & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -15,73 +15,5 @@ a {
1515
.bottom {
1616
position: sticky;
1717
bottom: 0;
18-
}
19-
.im {
20-
border: 0ch;
21-
border-radius: 50px;
22-
}
23-
.imt {
24-
font-weight: bolder;
25-
position: inherit;
26-
27-
}
28-
29-
.switch {
30-
position: relative;
31-
display: inline-block;
32-
width: 60px;
33-
height: 34px;
34-
}
35-
36-
.switch input {
37-
opacity: 0;
38-
width: 0;
39-
height: 0;
40-
}
41-
42-
.slider {
43-
position: absolute;
44-
cursor: pointer;
45-
top: 0;
46-
left: 0;
47-
right: 0;
48-
bottom: 0;
49-
background-color: #ccc;
50-
-webkit-transition: .4s;
51-
transition: .4s;
52-
}
53-
54-
.slider:before {
55-
position: absolute;
56-
content: "";
57-
height: 26px;
58-
width: 26px;
59-
left: 4px;
60-
bottom: 4px;
61-
background-color: white;
62-
-webkit-transition: .4s;
63-
transition: .4s;
64-
}
65-
66-
input:checked + .slider {
67-
background-color: #2196F3;
68-
}
69-
70-
input:focus + .slider {
71-
box-shadow: 0 0 1px #2196F3;
72-
}
73-
74-
input:checked + .slider:before {
75-
-webkit-transform: translateX(26px);
76-
-ms-transform: translateX(26px);
77-
transform: translateX(26px);
78-
}
79-
80-
/* Rounded sliders */
81-
.slider.round {
82-
border-radius: 34px;
83-
}
84-
85-
.slider.round:before {
86-
border-radius: 50%;
18+
background-color: white;
8719
}

0 commit comments

Comments
 (0)