@asd20/ui 3.2.780 → 3.2.781

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.780",
8
+ "version": "3.2.781",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -23,7 +23,6 @@
23
23
  :href="websiteLogoProps.logoLink ? websiteLogoProps.logoLink : ''"
24
24
  >
25
25
  <img
26
- class="optionalLogo"
27
26
  :src="
28
27
  websiteLogoProps.logoImageUrl ? websiteLogoProps.logoImageUrl : ''
29
28
  "
@@ -239,6 +238,9 @@ export default {
239
238
  // margin-left: space(1);
240
239
  max-width: 6rem;
241
240
  }
241
+ .optionalLogo a {
242
+ padding-top: 2rem;
243
+ }
242
244
  }
243
245
 
244
246
  .hours {
@@ -364,6 +366,9 @@ export default {
364
366
  display: flex;
365
367
  justify-content: space-between;
366
368
  padding-bottom: space(2);
369
+ .optionalLogo a {
370
+ padding-top: 4rem;
371
+ }
367
372
  img {
368
373
  margin-top: space(-1);
369
374
  max-width: 12rem;
@@ -91,6 +91,7 @@
91
91
  ? login.callsToAction[0].label
92
92
  : 'Login'
93
93
  "
94
+ :aria-label="`Login to ${login.title}`"
94
95
  :link="login.callsToAction[0].url || ''"
95
96
  />
96
97
  <template>