aboutsummaryrefslogtreecommitdiff
path: root/src/mobile/ImageUpload.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/mobile/ImageUpload.scss')
-rw-r--r--src/mobile/ImageUpload.scss24
1 files changed, 10 insertions, 14 deletions
diff --git a/src/mobile/ImageUpload.scss b/src/mobile/ImageUpload.scss
index 0663b977b..2d8966be1 100644
--- a/src/mobile/ImageUpload.scss
+++ b/src/mobile/ImageUpload.scss
@@ -1,20 +1,16 @@
-.imgupload_cont{
+.imgupload_cont {
height: 100%;
width: 100%;
align-content: center;
-
-
- .button_file{
- text-align: center;
- height: 50%;
- width: 50%;
- background-color: paleturquoise;
- color: grey;
- font-size: 3em;
+ .button_file {
+ text-align: center;
+ height: 50%;
+ width: 50%;
+ background-color: paleturquoise;
+ color: grey;
+ font-size: 3em;
}
- .input_file{
- background-color: transparent;
- display: none;
+ .input_file {
+ background-color: transparent; // display: none;
}
-
} \ No newline at end of file