Merge pull request #151 from apuc/registration

Registration
This commit is contained in:
NikoM1k
2023-11-19 20:02:23 +03:00
committed by GitHub
14 changed files with 237 additions and 129 deletions

View File

@ -360,24 +360,8 @@
column-gap: 25px;
row-gap: 20px;
margin-top: 33px;
max-height: 170px;
overflow-y: auto;
&::-webkit-scrollbar {
width: 5px;
border-radius: 10px;
}
&::-webkit-scrollbar-thumb {
background: #cbd9f9;
border-radius: 20px;
}
&::-webkit-scrollbar-track {
background: #c5c0c6;
border-radius: 20px;
}
.taskFile {
cursor: pointer;
position: relative;