|
7 | 7 | // Variables
|
8 | 8 | // _____________________________________________
|
9 | 9 |
|
10 |
| -@component-indicator__size: 20px; |
| 10 | +@component-indicator__size: 16px; |
11 | 11 |
|
12 | 12 | //
|
13 | 13 | // Component grid elements
|
|
19 | 19 | display: inline-block;
|
20 | 20 | height: @component-indicator__size;
|
21 | 21 | text-align: center;
|
| 22 | + vertical-align: middle; |
22 | 23 | width: @component-indicator__size;
|
23 | 24 |
|
24 | 25 | &::before,
|
|
37 | 38 | box-shadow: 0 0 2px rgba(0,0,0,.4);
|
38 | 39 | content: attr(data-label);
|
39 | 40 | font-size: @font-size__s;
|
40 |
| - margin: 34px 0 0 -10px; |
| 41 | + margin: 30px 0 0 -10px; |
41 | 42 | min-width: 50px;
|
42 | 43 | padding: 4px 5px;
|
43 | 44 | }
|
|
73 | 74 | content: '';
|
74 | 75 | display: block;
|
75 | 76 | font-family: @icons__font-family;
|
76 |
| - font-size: 20px; |
| 77 | + font-size: @component-indicator__size; |
77 | 78 | height: 100%;
|
78 | 79 | line-height: @component-indicator__size;
|
79 | 80 | width: 100%;
|
|
105 | 106 |
|
106 | 107 | &:before {
|
107 | 108 | color: @color-info;
|
108 |
| - content: @icon-notice-messages__content; |
| 109 | + content: @icon-alert-round__content; |
109 | 110 | font-family: @icons__font-family;
|
110 |
| - font-size: 21px; |
| 111 | + font-size: @component-indicator__size; |
111 | 112 | }
|
112 | 113 | }
|
113 | 114 | }
|
114 | 115 | }
|
| 116 | + |
| 117 | +.col-manager-item-name { |
| 118 | + .data-grid-data { |
| 119 | + padding-left: 5px; |
| 120 | + } |
| 121 | + |
| 122 | + .ng-hide { |
| 123 | + + .data-grid-data { |
| 124 | + padding-left: 24px; |
| 125 | + } |
| 126 | + } |
| 127 | + |
| 128 | + ._show-dependencies, |
| 129 | + ._hide-dependencies { |
| 130 | + cursor: pointer; |
| 131 | + padding-left: 24px; |
| 132 | + position: relative; |
| 133 | + |
| 134 | + &:before { |
| 135 | + display: block; |
| 136 | + font-family: @icons__font-family; |
| 137 | + font-size: 12px; |
| 138 | + left: 0; |
| 139 | + position: absolute; |
| 140 | + top: 1px; |
| 141 | + } |
| 142 | + } |
| 143 | + |
| 144 | + ._show-dependencies { |
| 145 | + &:before { |
| 146 | + content: @icon-caret-up__content; |
| 147 | + } |
| 148 | + } |
| 149 | + |
| 150 | + ._hide-dependencies { |
| 151 | + &:before { |
| 152 | + content: @icon-caret-down__content; |
| 153 | + } |
| 154 | + } |
| 155 | + |
| 156 | + ._no-dependencies { |
| 157 | + padding-left: 24px; |
| 158 | + } |
| 159 | +} |
| 160 | + |
| 161 | +.product-modules-block { |
| 162 | + .lib-font-size(12); |
| 163 | + padding: 15px 0 0; |
| 164 | + |
| 165 | + .col-manager-item-name & { |
| 166 | + padding-left: @indent__s; |
| 167 | + } |
| 168 | +} |
| 169 | + |
| 170 | +.product-modules-title, |
| 171 | +.product-modules-descriprion { |
| 172 | + font-weight: @font-weight__bold; |
| 173 | + margin: 0 0 7px; |
| 174 | +} |
| 175 | + |
| 176 | +.product-modules-list { |
| 177 | + .lib-font-size(11); |
| 178 | + list-style: none; |
| 179 | + margin: 0; |
| 180 | + |
| 181 | + .col-manager-item-name & { |
| 182 | + margin-left: 15px; |
| 183 | + |
| 184 | + li { |
| 185 | + padding: 0 0 0 15px; |
| 186 | + position: relative; |
| 187 | + } |
| 188 | + } |
| 189 | + |
| 190 | + li { |
| 191 | + margin: 0 0 @indent__xs; |
| 192 | + } |
| 193 | + |
| 194 | + .component-indicator { |
| 195 | + height: 10px; |
| 196 | + left: 0; |
| 197 | + position: absolute; |
| 198 | + top: 3px; |
| 199 | + width: 10px; |
| 200 | + } |
| 201 | +} |
| 202 | + |
| 203 | +.module-summary { |
| 204 | + white-space: nowrap; |
| 205 | +} |
| 206 | + |
| 207 | +.module-summary-title { |
| 208 | + .lib-font-size(21); |
| 209 | + margin-right: @indent__s; |
| 210 | +} |
0 commit comments