@beacon-interactive-systems-llc/beacon-platform-ui 0.0.6 → 0.0.7

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": "@beacon-interactive-systems-llc/beacon-platform-ui",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0",
6
6
  "@angular/core": "^14.0.0",
@@ -2,6 +2,7 @@ $form-element-bottom-border-color: #566FA8;
2
2
  $form-element-border-color: #A09F9F;
3
3
  $form-invalid-color: $platform-red-700;
4
4
 
5
+
5
6
  .form {
6
7
  .form__group {
7
8
  &--invalid {
@@ -158,7 +158,7 @@ $detail-view-width: calc(100vw - 212px - 315px);
158
158
  overflow-y: scroll;
159
159
  }
160
160
 
161
- .connex-link {
161
+ .platform-link {
162
162
  @include font-weight--semibold;
163
163
  color: $platform-blue-500;
164
164
 
@@ -195,9 +195,13 @@ $icon-container-width: 50px;
195
195
  opacity: 1.0;
196
196
  }
197
197
  }
198
+ }
198
199
 
199
- a.disabled {
200
- opacity: 0.4;
201
- }
200
+ .brand-icon img {
201
+ padding: 1px;
202
+ }
203
+
204
+ a.disabled {
205
+ opacity: 0.4;
202
206
  }
203
207
  }