Skip to content

Commit

Permalink
Merge pull request #56 from kidhab/patch-1
Browse files Browse the repository at this point in the history
Add task-list button for common_mark
  • Loading branch information
ishikawa999 authored Dec 6, 2022
2 parents 7de3b8d + b9d153c commit 78692c1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/styles/components/_jstoolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@ div.jstElements {
font-size: 16px;
}
}
.jstb_tl {
padding: 0px;
&:before {
/* fa-list-check */
@include fontAwesome('f0ae', 'Solid');
font-size: 16px;
}
}
.jstb_bq {
padding: 0px;
&:before {
Expand Down

0 comments on commit 78692c1

Please sign in to comment.