@@ -212,7 +212,7 @@ each(@colors, {
212
212
.ui.@{color} .elastic.loader.loader :before ,
213
213
.ui.@{color} .basic.elastic.loading.button :before ,
214
214
.ui.@{color} .basic.elastic.loading.button :after ,
215
- .ui.@{color} .elastic.loading.loading.loading :not (.segment ):before ,
215
+ .ui.@{color} .elastic.loading.loading.loading :not (.segment ):not ( .card ) : before ,
216
216
.ui.@{color} .elastic.loading.loading.loading .input > i .icon :before ,
217
217
.ui.@{color} .elastic.loading.loading.loading.loading > i .icon :before ,
218
218
.ui.@{color} .loading.loading.loading.loading :not (.usual ):not (.button ):after ,
@@ -222,7 +222,7 @@ each(@colors, {
222
222
color : @c ;
223
223
}
224
224
.ui.inverted.@{color} .elastic.loader :before ,
225
- .ui.inverted.@{color} .elastic.loading.loading.loading :not (.segment ):before ,
225
+ .ui.inverted.@{color} .elastic.loading.loading.loading :not (.segment ):not ( .card ) : before ,
226
226
.ui.inverted.@{color} .elastic.loading.loading.loading .input > i .icon :before ,
227
227
.ui.inverted.@{color} .elastic.loading.loading.loading > i .icon :before ,
228
228
.ui.inverted.@{color} .loading.loading.loading.loading :not (.usual ):after ,
@@ -295,11 +295,13 @@ each(@colors, {
295
295
.ui.loader.loader.loader.loader.loader.loader :not (.double ):after {
296
296
border-bottom-color : transparent ;
297
297
}
298
+ .ui.loading.loading.loading.loading.loading.loading.card :after ,
298
299
.ui.loading.loading.loading.loading.loading.loading.segment :after ,
299
300
.ui.loading.loading.loading.loading.loading.loading.form :after {
300
301
border-left-color :@loaderFillColor ;
301
302
border-right-color :@loaderFillColor ;
302
303
}
304
+ .ui.loading.loading.loading.loading.loading.loading.card :not (.double ):after ,
303
305
.ui.loading.loading.loading.loading.loading.loading.segment :not (.double ):after ,
304
306
.ui.loading.loading.loading.loading.loading.loading.form :not (.double ):after {
305
307
border-bottom-color : @loaderFillColor ;
@@ -316,14 +318,14 @@ each(@colors, {
316
318
.ui.inverted.dimmer > .ui.elastic.loader {
317
319
color : @loaderLineColor ;
318
320
}
319
- .ui.elastic.loading.loading :not (.form ):not (.segment ):after ,
321
+ .ui.elastic.loading.loading :not (.form ):not (.segment ):not ( .card ) : after ,
320
322
.ui.elastic.loading.loading .input > i .icon :after ,
321
323
.ui.elastic.loading.loading > i .icon :after ,
322
324
.ui.elastic.loader.loader :after {
323
325
animation : loader 1s infinite cubic-bezier (.27 , 1.05 , .92 , .61 );
324
326
animation-delay : 0.3s ;
325
327
}
326
- .ui.elastic.loading.loading.loading :not (.form ):not (.segment ):before ,
328
+ .ui.elastic.loading.loading.loading :not (.form ):not (.segment ):not ( .card ) : before ,
327
329
.ui.elastic.loading.loading.loading .input > i .icon :before ,
328
330
.ui.elastic.loading.loading.loading > i .icon :before ,
329
331
.ui.elastic.loader.loader :before {
@@ -337,27 +339,27 @@ each(@colors, {
337
339
}
338
340
}
339
341
& when (@variationLoaderSpeeds ) {
340
- .ui.slow.elastic.loading.loading :not (.form ):not (.segment ):after ,
342
+ .ui.slow.elastic.loading.loading :not (.form ):not (.segment ):not ( .card ) : after ,
341
343
.ui.slow.elastic.loading.loading .input > i .icon :after ,
342
344
.ui.slow.elastic.loading.loading > i .icon :after ,
343
345
.ui.slow.elastic.loader.loader :after {
344
346
animation-duration : 1.5s ;
345
347
animation-delay : 0.45s ;
346
348
}
347
- .ui.slow.elastic.loading.loading.loading :not (.form ):not (.segment ):before ,
349
+ .ui.slow.elastic.loading.loading.loading :not (.form ):not (.segment ):not ( .card ) : before ,
348
350
.ui.slow.elastic.loading.loading.loading .input > i .icon :before ,
349
351
.ui.slow.elastic.loading.loading.loading > i .icon :before ,
350
352
.ui.slow.elastic.loader.loader :before {
351
353
animation-duration : 1.5s ;
352
354
}
353
- .ui.fast.elastic.loading.loading :not (.form ):not (.segment ):after ,
355
+ .ui.fast.elastic.loading.loading :not (.form ):not (.segment ):not ( .card ) : after ,
354
356
.ui.fast.elastic.loading.loading .input > i .icon :after ,
355
357
.ui.fast.elastic.loading.loading > i .icon :after ,
356
358
.ui.fast.elastic.loader.loader :after {
357
359
animation-duration : 0.66s ;
358
360
animation-delay : 0.20s ;
359
361
}
360
- .ui.fast.elastic.loading.loading.loading :not (.form ):not (.segment ):before ,
362
+ .ui.fast.elastic.loading.loading.loading :not (.form ):not (.segment ):not ( .card ) : before ,
361
363
.ui.fast.elastic.loading.loading.loading .input > i .icon :before ,
362
364
.ui.fast.elastic.loading.loading.loading > i .icon :before ,
363
365
.ui.fast.elastic.loader.loader :before {
0 commit comments