aboutsummaryrefslogtreecommitdiff
path: root/src/mobile/ImageUpload.scss
blob: 6ebf3343818b2f4a203064debdc188265ae6be4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
@import "../client/views/globalCssVariables.scss";

.imgupload_cont {
    // display: flex;
    // justify-content: center;
    // flex-direction: column;
    // align-items: center;
    // width: 100vw;
    // height: 100vh;

    .upload_label {
        font-weight: normal !important;
        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;
    }

    .button_file {
        text-align: center;
        height: 50%;
        width: 50%;
        background-color: paleturquoise;
        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;
    // }

    .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;
    }
}