This commit is contained in:
parent
f3085bef66
commit
07b2ac99ce
|
@ -4,15 +4,13 @@
|
|||
.value {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
input[type=file] {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
section {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
.control {
|
||||
& > input[type=file] {
|
||||
opacity: 0;
|
||||
}
|
||||
& > section {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue