@c8y/style 1021.51.1 → 1021.54.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -214,7 +214,7 @@ c8y-li-drag-handle {
214
214
  flex-shrink: 0;
215
215
  max-width: 0;
216
216
  overflow: hidden;
217
- transition: all 0.25s ease;
217
+ // transition: all 0.25s ease;
218
218
 
219
219
  c8y-li-drag-handle {
220
220
  padding: 0 !important;
@@ -230,12 +230,18 @@ c8y-li-drag-handle {
230
230
  }
231
231
  }
232
232
 
233
+ + c8y-li-checkbox{
234
+ padding-left: 0;
235
+ }
233
236
  .cdk-drag-disabled & {
234
237
  display: none;
235
238
 
236
239
  + * {
237
240
  padding-left: 0 !important;
238
241
  }
242
+ + c8y-li-checkbox {
243
+ padding-left: 16px!important;
244
+ }
239
245
  }
240
246
  }
241
247
 
@@ -249,8 +255,9 @@ c8y-li-drag-handle {
249
255
 
250
256
  .c8y-list__item:hover {
251
257
  c8y-li-drag-handle:not(:empty) {
252
- max-width: 100px;
253
- padding-left: @margin-8;
258
+ max-width: unset;
259
+ width: @margin-16;
260
+ margin-right: calc(@margin-16 * -1);
254
261
  }
255
262
  }
256
263
 
@@ -21,3 +21,10 @@
21
21
  .widget-thumbnail {
22
22
  max-width: 100%;
23
23
  }
24
+
25
+
26
+ .widget-preview{
27
+ .chart-container{
28
+ min-height: 240px;
29
+ }
30
+ }
@@ -137,6 +137,10 @@ label {
137
137
  opacity: @form-control-disabled-opacity;
138
138
  }
139
139
  }
140
+ &:has(.btn-help){
141
+ display: flex;
142
+ align-items: center;
143
+ }
140
144
  }
141
145
 
142
146
  // Normalize form controls
@@ -285,7 +289,7 @@ textarea.form-control {
285
289
  &--alarm{
286
290
  input + span{
287
291
  > i{
288
- transform: translateY(-.5px);
292
+ transform: translateY(.3px);
289
293
  }
290
294
  }
291
295
  }
@@ -25,6 +25,9 @@
25
25
  margin-bottom: 0;
26
26
  height: @form-control-height-base !important;
27
27
  min-width: 0;
28
+ &:not(:first-child) {
29
+ margin-left: -1px;
30
+ }
28
31
  }
29
32
  > .color-input {
30
33
  flex-grow: 0;
@@ -75,6 +78,7 @@
75
78
  }
76
79
 
77
80
  .form-group-sm &,
81
+ .input-group-sm &,
78
82
  &.input-sm {
79
83
  padding: @form-control-padding-small-vertical @form-control-padding-small-horizontal;
80
84
  font-size: @font-size-small;
@@ -97,9 +101,15 @@
97
101
  display: flex;
98
102
  align-items: stretch;
99
103
  max-height: @form-control-height-base;
104
+ &:not(:first-child) {
105
+ margin-left: -1px;
106
+ }
100
107
  &--last {
101
108
  margin-left: -1px;
102
109
  }
110
+ .input-group-sm &{
111
+ max-height: @form-control-height-sm;
112
+ }
103
113
  }
104
114
 
105
115
  .input-group-addon,
@@ -221,6 +231,12 @@
221
231
  border: 0;
222
232
  }
223
233
  }
234
+ &.input-group-sm{
235
+ .input-group-btn,
236
+ .input-group-addon {
237
+ height: @form-control-height-sm;
238
+ }
239
+ }
224
240
  }
225
241
 
226
242
  // Reset rounded corners
@@ -32,6 +32,14 @@ body {
32
32
  grid-column-end: -1;
33
33
  }
34
34
 
