aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/view-models/workspace/tabs/general/general.less
blob: 1861d02e98a6bd9933006d135a4e3509548d602c (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
.sdc-workspace-general-step {

    .w-sdc-form {
        padding: 0;

        .i-sdc-form-file-upload{
            input[type="button"] {
                cursor: pointer;
                display: block;
                filter: alpha(opacity=0);
                width: 100px;
                height: 30px;
                opacity: 0;
                position: absolute;
                right: 0;
                text-align: right;
                top: 0;
            }

            .file-upload-browse-btn {
                .noselect;
                .bg_n;
                padding: 4px 6px;
                cursor: pointer;
                z-index: 999;
                width: 100px;
                height: 28px;
                text-align: center;

                &.disabled {
                    cursor: default;
                }
            }
        }

        .w-sdc-form-section-container {
            text-align: center;
        }

        .i-sdc-form-item {
            &.upload {
                margin-top: 0;
                width: auto;
                padding: 10px;
            }
        }

        .template-desc {
            border: 1px dashed @border_color_f;
            height: 130px;
            overflow: hidden;
            padding: 10px 6px 6px 6px;
            margin-top: 10px;
        }

        .sdc-tag .tag {
            max-width: 225px;
        }

    }

}