RED-9201 - update upload component height
This commit is contained in:
parent
a8b5cfce14
commit
f079b6c157
@ -7,6 +7,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background: var(--iqser-alt-background);
|
background: var(--iqser-alt-background);
|
||||||
|
height: 68px;
|
||||||
|
|
||||||
&.drag-over {
|
&.drag-over {
|
||||||
background-color: var(--iqser-file-drop-drag-over);
|
background-color: var(--iqser-file-drop-drag-over);
|
||||||
@ -15,7 +16,6 @@
|
|||||||
|
|
||||||
.upload-area {
|
.upload-area {
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
height: 88px;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 0 32px;
|
padding: 0 32px;
|
||||||
|
|
||||||
@ -33,7 +33,6 @@
|
|||||||
|
|
||||||
.file-area {
|
.file-area {
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
height: 48px;
|
|
||||||
|
|
||||||
mat-icon:first-child {
|
mat-icon:first-child {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user