35
+ @media screen and (min-width: @screen-sm-min) {
36
+ .grid_col--auto-360{
37
+ grid-template-columns: minmax(0,9fr) 360px;
38
+ }
39
+ }
40
+
41
+
42
+
35
43
  /* Mixin that generate classes for setting three columns on a 12 column grid
36
44
  * example:
37
45
  * `grid__col-3-6-3`
@@ -79,6 +79,13 @@
79
79
  .fit-h {
80
80
  height: 100% !important;
81
81
  }
82
+
83
+ .fit-h--md{
84
+ @media (min-width: @screen-md-min){
85
+ height: 100% !important;
86
+ }
87
+ }
88
+
82
89
  .fit-h-20 {
83
90
  height: 20px !important;
84
91
  }
@@ -0,0 +1,198 @@
1
+ // dark icons
2
+ @c8y-icon-dark-aab-icon-model: "\e900";
3
+ @c8y-icon-dark-aab-icon-template-model: "\e901";
4
+ @c8y-icon-dark-accounts: "\e902";
5
+ @c8y-icon-dark-add-user: "\e903";
6
+ @c8y-icon-dark-administration: "\e904";
7
+ @c8y-icon-dark-alarm: "\e905";
8
+ @c8y-icon-dark-alert-idle: "\e906";
9
+ @c8y-icon-dark-alfabet: "\e907";
10
+ @c8y-icon-dark-analytic-model: "\e908";
11
+ @c8y-icon-dark-analytics-builder: "\e909";
12
+ @c8y-icon-dark-apama-epl: "\e90a";
13
+ @c8y-icon-dark-apama-machine-learning-workbench: "\e90b";
14
+ @c8y-icon-dark-apama-machine-learning: "\e90c";
15
+ @c8y-icon-dark-archive: "\e90d";
16
+ @c8y-icon-dark-aris: "\e90e";
17
+ @c8y-icon-dark-atom: "\e90f";
18
+ @c8y-icon-dark-book: "\e910";
19
+ @c8y-icon-dark-bookmark: "\e911";
20
+ @c8y-icon-dark-bulb: "\e912";
21
+ @c8y-icon-dark-business-rules: "\e913";
22
+ @c8y-icon-dark-c8y-c: "\e914";
23
+ @c8y-icon-dark-c8y-data: "\e915";
24
+ @c8y-icon-dark-c8y-support: "\e916";
25
+ @c8y-icon-dark-c8y: "\e917";
26
+ @c8y-icon-dark-calendar: "\e918";
27
+ @c8y-icon-dark-chart: "\e919";
28
+ @c8y-icon-dark-circle-star: "\e91a";
29
+ @c8y-icon-dark-cloud-container: "\e91b";
30
+ @c8y-icon-dark-cockpit: "\e91c";
31
+ @c8y-icon-dark-component: "\e91d";
32
+ @c8y-icon-dark-connector-in: "\e91e";
33
+ @c8y-icon-dark-connector-out: "\e91f";
34
+ @c8y-icon-dark-css: "\e920";
35
+ @c8y-icon-dark-cumulocity-iot: "\e921";
36
+ @c8y-icon-dark-data-broker: "\e922";
37
+ @c8y-icon-dark-data-explorer: "\e923";
38
+ @c8y-icon-dark-data-hub: "\e924";
39
+ @c8y-icon-dark-data-points: "\e925";
40
+ @c8y-icon-dark-design: "\e926";
41
+ @c8y-icon-dark-device-connect: "\e927";
42
+ @c8y-icon-dark-device-control: "\e928";
43
+ @c8y-icon-dark-device-management: "\e929";
44
+ @c8y-icon-dark-device-profile: "\e92a";
45
+ @c8y-icon-dark-device-protocols: "\e92b";
46
+ @c8y-icon-dark-device: "\e92c";
47
+ @c8y-icon-dark-dynamic-mapper: "\e92d";
48
+ @c8y-icon-dark-e2e-monitoring: "\e92e";
49
+ @c8y-icon-dark-energy: "\e92f";
50
+ @c8y-icon-dark-enterprise: "\e930";
51
+ @c8y-icon-dark-event-processing: "\e931";
52
+ @c8y-icon-dark-events: "\e932";
53
+ @c8y-icon-dark-fieldbus: "\e933";
54
+ @c8y-icon-dark-find-map: "\e934";
55
+ @c8y-icon-dark-firmware: "\e935";
56
+ @c8y-icon-dark-grid-off: "\e936";
57
+ @c8y-icon-dark-grid-on: "\e937";
58
+ @c8y-icon-dark-group-add: "\e938";
59
+ @c8y-icon-dark-group-open: "\e939";
60
+ @c8y-icon-dark-group-remote-inactive: "\e93a";
61
+ @c8y-icon-dark-group-remote-open: "\e93b";
62
+ @c8y-icon-dark-group-remote: "\e93c";
63
+ @c8y-icon-dark-group-smart-open: "\e93d";
64
+ @c8y-icon-dark-group-smart: "\e93e";
65
+ @c8y-icon-dark-group: "\e93f";
66
+ @c8y-icon-dark-java: "\e940";
67
+ @c8y-icon-dark-layers: "\e941";
68
+ @c8y-icon-dark-layout: "\e942";
69
+ @c8y-icon-dark-location: "\e943";
70
+ @c8y-icon-dark-machine-portal: "\e944";
71
+ @c8y-icon-dark-management: "\e945";
72
+ @c8y-icon-dark-metering: "\e946";
73
+ @c8y-icon-dark-mft: "\e947";
74
+ @c8y-icon-dark-mobile-add: "\e948";
75
+ @c8y-icon-dark-mobile-config: "\e949";
76
+ @c8y-icon-dark-modules: "\e94a";
77
+ @c8y-icon-dark-mycloud: "\e94b";
78
+ @c8y-icon-dark-notification: "\e94c";
79
+ @c8y-icon-dark-oee: "\e94d";
80
+ @c8y-icon-dark-onnx: "\e94e";
81
+ @c8y-icon-dark-overviews: "\e94f";
82
+ @c8y-icon-dark-parameters-on: "\e950";
83
+ @c8y-icon-dark-parameters: "\e951";
84
+ @c8y-icon-dark-parking: "\e952";
85
+ @c8y-icon-dark-report: "\e953";
86
+ @c8y-icon-dark-reports: "\e954";
87
+ @c8y-icon-dark-rocket: "\e955";
88
+ @c8y-icon-dark-saas: "\e956";
89
+ @c8y-icon-dark-security: "\e957";
90
+ @c8y-icon-dark-shield: "\e958";
91
+ @c8y-icon-dark-simulator: "\e959";
92
+ @c8y-icon-dark-smart-rest: "\e95a";
93
+ @c8y-icon-dark-smart-rules: "\e95b";
94
+ @c8y-icon-dark-solution-accelerator: "\e95c";
95
+ @c8y-icon-dark-streaming-analytics: "\e95d";
96
+ @c8y-icon-dark-sub-tenants: "\e95e";
97
+ @c8y-icon-dark-tenant-policies: "\e95f";
98
+ @c8y-icon-dark-tools: "\e960";
99
+ @c8y-icon-dark-tracking: "\e961";
100
+ @c8y-icon-dark-usage-statistics: "\e962";
101
+ @c8y-icon-dark-user: "\e963";
102
+ @c8y-icon-dark-users: "\e964";
103
+ @c8y-icon-dark-waste-bin: "\e965";
104
+ @c8y-icon-dark-wm-api: "\e966";
105
+ @c8y-icon-dark-wm-b2b: "\e967";
106
+ @c8y-icon-dark-wm-dynamicapps: "\e968";
107
+ @c8y-icon-dark-wm-integration: "\e969";
108
+
109
+ // light icons
110
+ @c8y-icon-light-aab-icon-model: "\e900";
111
+ @c8y-icon-light-aab-icon-template-model: "\e901";
112
+ @c8y-icon-light-accounts: "\e902";
113
+ @c8y-icon-light-add-user: "\e903";
114
+ @c8y-icon-light-administration: "\e904";
115
+ @c8y-icon-light-alarm: "\e905";
116
+ @c8y-icon-light-alert-idle: "\e906";
117
+ @c8y-icon-light-analytic-model: "\e907";
118
+ @c8y-icon-light-analytics-builder: "\e908";
119
+ @c8y-icon-light-apama-epl: "\e909";
120
+ @c8y-icon-light-apama-machine-learning-workbench: "\e90a";
121
+ @c8y-icon-light-apama-machine-learning: "\e90b";
122
+ @c8y-icon-light-archive: "\e90c";
123
+ @c8y-icon-light-atom: "\e90d";
124
+ @c8y-icon-light-book: "";
125
+ @c8y-icon-light-bulb: "\e90e";
126
+ @c8y-icon-light-business-rules: "\e90f";
127
+ @c8y-icon-light-c8y-data: "\e910";
128
+ @c8y-icon-light-c8y-support: "\e911";
129
+ @c8y-icon-light-calendar: "\e912";
130
+ @c8y-icon-light-chart: "\e913";
131
+ @c8y-icon-light-circle-star: "\e914";
132
+ @c8y-icon-light-cloud-container: "\e915";
133
+ @c8y-icon-light-cockpit: "\e916";
134
+ @c8y-icon-light-component: "\e917";
135
+ @c8y-icon-light-connector-in: "\e918";
136
+ @c8y-icon-light-connector-out: "\e919";
137
+ @c8y-icon-light-data-broker: "\e91a";
138
+ @c8y-icon-light-data-explorer: "\e91b";
139
+ @c8y-icon-light-data-hub: "\e91c";
140
+ @c8y-icon-light-data-points: "\e91d";
141
+ @c8y-icon-light-design: "\e91e";
142
+ @c8y-icon-light-device-connect: "\e91f";
143
+ @c8y-icon-light-device-control: "\e920";
144
+ @c8y-icon-light-device-management: "\e921";
145
+ @c8y-icon-light-device-profile: "\e922";
146
+ @c8y-icon-light-device-protocols: "\e923";
147
+ @c8y-icon-light-device: "\e924";
148
+ @c8y-icon-light-dynamic-mapper: "\e925";
149
+ @c8y-icon-light-energy: "\e926";
150
+ @c8y-icon-light-enterprise: "\e927";
151
+ @c8y-icon-light-event-processing: "\e928";
152
+ @c8y-icon-light-events: "\e929";
153
+ @c8y-icon-light-fieldbus: "\e92a";
154
+ @c8y-icon-light-find-map: "\e92b";
155
+ @c8y-icon-light-firmware: "\e92c";
156
+ @c8y-icon-light-grid-off: "\e92d";
157
+ @c8y-icon-light-group-add: "\e92e";
158
+ @c8y-icon-light-group-open: "\e92f";
159
+ @c8y-icon-light-group-remote-inactive: "\e930";
160
+ @c8y-icon-light-group-remote-open: "\e931";
161
+ @c8y-icon-light-group-remote: "\e932";
162
+ @c8y-icon-light-group-smart-open: "\e933";
163
+ @c8y-icon-light-group-smart: "\e934";
164
+ @c8y-icon-light-java: "\e935";
165
+ @c8y-icon-light-layers: "\e936";
166
+ @c8y-icon-light-location: "\e937";
167
+ @c8y-icon-light-machine-portal: "\e938";
168
+ @c8y-icon-light-management: "\e939";
169
+ @c8y-icon-light-metering: "\e93a";
170
+ @c8y-icon-light-mobile-add: "\e93b";
171
+ @c8y-icon-light-mobile-config: "\e93c";
172
+ @c8y-icon-light-modules: "\e93d";
173
+ @c8y-icon-light-notification: "\e93e";
174
+ @c8y-icon-light-oee: "\e93f";
175
+ @c8y-icon-light-overviews: "\e940";
176
+ @c8y-icon-light-parameters-on: "\e941";
177
+ @c8y-icon-light-parking: "\e942";
178
+ @c8y-icon-light-report: "\e943";
179
+ @c8y-icon-light-reports: "\e944";
180
+ @c8y-icon-light-rocket: "\e945";
181
+ @c8y-icon-light-saas: "\e946";
182
+ @c8y-icon-light-security: "\e947";
183
+ @c8y-icon-light-shield: "\e948";
184
+ @c8y-icon-light-simulator: "\e949";
185
+ @c8y-icon-light-smart-rest: "\e94a";
186
+ @c8y-icon-light-smart-rules: "\e94b";
187
+ @c8y-icon-light-solution-accelerator: "\e94c";
188
+ @c8y-icon-light-streaming-analytics: "\e94d";
189
+ @c8y-icon-light-sub-tenants: "\e94e";
190
+ @c8y-icon-light-tenant-policies: "\e94f";
191
+ @c8y-icon-light-tools: "\e950";
192
+ @c8y-icon-light-tracking: "\e951";
193
+ @c8y-icon-light-usage-statistics: "\e952";
194
+ @c8y-icon-light-user: "\e953";
195
+ @c8y-icon-light-users: "\e954";
196
+ @c8y-icon-light-waste-bin: "\e955";
197
+ @c8y-icon-light-wm-integration: "\e956";
198
+
@@ -14,6 +14,7 @@
14
14
  @import '_components-vars.less';
15
15
  @import '_navigator.less';
16
16
  @import '_dlt-c8y-icons-vars.less';
17
+ @import '_c8y-icon-vars.less';
17
18
 
18
19
  @import '_alert-vars.less';
19
20
  @import '_badge-vars.less';
Binary file