feat: improve time settings, fix search button etc

This commit is contained in:
David Ralph
2021-03-17 17:55:58 +00:00
parent 67562c7297
commit 8f1ebb309c
12 changed files with 126 additions and 146 deletions

View File

@@ -15,30 +15,6 @@
display: none;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
border-radius: 34px;
&:before {
position: absolute;
content: '';
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: #fff;
-webkit-transition: 0.4s;
transition: 0.4s;
border-radius: 50%;
}
}
input {
&[type=text] {
width: 200px;