tracker-connect-back

This commit is contained in:
2023-05-03 20:01:23 +03:00
parent fd49f9df68
commit cd732dcc9d
5 changed files with 139 additions and 79 deletions

View File

@ -501,6 +501,31 @@
&__more {
padding-bottom: 50px;
}
.column__select {
position: absolute;
padding: 15px;
background: #e1fccf;
border-radius: 12px;
right: -75px;
z-index: 10;
row-gap: 10px;
display: flex;
flex-direction: column;
&__item {
cursor: pointer;
display: flex;
align-content: center;
img {
margin-right: 5px;
}
span {
font-size: 14px;
}
}
}
}
.board {