Add feature
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.switch {
|
||||
display: flex;
|
||||
width: 53px;
|
||||
height: 33px;
|
||||
width: 50px;
|
||||
height: 30px;
|
||||
align-items: center;
|
||||
background-color: white;
|
||||
cursor: pointer;
|
||||
@@ -16,8 +16,8 @@
|
||||
display: none;
|
||||
}
|
||||
.knob {
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
background-color: #6d6d6d;
|
||||
border-radius: 50%;
|
||||
display: flex;
|
||||
@@ -32,7 +32,7 @@
|
||||
}
|
||||
|
||||
.check:checked + .switch .knob {
|
||||
transform: translateX(78%);
|
||||
transform: translateX(90%);
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user