@c8y/style 1021.64.0 → 1021.66.0

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.64.0",
3
+ "version": "1021.66.0",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Cumulocity GmbH",
6
6
  "description": "Styles for Cumulocity IoT applications",
@@ -63,6 +63,7 @@
63
63
  .glyphicon();
64
64
  float: right;
65
65
  content: @dlt-c8y-icon-check;
66
+ font-size: 18px;
66
67
  }
67
68
  }
68
69
  color: @component-color-active;
@@ -595,6 +596,7 @@ c8y-li-drag-handle, c8y-list-item-drag-handle {
595
596
  }
596
597
 
597
598
  .c8y-list--timeline__item__date {
599
+ margin-left: 1px;
598
600
  margin-right: 40px;
599
601
  width: 64px;
600
602
  font-size: @font-size-xs;
@@ -91,11 +91,24 @@
91
91
  width: 30px;
92
92
  }
93
93
  }
94
+
94
95
  .form-inline & {
95
96
  .form-group {
96
97
  margin-right: 0;
97
98
  }
98
99
  }
100
+
101
+ .uib-time.am-pm {
102
+ width: 60px;
103
+
104
+ .btn {
105
+ height: 28px;
106
+ margin-left: 2px;
107
+ padding-top: 2px;
108
+ padding-bottom: 2px;
109
+ width: 100%;
110
+ }
111
+ }
99
112
  }
100
113
 
101
114
  // fix z-index when attached to body
@@ -26,6 +26,22 @@
26
26
  border-bottom: 1px dotted @gray-50;
27
27
  }
28
28
 
29
+ &--to-h3{
30
+ h1, h2{
31
+ margin: 0 0 1rem;
32
+ padding: 2rem 0;
33
+ border-top: 1px dotted @gray-50;
34
+ font-weight: 600;
35
+ font-size: var(--c8y-font-size-h3);
36
+ &:first-child{
37
+ border-top: 0;
38
+ }
39
+ &:not(:first-child){
40
+ margin-top: 2rem;
41
+ }
42
+ }
43
+ }
44
+
29
45
  img {
30
46
  max-width: 100%;
31
47
  height: auto;