summaryrefslogtreecommitdiffstats
path: root/catalog-ui/app/scripts/view-models/forms/env-parameters-form/env-parameters-form.less
blob: c58c94ab227bef3b612a61cf9b31e8aac44da6ab (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
62
63
64
65
66
67
68
69
70
71
72
73
74
.sdc-env-form-container{
    .w-sdc-modal-body{
        padding: 20px 10px 2px 10px;
    }
    .w-sdc-modal-body-content{
        .b_6;
        display: block;
    }

    .env-file-generation-label{
        .p_9;
        .bold;
        margin-bottom: 20px;
    }
}

.w-sdc-env-form-container {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    height: 356px;
    margin: 35px 0 10px 0;

    .w-sdc-form {
        text-align: left;
    }
    .i-sdc-form-item{
        display: inline-block;
        .description{
            margin-bottom: 2px;
            vertical-align: baseline;
            padding: 32px 0 0 0;
            text-transform: capitalize;
            .b_1;
        }
    }
    .left-column-container{
        width: 250px;
        float: left;
        .i-sdc-env-form-label {
            overflow: hidden;
            max-width: 100%;
            text-overflow: ellipsis;
            display: inline-block;
            white-space: nowrap;

            &.required::before {
                color: #f33;
                content: '*';
                margin-right: 4px;
            }
        }
    }
    .i-sdc-env-form-label-description {
        float: right;

        .i-sdc-env-form-label {
            .p_9;
            // height: 20px;
            margin: 30px 0px 0px 30px;
            overflow: hidden;
            max-width: 245px;
            text-overflow: ellipsis;
            display: inline-block;
            white-space: nowrap;

            &.required::before {
                color: #f33;
                content: '*';
                margin-right: 4px;
            }
        }
    }
}