update-input

This commit is contained in:
2023-05-08 16:20:44 +05:30
parent 75a91cc670
commit 0469b48bcb
4 changed files with 232 additions and 123 deletions

0
src/styles/Checkbox.css Normal file
View File

View File

@@ -15,7 +15,21 @@
--background-end-rgb: 0, 0, 0;
}
}
.check-box {
border:2px solid white;
box-shadow:0 0 0 2px #FE4501;
appearance:none;
width:15px;
height:15px;
background-color:#fff;
transition:all ease-in .2s;
cursor: pointer;
}
.check-box:checked{
background-color:#FE4501;
transform: scale(1.2);
border-radius: 2px;
}
/* body {
color: rgb(var(--foreground-rgb));
background: linear-gradient(