@asd20/ui 3.2.780 → 3.2.782
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
|
@@ -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,10 @@ export default {
|
|
|
239
238
|
// margin-left: space(1);
|
|
240
239
|
max-width: 6rem;
|
|
241
240
|
}
|
|
241
|
+
.optionalLogo a {
|
|
242
|
+
display: block;
|
|
243
|
+
height: max-content;
|
|
244
|
+
}
|
|
242
245
|
}
|
|
243
246
|
|
|
244
247
|
.hours {
|
|
@@ -364,8 +367,12 @@ export default {
|
|
|
364
367
|
display: flex;
|
|
365
368
|
justify-content: space-between;
|
|
366
369
|
padding-bottom: space(2);
|
|
370
|
+
.optionalLogo a {
|
|
371
|
+
display: block;
|
|
372
|
+
height: max-content;
|
|
373
|
+
}
|
|
367
374
|
img {
|
|
368
|
-
margin-top: space(-1);
|
|
375
|
+
// margin-top: space(-1);
|
|
369
376
|
max-width: 12rem;
|
|
370
377
|
max-height: 6rem;
|
|
371
378
|
}
|