@asd20/ui 3.2.760 → 3.2.761
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
|
@@ -199,7 +199,7 @@ export default {
|
|
|
199
199
|
@media (min-width: 600px) {
|
|
200
200
|
.asd20-video-header {
|
|
201
201
|
.hide-background-image {
|
|
202
|
-
order:
|
|
202
|
+
order: 2;
|
|
203
203
|
}
|
|
204
204
|
}
|
|
205
205
|
}
|
|
@@ -210,6 +210,9 @@ export default {
|
|
|
210
210
|
position: absolute;
|
|
211
211
|
padding: space(0.5) space(0);
|
|
212
212
|
}
|
|
213
|
+
.hide-background-image {
|
|
214
|
+
order: 0;
|
|
215
|
+
}
|
|
213
216
|
}
|
|
214
217
|
}
|
|
215
218
|
|