@asd20/ui 3.2.553 → 3.2.554
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
|
@@ -244,9 +244,6 @@ export default {
|
|
|
244
244
|
top: inherit;
|
|
245
245
|
bottom: 0%;
|
|
246
246
|
}
|
|
247
|
-
.asd20-secondary-header {
|
|
248
|
-
background-attachment: fixed !important;
|
|
249
|
-
}
|
|
250
247
|
}
|
|
251
248
|
}
|
|
252
249
|
|
|
@@ -288,5 +285,8 @@ export default {
|
|
|
288
285
|
}
|
|
289
286
|
}
|
|
290
287
|
}
|
|
288
|
+
.asd20-secondary-header {
|
|
289
|
+
background-attachment: fixed !important;
|
|
290
|
+
}
|
|
291
291
|
}
|
|
292
292
|
</style>
|