@asd20/ui 3.2.799 → 3.2.800

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.799",
8
+ "version": "3.2.800",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -59,7 +59,7 @@ export default {
59
59
  align-items: center;
60
60
  justify-content: flex-start;
61
61
  text-decoration: none;
62
- color: var(--website-header__foreground-color) !important;
62
+ color: var(--website-header__foreground-color);
63
63
  white-space: nowrap;
64
64
  min-height: 45px;
65
65
  padding: 0 space(0.25) 0 0;
@@ -286,10 +286,12 @@ export default {
286
286
  justify-content: space-between;
287
287
  align-self: center;
288
288
  flex-direction: column;
289
- .asd20-breadcrumb,
290
- .back {
291
- color: rgb(235, 235, 235) !important;
289
+ .back,
290
+ .asd20-breadcrumb {
292
291
  order: 2;
292
+ &::v-deep .asd20-button__label {
293
+ color: rgb(235, 235, 235) !important;
294
+ }
293
295
  }
294
296
  .right {
295
297
  display: flex;
@@ -28,7 +28,7 @@
28
28
 
29
29
  <!-- Page Header -->
30
30
  <asd20-image-header
31
- id="page-header"
31
+ id="image-header"
32
32
  v-show="pageHeaderContent"
33
33
  v-bind="pageHeaderContent"
34
34
  :organization="organization"