aboutsummaryrefslogtreecommitdiff
path: root/src/mobile/ImageUpload.scss
blob: 0663b977b3acc66af7a5316d6bb0b0893aafc071 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.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; 
    }
    .input_file{
        background-color: transparent; 
        display: none; 
    }

}