|
1 | | -.detail-base { |
2 | | - :deep(.t-card) { |
3 | | - padding: var(--td-comp-paddingTB-xxl) var(--td-comp-paddingLR-xxl); |
4 | | - } |
5 | | - |
6 | | - :deep(.t-card__header) { |
7 | | - padding: 0; |
8 | | - margin-bottom: var(--td-comp-margin-m); |
9 | | - } |
10 | | - |
11 | | - :deep(.t-card__body) { |
12 | | - padding: 0; |
13 | | - } |
14 | | - |
15 | | - :deep(.t-card__title) { |
16 | | - font: var(--td-font-title-large); |
17 | | - font-weight: 400; |
18 | | - } |
19 | | - |
20 | | - &-info-steps { |
21 | | - padding-top: var(--td-comp-margin-xl); |
22 | | - } |
23 | | -} |
24 | | - |
25 | | -.info-block { |
26 | | - column-count: 2; |
27 | | - |
28 | | - .info-item { |
29 | | - padding-top: var(--td-comp-margin-xxl); |
30 | | - display: flex; |
31 | | - color: var(--td-text-color-primary); |
32 | | - |
33 | | - h1 { |
34 | | - width: 160px; |
35 | | - font: var(--td-font-body-medium); |
36 | | - color: var(--td-text-color-secondary); |
37 | | - font-weight: normal; |
38 | | - text-align: left; |
39 | | - |
40 | | - @media (max-width: @screen-sm-max) { |
41 | | - width: 80px; |
42 | | - } |
43 | | - |
44 | | - @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { |
45 | | - width: 120px; |
46 | | - } |
47 | | - } |
48 | | - |
| 1 | +.t-descriptions { |
49 | 2 | span { |
50 | | - overflow: hidden; |
51 | | - white-space: nowrap; |
52 | | - text-overflow: ellipsis; |
53 | | - margin-left: var(--td-comp-margin-xxl); |
| 3 | + overflow: hidden; |
| 4 | + white-space: nowrap; |
| 5 | + text-overflow: ellipsis; |
| 6 | + margin-left: var(--td-comp-margin-xxl); |
54 | 7 | } |
55 | 8 |
|
56 | 9 | i { |
57 | | - display: inline-block; |
58 | | - width: 8px; |
59 | | - height: 8px; |
60 | | - border-radius: var(--td-radius-circle); |
61 | | - background: var(--td-success-color); |
| 10 | + display: inline-block; |
| 11 | + width: 8px; |
| 12 | + height: 8px; |
| 13 | + border-radius: var(--td-radius-circle); |
| 14 | + background: var(--td-success-color); |
62 | 15 | } |
63 | 16 |
|
64 | 17 | .inProgress { |
65 | | - color: var(--td-success-color); |
| 18 | + color: var(--td-success-color); |
66 | 19 | } |
67 | 20 |
|
68 | 21 | .pdf { |
69 | | - color: var(--td-brand-color); |
70 | | - |
71 | | - &:hover { |
72 | | - cursor: pointer; |
73 | | - } |
74 | | - } |
75 | | - } |
76 | | -} |
77 | | - |
78 | | -.dialog-info-block { |
79 | | - .info-item { |
80 | | - padding: 12px 0; |
81 | | - display: flex; |
82 | | - |
83 | | - h1 { |
84 | | - width: 84px; |
85 | | - font-family: var(--td-font-family); |
86 | | - font-size: 14px; |
87 | | - color: var(--td-text-color-secondary); |
88 | | - text-align: left; |
89 | | - line-height: 22px; |
90 | | - } |
91 | | - |
92 | | - span { |
93 | | - margin-left: var(--td-comp-margin-xxl); |
94 | | - } |
95 | | - |
96 | | - i { |
97 | | - display: inline-block; |
98 | | - width: 8px; |
99 | | - height: 8px; |
100 | | - border-radius: var(--td-radius-circle); |
101 | | - background: var(--td-success-color); |
102 | | - } |
103 | | - |
104 | | - .green { |
105 | | - color: var(--td-success-color); |
106 | | - } |
| 22 | + color: var(--td-brand-color); |
107 | 23 |
|
108 | | - .blue { |
109 | | - color: var(--td-brand-color); |
| 24 | + &:hover { |
| 25 | + cursor: pointer; |
| 26 | + } |
110 | 27 | } |
111 | | - } |
112 | 28 | } |
0 commit comments