@@ -132,48 +132,48 @@ block view
132
132
.col-md-6
133
133
.card
134
134
.card-header
135
- | Switch outline alternative
135
+ | Switch opposite
136
136
.card-body
137
- label.c-switch.c-switch-outline -primary-alt
137
+ label.c-switch.c-switch-opposite -primary
138
138
input.c-switch-input ( type ='checkbox' , checked ='' )
139
139
span.c-switch-slider
140
- label.c-switch.c-switch-outline -secondary-alt
140
+ label.c-switch.c-switch-opposite -secondary
141
141
input.c-switch-input ( type ='checkbox' , checked ='' )
142
142
span.c-switch-slider
143
- label.c-switch.c-switch-outline -success-alt
143
+ label.c-switch.c-switch-opposite -success
144
144
input.c-switch-input ( type ='checkbox' , checked ='' )
145
145
span.c-switch-slider
146
- label.c-switch.c-switch-outline -warning-alt
146
+ label.c-switch.c-switch-opposite -warning
147
147
input.c-switch-input ( type ='checkbox' , checked ='' )
148
148
span.c-switch-slider
149
- label.c-switch.c-switch-outline -info-alt
149
+ label.c-switch.c-switch-opposite -info
150
150
input.c-switch-input ( type ='checkbox' , checked ='' )
151
151
span.c-switch-slider
152
- label.c-switch.c-switch-outline -danger-alt
152
+ label.c-switch.c-switch-opposite -danger
153
153
input.c-switch-input ( type ='checkbox' , checked ='' )
154
154
span.c-switch-slider
155
155
// /.col
156
156
.col-md-6
157
157
.card
158
158
.card-header
159
- | Switch outline alternative - pills
159
+ | Switch opposite - pills
160
160
.card-body
161
- label.c-switch.c-switch-pill.c-switch-outline -primary-alt
161
+ label.c-switch.c-switch-pill.c-switch-opposite -primary
162
162
input.c-switch-input ( type ='checkbox' , checked ='' )
163
163
span.c-switch-slider
164
- label.c-switch.c-switch-pill.c-switch-outline -secondary-alt
164
+ label.c-switch.c-switch-pill.c-switch-opposite -secondary
165
165
input.c-switch-input ( type ='checkbox' , checked ='' )
166
166
span.c-switch-slider
167
- label.c-switch.c-switch-pill.c-switch-outline -success-alt
167
+ label.c-switch.c-switch-pill.c-switch-opposite -success
168
168
input.c-switch-input ( type ='checkbox' , checked ='' )
169
169
span.c-switch-slider
170
- label.c-switch.c-switch-pill.c-switch-outline -warning-alt
170
+ label.c-switch.c-switch-pill.c-switch-opposite -warning
171
171
input.c-switch-input ( type ='checkbox' , checked ='' )
172
172
span.c-switch-slider
173
- label.c-switch.c-switch-pill.c-switch-outline -info-alt
173
+ label.c-switch.c-switch-pill.c-switch-opposite -info
174
174
input.c-switch-input ( type ='checkbox' , checked ='' )
175
175
span.c-switch-slider
176
- label.c-switch.c-switch-pill.c-switch-outline -danger-alt
176
+ label.c-switch.c-switch-pill.c-switch-opposite -danger
177
177
input.c-switch-input ( type ='checkbox' , checked ='' )
178
178
span.c-switch-slider
179
179
// /.col
@@ -276,48 +276,48 @@ block view
276
276
.col-md-6
277
277
.card
278
278
.card-header
279
- | Switch with text outline alternative
279
+ | Switch with text opposite
280
280
.card-body
281
- label.c-switch.c-switch-label.c-switch-outline -primary-alt
281
+ label.c-switch.c-switch-label.c-switch-opposite -primary
282
282
input.c-switch-input ( type ='checkbox' , checked ='' )
283
283
span.c-switch-slider ( data-checked ='On' , data-unchecked ='Off' )
284
- label.c-switch.c-switch-label.c-switch-outline -secondary-alt
284
+ label.c-switch.c-switch-label.c-switch-opposite -secondary
285
285
input.c-switch-input ( type ='checkbox' , checked ='' )
286
286
span.c-switch-slider ( data-checked ='On' , data-unchecked ='Off' )
287
- label.c-switch.c-switch-label.c-switch-outline -success-alt
287
+ label.c-switch.c-switch-label.c-switch-opposite -success
288
288
input.c-switch-input ( type ='checkbox' , checked ='' )
289
289
span.c-switch-slider ( data-checked ='On' , data-unchecked ='Off' )
290
- label.c-switch.c-switch-label.c-switch-outline -warning-alt
290
+ label.c-switch.c-switch-label.c-switch-opposite -warning
291
291
input.c-switch-input ( type ='checkbox' , checked ='' )
292
292
span.c-switch-slider ( data-checked ='On' , data-unchecked ='Off' )
293
- label.c-switch.c-switch-label.c-switch-outline -info-alt
293
+ label.c-switch.c-switch-label.c-switch-opposite -info
294
294
input.c-switch-input ( type ='checkbox' , checked ='' )
295
295
span.c-switch-slider ( data-checked ='On' , data-unchecked ='Off' )
296
- label.c-switch.c-switch-label.c-switch-outline -danger-alt
296
+ label.c-switch.c-switch-label.c-switch-opposite -danger
297
297
input.c-switch-input ( type ='checkbox' , checked ='' )
298
298
span.c-switch-slider ( data-checked ='On' , data-unchecked ='Off' )
299
299
// /.col
300
300
.col-md-6
301
301
.card
302
302
.card-header
303
- | Switch with text outline alternative - pills
303
+ | Switch with text opposite - pills
304
304
.card-body
305
- label.c-switch.c-switch-label.c-switch-pill.c-switch-outline -primary-alt
305
+ label.c-switch.c-switch-label.c-switch-pill.c-switch-opposite -primary
306
306
input.c-switch-input ( type ='checkbox' , checked ='' )
307
307
span.c-switch-slider ( data-checked ='On' , data-unchecked ='Off' )
308
- label.c-switch.c-switch-label.c-switch-pill.c-switch-outline -secondary-alt
308
+ label.c-switch.c-switch-label.c-switch-pill.c-switch-opposite -secondary
309
309
input.c-switch-input ( type ='checkbox' , checked ='' )
310
310
span.c-switch-slider ( data-checked ='On' , data-unchecked ='Off' )
311
- label.c-switch.c-switch-label.c-switch-pill.c-switch-outline -success-alt
311
+ label.c-switch.c-switch-label.c-switch-pill.c-switch-opposite -success
312
312
input.c-switch-input ( type ='checkbox' , checked ='' )
313
313
span.c-switch-slider ( data-checked ='On' , data-unchecked ='Off' )
314
- label.c-switch.c-switch-label.c-switch-pill.c-switch-outline -warning-alt
314
+ label.c-switch.c-switch-label.c-switch-pill.c-switch-opposite -warning
315
315
input.c-switch-input ( type ='checkbox' , checked ='' )
316
316
span.c-switch-slider ( data-checked ='On' , data-unchecked ='Off' )
317
- label.c-switch.c-switch-label.c-switch-pill.c-switch-outline -info-alt
317
+ label.c-switch.c-switch-label.c-switch-pill.c-switch-opposite -info
318
318
input.c-switch-input ( type ='checkbox' , checked ='' )
319
319
span.c-switch-slider ( data-checked ='On' , data-unchecked ='Off' )
320
- label.c-switch.c-switch-label.c-switch-pill.c-switch-outline -danger-alt
320
+ label.c-switch.c-switch-label.c-switch-pill.c-switch-opposite -danger
321
321
input.c-switch-input ( type ='checkbox' , checked ='' )
322
322
span.c-switch-slider ( data-checked ='On' , data-unchecked ='Off' )
323
323
// /.col
@@ -420,48 +420,48 @@ block view
420
420
.col-md-6
421
421
.card
422
422
.card-header
423
- | Switch with icon outline alternative
423
+ | Switch with icon opposite
424
424
.card-body
425
- label.c-switch.c-switch-label.c-switch-outline -primary-alt
425
+ label.c-switch.c-switch-label.c-switch-opposite -primary
426
426
input.c-switch-input ( type ='checkbox' , checked ='' )
427
427
span.c-switch-slider ( data-checked !='✓' , data-unchecked !='✕' )
428
- label.c-switch.c-switch-label.c-switch-outline -secondary-alt
428
+ label.c-switch.c-switch-label.c-switch-opposite -secondary
429
429
input.c-switch-input ( type ='checkbox' , checked ='' )
430
430
span.c-switch-slider ( data-checked !='✓' , data-unchecked !='✕' )
431
- label.c-switch.c-switch-label.c-switch-outline -success-alt
431
+ label.c-switch.c-switch-label.c-switch-opposite -success
432
432
input.c-switch-input ( type ='checkbox' , checked ='' )
433
433
span.c-switch-slider ( data-checked !='✓' , data-unchecked !='✕' )
434
- label.c-switch.c-switch-label.c-switch-outline -warning-alt
434
+ label.c-switch.c-switch-label.c-switch-opposite -warning
435
435
input.c-switch-input ( type ='checkbox' , checked ='' )
436
436
span.c-switch-slider ( data-checked !='✓' , data-unchecked !='✕' )
437
- label.c-switch.c-switch-label.c-switch-outline -info-alt
437
+ label.c-switch.c-switch-label.c-switch-opposite -info
438
438
input.c-switch-input ( type ='checkbox' , checked ='' )
439
439
span.c-switch-slider ( data-checked !='✓' , data-unchecked !='✕' )
440
- label.c-switch.c-switch-label.c-switch-outline -danger-alt
440
+ label.c-switch.c-switch-label.c-switch-opposite -danger
441
441
input.c-switch-input ( type ='checkbox' , checked ='' )
442
442
span.c-switch-slider ( data-checked !='✓' , data-unchecked !='✕' )
443
443
// /.col
444
444
.col-md-6
445
445
.card
446
446
.card-header
447
- | Switch with icon outline alternative - pills
447
+ | Switch with icon opposite - pills
448
448
.card-body
449
- label.c-switch.c-switch-label.c-switch-pill.c-switch-outline -primary-alt
449
+ label.c-switch.c-switch-label.c-switch-pill.c-switch-opposite -primary
450
450
input.c-switch-input ( type ='checkbox' , checked ='' )
451
451
span.c-switch-slider ( data-checked !='✓' , data-unchecked !='✕' )
452
- label.c-switch.c-switch-label.c-switch-pill.c-switch-outline -secondary-alt
452
+ label.c-switch.c-switch-label.c-switch-pill.c-switch-opposite -secondary
453
453
input.c-switch-input ( type ='checkbox' , checked ='' )
454
454
span.c-switch-slider ( data-checked !='✓' , data-unchecked !='✕' )
455
- label.c-switch.c-switch-label.c-switch-pill.c-switch-outline -success-alt
455
+ label.c-switch.c-switch-label.c-switch-pill.c-switch-opposite -success
456
456
input.c-switch-input ( type ='checkbox' , checked ='' )
457
457
span.c-switch-slider ( data-checked !='✓' , data-unchecked !='✕' )
458
- label.c-switch.c-switch-label.c-switch-pill.c-switch-outline -warning-alt
458
+ label.c-switch.c-switch-label.c-switch-pill.c-switch-opposite -warning
459
459
input.c-switch-input ( type ='checkbox' , checked ='' )
460
460
span.c-switch-slider ( data-checked !='✓' , data-unchecked !='✕' )
461
- label.c-switch.c-switch-label.c-switch-pill.c-switch-outline -info-alt
461
+ label.c-switch.c-switch-label.c-switch-pill.c-switch-opposite -info
462
462
input.c-switch-input ( type ='checkbox' , checked ='' )
463
463
span.c-switch-slider ( data-checked !='✓' , data-unchecked !='✕' )
464
- label.c-switch.c-switch-label.c-switch-pill.c-switch-outline -danger-alt
464
+ label.c-switch.c-switch-label.c-switch-pill.c-switch-opposite -danger
465
465
input.c-switch-input ( type ='checkbox' , checked ='' )
466
466
span.c-switch-slider ( data-checked !='✓' , data-unchecked !='✕' )
467
467
// /.col
0 commit comments