File tree 2 files changed +12
-7
lines changed
2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 53
53
v-icon( color ='blue' ) mdi-alpha-n-box-outline
54
54
v-list-item-title {{'Note Blockquote'}}
55
55
v-divider
56
- v-list-item( @click ='insertBeforeEachLine({ content: `SUCCESS: `})' )
56
+ v-list-item( @click ='insertBeforeEachLine({ content: `[ SUCCESS] \n `})' )
57
57
v-list-item-action
58
58
v-icon( color ='success' ) mdi-alpha-s-box-outline
59
59
v-list-item-title {{'Success Blockquote'}}
Original file line number Diff line number Diff line change 445
445
}
446
446
}
447
447
}
448
+
448
449
& .success {
449
- td .icon {
450
- background-color : mc (' green' , ' 300' );
451
- color : mc (' green' , ' 50' );
452
- & ::before {
453
- content : " \F0E1E " ;
454
- }
450
+ td .icon {
451
+ background-color : mc (' green' , ' 300' );
452
+ color : mc (' green' , ' 50' );
453
+ & ::before {
454
+ content : " \F0E1E " ;
455
455
}
456
+ }
456
457
td .content {
457
458
color : darken (mc (' green' , ' 900' ), 10% );
458
459
background-color : mc (' green' , ' 50' );
463
464
}
464
465
}
465
466
}
467
+
466
468
& .tip {
467
469
td .icon {
468
470
background-color : mc (' green' , ' 300' );
481
483
}
482
484
}
483
485
}
486
+
484
487
& .warning {
485
488
background-color : transparent !important ;
486
489
501
504
}
502
505
}
503
506
}
507
+
504
508
& .caution {
505
509
td .icon {
506
510
background-color : mc (' purple' , ' 300' );
519
523
}
520
524
}
521
525
}
526
+
522
527
& .important {
523
528
td .icon {
524
529
background-color : mc (' red' , ' 300' );
You can’t perform that action at this time.
0 commit comments