drag and drop on tracker

This commit is contained in:
2023-03-10 01:20:15 +03:00
parent 9e9a87dea0
commit bf5873e5e8
3 changed files with 88 additions and 13 deletions

View File

@ -292,6 +292,12 @@
row-gap: 16px;
height: fit-content;
position: relative;
transition: all 0.3s ease;
&__hover {
box-shadow: 0px 2px 10px #9cc480, 0px 0px 0px 1px rgba(60, 66, 87, 0.08), 0px 1px 1px rgba(0, 0, 0, 0.06);
}
&__item {
padding: 16px;
@ -299,7 +305,11 @@
box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.06), 0px 5px 3px -2px rgba(0, 0, 0, 0.02);
border-radius: 6px;
background: #FFFFFF;
cursor: grabbing;
cursor: pointer;
&__hide {
opacity: 0;
}
&__title {
display: flex;