aboutsummaryrefslogtreecommitdiff
path: root/src/mobile/ImageUpload.scss
diff options
context:
space:
mode:
authoryipstanley <stanley_yip@brown.edu>2019-06-04 14:01:08 -0400
committeryipstanley <stanley_yip@brown.edu>2019-06-04 14:01:08 -0400
commitb33ee6461b4aad420d52600946bee03dcf480e06 (patch)
tree275e6eaa3beb791a6110522efab79b4fa7a6454a /src/mobile/ImageUpload.scss
parent1fb7a7bc185c1ba9bbe0f21ad5e16cf19235b2da (diff)
parent7d3ef1c914cc1cc0b6c05b14773a8b83e1b95c96 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into pdf_impl
Diffstat (limited to 'src/mobile/ImageUpload.scss')
-rw-r--r--src/mobile/ImageUpload.scss25
1 files changed, 23 insertions, 2 deletions
diff --git a/src/mobile/ImageUpload.scss b/src/mobile/ImageUpload.scss
index d0b7d4e41..eea69b81c 100644
--- a/src/mobile/ImageUpload.scss
+++ b/src/mobile/ImageUpload.scss
@@ -1,7 +1,13 @@
+@import "../client/views/globalCssVariables.scss";
+
.imgupload_cont {
- height: 100vh;
+ display: flex;
+ justify-content: center;
+ flex-direction: column;
+ align-items: center;
width: 100vw;
- align-content: center;
+ height: 100vh;
+
.button_file {
text-align: center;
height: 50%;
@@ -10,4 +16,19 @@
color: grey;
font-size: 3em;
}
+
+ .input_file {
+ display: none;
+ }
+
+ .upload_label,
+ .upload_button {
+ background: $dark-color;
+ font-size: 500%;
+ font-family: $sans-serif;
+ text-align: center;
+ padding: 5vh;
+ margin-bottom: 20px;
+ color: white;
+ }
} \ No newline at end of file