summaryrefslogtreecommitdiffstats
path: root/catalog-ui/app/scripts/view-models/forms/artifact-form/artifact-form.less
blob: 1f77958c8897f40edb46296e3d3aa8445d195e70 (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
.sdc-edit-artifact-form-container {

    .w-sdc-form-note {
        .h_9;
        display: block;
        position: relative;
        top: 13px;
    }

    .i-sdc-form-textarea{
        min-height: 95px;
    }

    .i-sdc-form-url {
        padding-bottom: 0px;
    }

    &.mandatory-artifact {
        .w-sdc-form-column {
            width: 100%;
            padding: 0;
            min-height: initial;
        }
    }
    .w-sdc-form .i-sdc-form-item.upload input[type="file"] {
        display: none
    }

    .artifact-info {
        text-align: left;
        color:  rgb(140, 140, 140);
        font-size: 13px;
        margin-top: -10px;
        margin-bottom: 5px;
        width: 100%;
        min-height: initial;

        span {
            color:  #666666;
            padding-left: 4px;
        }
    }

}