@asd20/ui 3.2.760 → 3.2.762
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
|
@@ -117,6 +117,9 @@ export default {
|
|
|
117
117
|
justify-content: space-between;
|
|
118
118
|
align-items: center;
|
|
119
119
|
margin: 0 0.5rem;
|
|
120
|
+
img {
|
|
121
|
+
order: 2;
|
|
122
|
+
}
|
|
120
123
|
|
|
121
124
|
& ::v-deep .notification-group--status {
|
|
122
125
|
.asd20-notification {
|
|
@@ -199,7 +202,7 @@ export default {
|
|
|
199
202
|
@media (min-width: 600px) {
|
|
200
203
|
.asd20-video-header {
|
|
201
204
|
.hide-background-image {
|
|
202
|
-
order:
|
|
205
|
+
order: 2;
|
|
203
206
|
}
|
|
204
207
|
}
|
|
205
208
|
}
|
|
@@ -210,6 +213,12 @@ export default {
|
|
|
210
213
|
position: absolute;
|
|
211
214
|
padding: space(0.5) space(0);
|
|
212
215
|
}
|
|
216
|
+
.hide-background-image {
|
|
217
|
+
order: 0;
|
|
218
|
+
}
|
|
219
|
+
img {
|
|
220
|
+
order: 0;
|
|
221
|
+
}
|
|
213
222
|
}
|
|
214
223
|
}
|
|
215
224
|
|