aboutsummaryrefslogtreecommitdiff
path: root/src/mobile/ImageUpload.scss
diff options
context:
space:
mode:
authorgeireann <60007097+geireann@users.noreply.github.com>2020-06-09 22:06:14 +0800
committergeireann <60007097+geireann@users.noreply.github.com>2020-06-09 22:06:14 +0800
commit8d6fdb9460bd826c2be3a03cca9fa28a018b3e22 (patch)
tree300bdccb0117ce6295134b0fb25bed7cd8283e35 /src/mobile/ImageUpload.scss
parent9bc537b1d6601f329555106444eed8d641c313fe (diff)
adjust presentation view
Diffstat (limited to 'src/mobile/ImageUpload.scss')
-rw-r--r--src/mobile/ImageUpload.scss60
1 files changed, 30 insertions, 30 deletions
diff --git a/src/mobile/ImageUpload.scss b/src/mobile/ImageUpload.scss
index 6ebf33438..afc4cc21e 100644
--- a/src/mobile/ImageUpload.scss
+++ b/src/mobile/ImageUpload.scss
@@ -1,12 +1,12 @@
@import "../client/views/globalCssVariables.scss";
.imgupload_cont {
- // display: flex;
- // justify-content: center;
- // flex-direction: column;
- // align-items: center;
- // width: 100vw;
- // height: 100vh;
+ display: flex;
+ justify-content: center;
+ flex-direction: column;
+ align-items: center;
+ width: 90vw;
+ height: 90vh;
.upload_label {
font-weight: normal !important;
@@ -31,31 +31,31 @@
font-size: 3em;
}
- .input_file {
- display: none;
- }
+ // .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;
+ // // }
- // .upload_label,
// .upload_button {
- // background: $dark-color;
- // font-size: 500%;
- // font-family: $sans-serif;
- // text-align: center;
- // padding: 5vh;
- // margin-bottom: 20px;
- // color: white;
+ // width: 100%;
+ // padding: 13px 12px;
+ // border-bottom: 1px solid rgba(200, 200, 200, 0.7);
+ // font-family: Arial, Helvetica, sans-serif;
+ // font-style: normal;
+ // font-weight: normal;
+ // user-select: none;
+ // font-size: 35px;
+ // text-transform: uppercase;
+ // color: black;
// }
-
- .upload_button {
- width: 100%;
- padding: 13px 12px;
- border-bottom: 1px solid rgba(200, 200, 200, 0.7);
- font-family: Arial, Helvetica, sans-serif;
- font-style: normal;
- font-weight: normal;
- user-select: none;
- font-size: 35px;
- text-transform: uppercase;
- color: black;
- }
} \ No newline at end of file