diff --git a/src/sass/ch-icon.scss b/src/sass/ch-icon.scss index 231cad36..5218cd61 100644 --- a/src/sass/ch-icon.scss +++ b/src/sass/ch-icon.scss @@ -20,8 +20,6 @@ -moz-osx-font-smoothing: grayscale; } -.ch-icon-swap-vert:before { content: "\EA77" } -.ch-icon-swap:before { content: "\EA78" } .ch-icon-list:before { content: "\EA03" } .ch-icon-check:before { content: "\EA04" } .ch-icon-square:before { content: "\EA09" } @@ -114,4 +112,6 @@ .ch-icon-inlineCode:before { content: "\EA73" } .ch-icon-codeBlock:before { content: "\EA74" } .ch-icon-expand:before { content: "\EA75" } -.ch-icon-unExpand:before { content: "\EA76" } \ No newline at end of file +.ch-icon-unExpand:before { content: "\EA76" } +.ch-icon-swap-vert:before { content: "\EA77" } +.ch-icon-swap:before { content: "\EA78" } \ No newline at end of file