File tree Expand file tree Collapse file tree 1 file changed +8
-16
lines changed Expand file tree Collapse file tree 1 file changed +8
-16
lines changed Original file line number Diff line number Diff line change @@ -202,10 +202,14 @@ defineExpose({
202
202
}
203
203
}
204
204
205
- & --top-right ,
205
+ & --top-left ,
206
206
& --top-center ,
207
- & --top-left {
207
+ & --top-right {
208
208
@apply top-8;
209
+
210
+ .notify-group__container {
211
+ @apply justify-start flex-col-reverse space-y-reverse;
212
+ }
209
213
}
210
214
211
215
& --top-right ,
@@ -218,23 +222,11 @@ defineExpose({
218
222
@apply left-8;
219
223
}
220
224
221
- & --bottom-center ,
222
- & --bottom-right ,
223
- & --bottom-left {
224
- @apply bottom-8;
225
- }
226
-
227
- & --top-left ,
228
- & --top-center ,
229
- & --top-right {
230
- .notify-group__container {
231
- @apply justify-start flex-col-reverse space-y-reverse;
232
- }
233
- }
234
-
235
225
& --bottom-left ,
236
226
& --bottom-center ,
237
227
& --bottom-right {
228
+ @apply bottom-8;
229
+
238
230
.notify-group__container {
239
231
@apply justify-end flex-col;
240
232
}
You can’t perform that action at this time.
0 commit comments