Skip to content

Commit

Permalink
added font-awesome extrenally
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Sep 27, 2017
1 parent 1490461 commit c3daf68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/ngx-editor/ngx-editor.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $break-xtra-small: "screen and (max-width : 320px)";
background-color: #f5f5f5;
background-color: transparent;
border: 0;
padding: 0.5rem;
padding: 0.4rem;
min-width: 2.5rem;
float: left;
border-right: 1px solid #ddd;
Expand Down
3 changes: 2 additions & 1 deletion src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* You can add global styles to this file, and also import other style files */

// @import "../node_modules/bootstrap/scss/bootstrap"; // bootstrap
// @import "../node_modules/bootstrap/scss/bootstrap"; // bootstrap
@import "../node_modules/font-awesome/css/font-awesome.css"; // font-awesome

0 comments on commit c3daf68

Please sign in to comment.