@asd20/ui 3.2.762 → 3.2.764
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
|
@@ -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,10 +118,6 @@ export default {
|
|
|
117
118
|
justify-content: space-between;
|
|
118
119
|
align-items: center;
|
|
119
120
|
margin: 0 0.5rem;
|
|
120
|
-
img {
|
|
121
|
-
order: 2;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
121
|
& ::v-deep .notification-group--status {
|
|
125
122
|
.asd20-notification {
|
|
126
123
|
margin: 0;
|
|
@@ -129,7 +126,6 @@ export default {
|
|
|
129
126
|
flex-direction: row;
|
|
130
127
|
}
|
|
131
128
|
}
|
|
132
|
-
|
|
133
129
|
& ::v-deep .notification-group--floating {
|
|
134
130
|
margin-right: 0;
|
|
135
131
|
}
|
|
@@ -213,10 +209,10 @@ export default {
|
|
|
213
209
|
position: absolute;
|
|
214
210
|
padding: space(0.5) space(0);
|
|
215
211
|
}
|
|
216
|
-
.
|
|
212
|
+
.background-image {
|
|
217
213
|
order: 0;
|
|
218
214
|
}
|
|
219
|
-
|
|
215
|
+
.hide-background-image {
|
|
220
216
|
order: 0;
|
|
221
217
|
}
|
|
222
218
|
}
|