Commit d3a03321 by Owen

feature: file-upload

parent 4b7edf40
...@@ -289,7 +289,7 @@ input[type=radio] { ...@@ -289,7 +289,7 @@ input[type=radio] {
display: none; display: none;
} }
.image-capture, .fingerprint-capture { .image-capture, .fingerprint-capture, .file-upload {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: 100%; width: 100%;
...@@ -689,7 +689,7 @@ span#filename { ...@@ -689,7 +689,7 @@ span#filename {
background-color: yellow; background-color: yellow;
} }
.image-capture, .fingerprint-capture { .image-capture, .fingerprint-capture, .file-upload {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: 100%; width: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment