@beacon-interactive-systems-llc/beacon-platform-ui 19.0.8 → 19.0.10
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 +1 -1
- package/styles/_gridstack.scss +1 -0
- package/styles/_layout.scss +16 -13
- package/styles/_widgets.scss +2 -3
package/package.json
CHANGED
package/styles/_gridstack.scss
CHANGED
package/styles/_layout.scss
CHANGED
|
@@ -347,19 +347,6 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
|
|
|
347
347
|
.pending-request-warning {
|
|
348
348
|
position: relative;
|
|
349
349
|
top: 12px;
|
|
350
|
-
font-size: 14px !important;
|
|
351
|
-
font-weight: bold !important;
|
|
352
|
-
margin-top: 0px !important;
|
|
353
|
-
div {
|
|
354
|
-
display: flex;
|
|
355
|
-
align-items: center;
|
|
356
|
-
mat-icon {
|
|
357
|
-
height: 16px;
|
|
358
|
-
width: 16px;
|
|
359
|
-
font-size: 16px !important;
|
|
360
|
-
margin-right: 4px !important;
|
|
361
|
-
}
|
|
362
|
-
}
|
|
363
350
|
}
|
|
364
351
|
}
|
|
365
352
|
|
|
@@ -586,3 +573,19 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
|
|
|
586
573
|
.drawer__body.search__drawer {
|
|
587
574
|
transition: all 0.5s ease-in-out;
|
|
588
575
|
}
|
|
576
|
+
|
|
577
|
+
.pending-request-warning {
|
|
578
|
+
font-size: 14px !important;
|
|
579
|
+
@include font-weight--bold;
|
|
580
|
+
margin-top: 0px !important;
|
|
581
|
+
div {
|
|
582
|
+
display: flex;
|
|
583
|
+
align-items: center;
|
|
584
|
+
mat-icon {
|
|
585
|
+
height: 16px;
|
|
586
|
+
width: 16px;
|
|
587
|
+
font-size: 16px !important;
|
|
588
|
+
margin: 0px 4px 2px 0px !important;
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
}
|
package/styles/_widgets.scss
CHANGED
|
@@ -327,8 +327,8 @@ $platform_widget_contrasts: (
|
|
|
327
327
|
}
|
|
328
328
|
|
|
329
329
|
&.pie-chart-widget {
|
|
330
|
-
height:
|
|
331
|
-
width:
|
|
330
|
+
height: 400px;
|
|
331
|
+
width: 100%;
|
|
332
332
|
|
|
333
333
|
.filter-container {
|
|
334
334
|
.ng-value-container {
|
|
@@ -399,7 +399,6 @@ $platform_widget_contrasts: (
|
|
|
399
399
|
|
|
400
400
|
.donut-center-text {
|
|
401
401
|
position: absolute;
|
|
402
|
-
left: 128px;
|
|
403
402
|
top: 78px;
|
|
404
403
|
}
|
|
405
404
|
}
|