[ADF-4467] Fix Upload File Widget layout (#4675)

* [ADF-4467] Fix Upload File Widget layout

* [ADF-4467] Refactor content services upload button
This commit is contained in:
davidcanonieto
2019-05-07 17:32:35 +01:00
committed by Eugenio Romano
parent 0e2e5e35a0
commit 9d0e9ec219
8 changed files with 69 additions and 92 deletions

View File

@@ -1,12 +1,5 @@
.adf {
&-upload-button-file-container input {
cursor: pointer;
height: 100%;
right: 0;
opacity: 0;
position: absolute;
top: 0;
width: 300px;
z-index: 4;
display: none;
}
}