feat: Uploading company logo

This commit is contained in:
Ahmed Bouhuolia
2024-09-24 20:28:19 +02:00
parent d16c57b63b
commit 37fd4a1fdb
20 changed files with 404 additions and 171 deletions

View File

@@ -0,0 +1,43 @@
.root {
min-height: 120px;
height: 120px;
padding: 10px;
border: 1px solid;
display: flex;
border: 1px solid #E1E1E1;
position: relative;
display: flex;
justify-content: center;
&:hover .removeButton{
visibility: visible;
opacity: 1;
}
}
.removeButton{
position: absolute;
right: 5px;
top: 5px;
border-radius: 24px;
visibility: hidden;
opacity: 0;
}
.contentPrePreview {
color: #738091;
font-size: 13px;
height: 100%;
justify-content: center;
}
.dropzoneContent{
height: 100%;
width: 100%;
text-align: center;
}
.previewImage{
max-width: 100%;
max-height: 100%;
}