@c8y/style 1024.2.4 → 1024.5.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
|
@@ -598,12 +598,6 @@ c8y-search-input.input-group-sm {
|
|
|
598
598
|
}
|
|
599
599
|
}
|
|
600
600
|
}
|
|
601
|
-
&.input-group-editable--no-actions {
|
|
602
|
-
.form-control.ng-dirty {
|
|
603
|
-
padding-right: $form-control-padding-base-horizontal !important;
|
|
604
|
-
border-radius: $form-control-border-radius;
|
|
605
|
-
}
|
|
606
|
-
}
|
|
607
601
|
&.input-group-sm,
|
|
608
602
|
.form-group-sm & {
|
|
609
603
|
.form-control.ng-dirty{
|
|
@@ -661,6 +655,12 @@ c8y-search-input.input-group-sm {
|
|
|
661
655
|
line-height: $form-control-height-lg;
|
|
662
656
|
}
|
|
663
657
|
}
|
|
658
|
+
&.input-group-editable--no-actions {
|
|
659
|
+
.form-control.ng-dirty {
|
|
660
|
+
padding-right: $form-control-padding-base-horizontal !important;
|
|
661
|
+
border-radius: $form-control-border-radius;
|
|
662
|
+
}
|
|
663
|
+
}
|
|
664
664
|
}
|
|
665
665
|
|
|
666
666
|
// Sizing options
|
|
@@ -53,6 +53,12 @@ body.c8y-grid-dashboard > .card.card-dashboard.cdk-drag-preview {
|
|
|
53
53
|
display: block;
|
|
54
54
|
width: 100%;
|
|
55
55
|
min-height: calc(100vh - 210px);
|
|
56
|
+
&.dashboard-preview-slot{
|
|
57
|
+
min-height: calc(100vh - 632px);
|
|
58
|
+
.dashboard-grid-child{
|
|
59
|
+
height: 100%!important;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
56
62
|
}
|
|
57
63
|
|
|
58
64
|
.dashboard-grid-child {
|
|
@@ -304,10 +310,10 @@ body fieldset > .dashboard-preview-slot {
|
|
|
304
310
|
}
|
|
305
311
|
|
|
306
312
|
// title hidden
|
|
307
|
-
.card.card-dashboard {
|
|
313
|
+
.ui-draggable-disabled >.card.card-dashboard {
|
|
308
314
|
.panel-title-hidden &,
|
|
309
315
|
.dashboard-preview-slot.panel-title-hidden,
|
|
310
|
-
&.panel-title-hidden
|
|
316
|
+
&.panel-title-hidden{
|
|
311
317
|
.card-header-actions {
|
|
312
318
|
position: absolute;
|
|
313
319
|
z-index: 10;
|
|
@@ -359,10 +365,10 @@ body fieldset > .dashboard-preview-slot {
|
|
|
359
365
|
}
|
|
360
366
|
|
|
361
367
|
// title overlay
|
|
362
|
-
.card.card-dashboard {
|
|
368
|
+
.ui-draggable-disabled > .card.card-dashboard {
|
|
363
369
|
.panel-title-overlay &,
|
|
364
370
|
.dashboard-preview-slot.panel-title-overlay &,
|
|
365
|
-
&.panel-title-overlay
|
|
371
|
+
&.panel-title-overlay {
|
|
366
372
|
.card-header-actions {
|
|
367
373
|
position: absolute;
|
|
368
374
|
z-index: 10;
|
|
@@ -568,6 +574,7 @@ body fieldset > .dashboard-preview-slot {
|
|
|
568
574
|
.toggle-countdown{
|
|
569
575
|
border-top-left-radius: 16px!important;
|
|
570
576
|
border-bottom-left-radius: 16px!important;
|
|
577
|
+
border: 0;
|
|
571
578
|
}
|
|
572
579
|
}
|
|
573
580
|
}
|