@asd20/ui 3.2.761 → 3.2.763

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.761",
8
+ "version": "3.2.763",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -100,6 +100,7 @@ export default {
100
100
  width: 100%;
101
101
  z-index: -1;
102
102
  object-fit: cover;
103
+ order: 2;
103
104
  }
104
105
  & ::v-deep .notification-group--status .notifications {
105
106
  padding: 0.1875em;
@@ -117,7 +118,6 @@ export default {
117
118
  justify-content: space-between;
118
119
  align-items: center;
119
120
  margin: 0 0.5rem;
120
-
121
121
  & ::v-deep .notification-group--status {
122
122
  .asd20-notification {
123
123
  margin: 0;
@@ -126,7 +126,6 @@ export default {
126
126
  flex-direction: row;
127
127
  }
128
128
  }
129
-
130
129
  & ::v-deep .notification-group--floating {
131
130
  margin-right: 0;
132
131
  }
@@ -210,6 +209,9 @@ export default {
210
209
  position: absolute;
211
210
  padding: space(0.5) space(0);
212
211
  }
212
+ .background-image {
213
+ order: 0;
214
+ }
213
215
  .hide-background-image {
214
216
  order: 0;
215
217
  }