@c8y/style 1021.22.120 → 1021.22.123

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": "1021.22.120",
3
+ "version": "1021.22.123",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Cumulocity GmbH",
6
6
  "description": "Styles for Cumulocity IoT applications",
@@ -362,6 +362,10 @@
362
362
  font-weight: 500;
363
363
  }
364
364
 
365
+ .dropdown{
366
+ min-width: unset;
367
+ }
368
+
365
369
  @media (max-width: @screen-xs-max) {
366
370
  flex-wrap: wrap;
367
371
  padding: @component-padding;
@@ -28,6 +28,10 @@
28
28
 
29
29
  .boxShadowHelper(md);
30
30
 
31
+ .sticky-bottom {
32
+ background-color: var(--c8y-dropdown-background-default, var(--c8y-component-background-default, var(--c8y-root-component-background-default)))
33
+ }
34
+
31
35
  &--date-range {
32
36
  min-width: 240px;
33
37
  c8y-wrapper-form-field > .form-group {