@asd20/ui 3.2.761 → 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 {
|
|
@@ -213,6 +216,9 @@ export default {
|
|
|
213
216
|
.hide-background-image {
|
|
214
217
|
order: 0;
|
|
215
218
|
}
|
|
219
|
+
img {
|
|
220
|
+
order: 0;
|
|
221
|
+
}
|
|
216
222
|
}
|
|
217
223
|
}
|
|
218
224
|
|