feat: wip UI upload attachments

This commit is contained in:
Ahmed Bouhuolia
2024-05-28 23:34:51 +02:00
parent fcd61c6159
commit cfdbcea9c0
49 changed files with 286 additions and 67 deletions

View File

@@ -0,0 +1,18 @@
.popover :global .bp4-popover-content{
min-width: 450px;
}
.attachmentButton:not([class*=bp4-intent-]) {
&,
&:hover{
background-color: #fff;
}
border: 1px solid rgb(206, 212, 218);
}
.attachmentField :global .bp4-label{
font-weight: 500;
font-size: 12px;
}