aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/view-models/modals/email-modal/email-modal.less
blob: 471089fa1ae53d4ec857680afd6962b5abbf7108 (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
.w-sdc-modal-email {

    .w-sdc-modal-body {
        border-bottom: none;
    }

    form.w-sdc-form{
        padding: 0;

        .i-sdc-form-item {
            clear: both;
            label {
                min-height: 30px;
                padding-top: 4px;
            }

            .col-sm-10 {
                padding-right: 0;
            }

        }

        .w-sdc-modal-body-email {
            border-style: solid;
            border-width: 1px;
            border-color:  @color_e;
            box-sizing: border-box;
            width: 100%;
            height: 127px;
            margin-bottom: 20px;
        }

        label {.m_14_m; text-align: left;}
        input {.m_14_r;}
        textarea {.m_14_r;}
        /* I made the subject and to fields as input (for future use), but for now they look like labels: */
        input:disabled {
            .bg_c;
            border: none;
        }
    }

    .w-sdc-modal-action {
        background-color: @main_color_p;
        padding: 0 13px 0 0;
        height: 90px;
        line-height: 65px;

        button {width: 174px;}
    }

    .w-sdc-form .i-sdc-form-item label.required::before {
        position: absolute;
        left: -13px;
    }

}