@c8y/style 1022.34.0 → 1022.35.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c8y/style",
3
- "version": "1022.34.0",
3
+ "version": "1022.35.1",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Cumulocity GmbH",
6
6
  "description": "Styles for Cumulocity IoT applications",
@@ -229,9 +229,10 @@ c8y-chart {
229
229
 
230
230
  .chart-load-more{
231
231
  position: absolute;
232
- left: 48px;
233
- right: 11px;
232
+ left: 16px;
233
+ right: 16px;
234
234
  bottom: 3px;
235
+ z-index: 20;
235
236
  }
236
237
 
237
238
  .meausurements2 c8y-measurements-icon-bar {
@@ -323,3 +324,11 @@ c8y-chart {
323
324
  right: -35px;
324
325
  }
325
326
  }
327
+
328
+ .e-charts--aggregated-datapoint{
329
+ position: absolute;
330
+ right: 17px;
331
+ bottom: 3px;
332
+ display: flex;
333
+ align-items: center;
334
+ }
@@ -1,5 +1,5 @@
1
1
  .text-emphasis-variant(@color) {
2
- color: @color;
2
+ color: @color!important;
3
3
  a&:hover,
4
4
  a&:focus {
5
5
  .brightness(0.8);