[sdc] rebase update
[sdc.git] / catalog-ui / src / app / view-models / workspace / tabs / general / general.less
1 .sdc-workspace-general-step {
2
3     .w-sdc-form {
4         padding: 0;
5
6         .i-sdc-form-file-upload{
7             input[type="button"] {
8                 cursor: pointer;
9                 display: block;
10                 filter: alpha(opacity=0);
11                 width: 100px;
12                 height: 30px;
13                 opacity: 0;
14                 position: absolute;
15                 right: 0;
16                 text-align: right;
17                 top: 0;
18             }
19
20             .file-upload-browse-btn {
21                 .noselect;
22                 .bg_n;
23                 padding: 4px 6px;
24                 cursor: pointer;
25                 z-index: 999;
26                 width: 100px;
27                 height: 28px;
28                 text-align: center;
29
30                 &.disabled {
31                     cursor: default;
32                 }
33             }
34         }
35
36         .w-sdc-form-section-container {
37             text-align: center;
38         }
39
40         .i-sdc-form-item {
41             &.upload {
42                 margin-top: 0;
43                 width: auto;
44                 padding: 10px;
45             }
46         }
47
48         .i-sdc-form-label {
49             font-size: 12px;
50         }
51
52         .template-desc {
53             border: 1px dashed @border_color_f;
54             height: 130px;
55             overflow: hidden;
56             padding: 10px 6px 6px 6px;
57             margin-top: 10px;
58         }
59
60         .sdc-tag .tag {
61             max-width: 225px;
62         }
63
64     }
65
66 }
67
68