@c8y/style 1023.82.0 → 1023.82.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": "1023.82.0",
3
+ "version": "1023.82.1",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Cumulocity GmbH",
6
6
  "description": "Styles for Cumulocity IoT applications",
@@ -343,7 +343,7 @@
343
343
  top: 0;
344
344
  right: 0;
345
345
  bottom: 0;
346
- width: @size-8;
346
+ width: @size-8!important;
347
347
  background: transparent;
348
348
  box-shadow: inset -1px 0 0 @component-brand-primary;
349
349
  opacity: 0;
@@ -344,7 +344,7 @@
344
344
  top: 0;
345
345
  right: 0;
346
346
  bottom: 0;
347
- width: $size-8;
347
+ width: $size-8!important;
348
348
  background: transparent;
349
349
  box-shadow: inset -1px 0 0 $component-brand-primary;
350
350
  opacity: 0;