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