@asd20/ui 3.2.929 → 3.2.931
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
|
@@ -335,7 +335,7 @@ export default {
|
|
|
335
335
|
background-repeat: no-repeat;
|
|
336
336
|
background-size: cover;
|
|
337
337
|
background-position: 10%;
|
|
338
|
-
box-shadow: 0px 0px 0px 4000px rgba(0, 22, 100, 0.
|
|
338
|
+
box-shadow: 0px 0px 0px 4000px rgba(0, 22, 100, 0.6) inset;
|
|
339
339
|
}
|
|
340
340
|
|
|
341
341
|
@media (min-width: 768px) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<
|
|
2
|
+
<div class="asd20-template-profile">
|
|
3
3
|
<!-- Skip Nav -->
|
|
4
4
|
<asd20-skip-to />
|
|
5
5
|
|
|
@@ -352,7 +352,7 @@
|
|
|
352
352
|
>
|
|
353
353
|
<slot name="page-footer" />
|
|
354
354
|
</asd20-page-footer>
|
|
355
|
-
</
|
|
355
|
+
</div>
|
|
356
356
|
</template>
|
|
357
357
|
|
|
358
358
|
<script>
|