@asd20/ui 3.2.710 → 3.2.712

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.710",
8
+ "version": "3.2.712",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -208,7 +208,13 @@ export default {
208
208
 
209
209
  .message-image {
210
210
  position: relative;
211
- margin: 0 0 0 1rem;
211
+ padding-top: 0.5rem;
212
+ padding-right: space(1);
213
+ margin: 0;
214
+ img {
215
+ width: 15vw;
216
+ height: 15vw;
217
+ }
212
218
  }
213
219
  }
214
220
  }
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div class="asd20-list-category">
2
+ <div class="asd20-list-category" v-if="label">
3
3
  <div class="asd20-list-category__label" v-html="label"></div>
4
4
  <asd20-badge v-if="badge" :value="badge" />
5
5
  </div>
@@ -159,6 +159,7 @@ export default {
159
159
  margin-top: 0;
160
160
  img {
161
161
  height: auto;
162
+ margin-left: space(1);
162
163
  }
163
164
  }
164
165
  &::v-deep .asd20-messaging__content {
@@ -124,7 +124,10 @@ export default {
124
124
 
125
125
  .asd20-widgets-section {
126
126
  &::v-deep .asd20-list__header {
127
- border-bottom: 2px solid rgba(128, 128, 128, 0.1) !important;
127
+ border-bottom: 2px solid var(--website-icon__fill-color) !important;
128
+ }
129
+ &::v-deep .asd20-list-category {
130
+ border-bottom: 1px solid #d9d9d9 !important;
128
131
  }
129
132
  .related-links-wide {
130
133
  margin-bottom: space(2);
@@ -179,11 +182,11 @@ export default {
179
182
  }
180
183
  }
181
184
 
182
- .relatedDepartment,
183
- .relatedPeople,
184
- .relatedPages {
185
- max-width: 50vw;
186
- }
185
+ // .relatedDepartment,
186
+ // .relatedPeople,
187
+ // .relatedPages {
188
+ // max-width: 50vw;
189
+ // }
187
190
  }
188
191
  }
189
192
  </style>
@@ -14,7 +14,7 @@
14
14
  // background-image: var(--website-texture__default);
15
15
  // background-position-y: top;
16
16
 
17
- padding-top: space(0.5);
17
+ padding: space(0.5);
18
18
  }
19
19
  main .asd20-widgets-section {
20
20
  // margin-bottom: space(-1);