File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33 position : relative ;
44 display : inline-block ;
55 width : 40px ;
6- height : 23 px ;
6+ height : 24 px ;
77 top : 2px ;
88 z-index : -1 ;
99}
3434 height : 16px ;
3535 width : 16px ;
3636 left : 3px ;
37- bottom : 3 px ;
37+ bottom : 4 px ;
3838 background-color : #002B5F ;
3939 -webkit-transition : .4s ;
4040 transition : .4s ;
@@ -56,7 +56,7 @@ input:checked+.slider:before {
5656
5757/* Rounded sliders */
5858.slider.round {
59- border-radius : 23 px ;
59+ border-radius : 24 px ;
6060}
6161
6262.slider.round :before {
Original file line number Diff line number Diff line change 6767 EN
6868 </ div >
6969 <!-- Rounded switch -->
70- < label class ="switch d-inline-block ">
70+ < label class ="switch d-inline-block mx-1 ">
7171 < input type ="checkbox " disabled aria-checked ={{if eq .Site.Language.Lang "en" }} "true" checked {{else}} "false" {{ end }} id="lang-toggle " role ="switch ">
7272 < span class ="slider round "> </ span >
7373 </ label >
You can’t perform that action at this time.
0 commit comments