@beacon-interactive-systems-llc/beacon-platform-ui 19.0.9 → 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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/styles/_layout.scss +16 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beacon-interactive-systems-llc/beacon-platform-ui",
3
- "version": "19.0.9",
3
+ "version": "19.0.10",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.14",
6
6
  "@angular/core": "^19.2.14",
@@ -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
+ }