added button

This commit is contained in:
Chneemann 2024-04-08 08:04:25 +02:00
parent ae3067d8ce
commit e9dd827724
3 changed files with 24 additions and 0 deletions

View file

@ -76,6 +76,13 @@
>
></app-assigned
>
<img class="close" src="./../../../assets/img/close.svg" alt="" />
} @else {
<img
class="open"
src="./../../../assets/img/add-task/arrow-down.svg"
alt=""
/>
}
</div>
<div class="assigned-badget">

View file

@ -59,6 +59,20 @@ p {
.assigned {
position: relative;
.open {
position: absolute;
top: 55px;
right: 20px;
width: 14px;
height: 7px;
}
.close {
position: absolute;
top: 45px;
right: 15px;
width: 25px;
height: 25px;
}
}
.assigned-badget {

View file

@ -0,0 +1,3 @@
<svg width="8" height="5" viewBox="0 0 8 5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.29998 4.3L0.699975 1.7C0.383309 1.38333 0.312475 1.02083 0.487475 0.6125C0.662475 0.204167 0.974975 0 1.42498 0H6.57498C7.02498 0 7.33747 0.204167 7.51248 0.6125C7.68748 1.02083 7.61664 1.38333 7.29997 1.7L4.69998 4.3C4.59998 4.4 4.49164 4.475 4.37498 4.525C4.25831 4.575 4.13331 4.6 3.99998 4.6C3.86664 4.6 3.74164 4.575 3.62498 4.525C3.50831 4.475 3.39998 4.4 3.29998 4.3Z" fill="#2A3647"/>
</svg>

After

Width:  |  Height:  |  Size: 504 B