Search and search switches are functional
This commit is contained in:
@@ -339,32 +339,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
.checkbox {
|
||||
width: 50px;
|
||||
height: 26px;
|
||||
border-radius: 18px;
|
||||
background-color: #F7D6A3;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
.clickable {
|
||||
pointer-events: all;
|
||||
cursor: pointer;
|
||||
.circle {
|
||||
background-color: #6B5E8A;
|
||||
transform: translateX(0px);
|
||||
border-radius: 50%;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
transition: 300ms;
|
||||
}
|
||||
input {
|
||||
display: none;
|
||||
}
|
||||
&.active {
|
||||
background-color: rgb(218, 114, 80);
|
||||
.circle {
|
||||
transform: translateX(20px);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user