mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
18 lines
281 B
CSS
18 lines
281 B
CSS
.custom-file-upload {
|
|
cursor: pointer;
|
|
}
|
|
|
|
input[type="file"] {
|
|
display: none;
|
|
}
|
|
|
|
.custom-file-upload:hover .button {
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.custom-file-upload .button {
|
|
transition: .5s ease;
|
|
opacity: 0;
|
|
position: absolute;
|
|
transform: translate(16px, 16px);
|
|
} |