@asd20/ui 3.2.791 → 3.2.793

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.791",
8
+ "version": "3.2.793",
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: currentColor;
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;
@@ -675,7 +675,6 @@ export default {
675
675
  .asd20-salary-calculator-template {
676
676
  @include typography;
677
677
  @include template;
678
-
679
678
  display: flex;
680
679
  flex-direction: column;
681
680
  flex-grow: 1;
@@ -685,20 +684,20 @@ export default {
685
684
  .asd20-notification-group--floating {
686
685
  position: absolute;
687
686
  top: space(2);
688
- .bell {
689
- box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
690
- svg {
691
- fill: var(--color__accent) !important;
692
- }
693
- span {
694
- background: var(--color__accent) !important;
695
- top: inherit !important;
696
- right: inherit !important;
697
- width: 1.2rem !important;
698
- height: 1.2rem !important;
699
- font-size: 0.75rem !important;
700
- }
701
- }
687
+ // .bell {
688
+ // box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
689
+ // svg {
690
+ // fill: var(--color__accent) !important;
691
+ // }
692
+ // span {
693
+ // background: var(--color__accent) !important;
694
+ // top: inherit !important;
695
+ // right: inherit !important;
696
+ // width: 1.2rem !important;
697
+ // height: 1.2rem !important;
698
+ // font-size: 0.75rem !important;
699
+ // }
700
+ // }
702
701
  }
703
702
  .salary-calculator {
704
703
  margin: space(2);