@c8y/style 1023.58.3 → 1023.61.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
|
@@ -266,7 +266,7 @@ button.list-group-item {
|
|
|
266
266
|
flex-flow: row nowrap;
|
|
267
267
|
order: 10000; //ensure it is the last item on the right
|
|
268
268
|
margin: calc(@size-base * -1 + 2px) calc(@component-padding * -1) calc(@size-base * -1 + 2px)
|
|
269
|
-
|
|
269
|
+
0;
|
|
270
270
|
text-align: right;
|
|
271
271
|
.btn + .btn {
|
|
272
272
|
margin: 0;
|
|
@@ -950,7 +950,7 @@ label.editable {
|
|
|
950
950
|
margin-top: 0.9rem;
|
|
951
951
|
color: @component-brand-primary;
|
|
952
952
|
content: @dlt-c8y-icon-pencil;
|
|
953
|
-
|
|
953
|
+
&:has(.input-sm) {
|
|
954
954
|
margin-top: 0.6rem;
|
|
955
955
|
}
|
|
956
956
|
}
|
|
@@ -1060,7 +1060,7 @@ label.editable {
|
|
|
1060
1060
|
+ .form-group, + .btn {
|
|
1061
1061
|
margin-left: @size-8;
|
|
1062
1062
|
}
|
|
1063
|
-
|
|
1063
|
+
|
|
1064
1064
|
}
|
|
1065
1065
|
|
|
1066
1066
|
label {
|
|
@@ -411,11 +411,8 @@ body fieldset > .dashboard-preview-slot {
|
|
|
411
411
|
cursor: forbidden;
|
|
412
412
|
}
|
|
413
413
|
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
414
|
// data-grid--custom-column-header- styles
|
|
418
|
-
.dashboard-preview-slot,
|
|
415
|
+
.dashboard-preview-slot,
|
|
419
416
|
.card-dashboard{
|
|
420
417
|
.table-data-grid-header > .h4{
|
|
421
418
|
display: none;
|
|
@@ -429,4 +426,3 @@ body fieldset > .dashboard-preview-slot {
|
|
|
429
426
|
}
|
|
430
427
|
}
|
|
431
428
|
}
|
|
432
|
-
|