File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments