@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
|
@@ -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;
|