RED-9201 - update upload component height

This commit is contained in:
Valentin Mihai 2024-08-08 11:05:01 +03:00
parent a8b5cfce14
commit f079b6c157

View File

@ -7,6 +7,7 @@
width: 100%;
box-sizing: border-box;
background: var(--iqser-alt-background);
height: 68px;
&.drag-over {
background-color: var(--iqser-file-drop-drag-over);
@ -15,7 +16,6 @@
.upload-area {
gap: 16px;
height: 88px;
cursor: pointer;
padding: 0 32px;
@ -33,7 +33,6 @@
.file-area {
gap: 10px;
height: 48px;
mat-icon:first-child {
opacity: 0.5;