@asd20/ui 3.2.672 → 3.2.674

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.672",
8
+ "version": "3.2.674",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -29,11 +29,12 @@ export default {
29
29
  // text-transform: uppercase;
30
30
  color: var(--color__secondary);
31
31
  font-family: var(--website-typography__font-family-headlines);
32
- font-size: 0.875rem;
32
+ font-size: 1.1rem;
33
33
  font-weight: bold;
34
34
  padding-bottom: space(0.25);
35
35
  padding-left: space(0.125);
36
36
  flex-basis: 100%;
37
+ // border-bottom: 1px solid rgba(128, 128, 128, 0.125) !important;
37
38
  }
38
39
 
39
40
  .asd20-list-item + .asd20-list-category {
@@ -69,10 +69,12 @@ export default {
69
69
 
70
70
  .asd20-link-list.separated {
71
71
  &::v-deep .asd20-list-item:not(:first-child) {
72
- border-top: 1px solid rgba(128, 128, 128, 0.125) !important;
72
+ // border-top: 1px solid rgba(128, 128, 128, 0.125) !important;
73
+ // border-top: 1px solid rgba(128, 128, 128, 0.125) !important;
73
74
  }
74
75
  &::v-deep .asd20-list-category + .asd20-list-item {
75
- border-top: none !important;
76
+ // border-top: none !important;
77
+ // border-top: 1px solid rgba(128, 128, 128, 0.125) !important;
76
78
  }
77
79
  }
78
80
  </style>
@@ -128,6 +128,19 @@ export default {
128
128
  margin: var(--gutter);
129
129
  // max-width: space(25);
130
130
  }
131
+ &::v-deep .asd20-list-category {
132
+ border-bottom: 1px solid rgba(128, 128, 128, 0.125) !important;
133
+ }
134
+ &::v-deep .asd20-link-list.separated {
135
+ .asd20-list-item:not(:first-child) {
136
+ // border-top: 1px solid rgba(128, 128, 128, 0.125) !important;
137
+ border-top: 1px solid rgba(128, 128, 128, 0.125) !important;
138
+ }
139
+ .asd20-list-category + .asd20-list-item {
140
+ // border-top: none !important;
141
+ border-top: 1px solid rgba(128, 128, 128, 0.125) !important;
142
+ }
143
+ }
131
144
  }
132
145
 
133
146
  @media (max-width: 1023px) {
@@ -67,7 +67,7 @@
67
67
 
68
68
  <!-- Page Content -->
69
69
  <asd20-page-content
70
- :primary-messages="primaryMessages"
70
+ :primary-messages="primaryDetailMessages"
71
71
  :secondary-messages="secondaryMessages"
72
72
  omit-detail-links
73
73
  omit-calls-to-action
@@ -163,6 +163,9 @@ export default {
163
163
  Asd20QuicklinksMenu,
164
164
  Asd20MediaSection,
165
165
  },
166
+ props: {
167
+ languageCode: { type: String, default: 'en' },
168
+ },
166
169
  }
167
170
  </script>
168
171
 
@@ -201,6 +204,9 @@ export default {
201
204
  // }
202
205
  // }
203
206
  }
207
+ // .asd20-page-content h2 {
208
+ // font-size: 20.8px !important;
209
+ // }
204
210
  }
205
211
 
206
212
  @media (min-width: 1024px) {
@@ -236,9 +242,10 @@ export default {
236
242
  padding: space(2) space(2) 0 0;
237
243
  background: none;
238
244
  }
239
- }
240
- .primary-messaging-section {
241
- max-width: 50vw;
245
+ .primary-messaging-section {
246
+ display: block;
247
+ max-width: 50vw;
248
+ }
242
249
  }
243
250
  }
244
251
  }