Skip to content

Commit

Permalink
Merge pull request #1 from sman591/icon-spacing
Browse files Browse the repository at this point in the history
Add standard icon spacing classes
  • Loading branch information
stevenmirabito authored Sep 9, 2016
2 parents 5441f42 + 3ae4c15 commit bfeaa12
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 4 additions & 4 deletions dist/css/csh-material-bootstrap.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/csh-material-bootstrap.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions sass/csh-material-bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// -----------------------------------------------------
@import "variables";
@import "../bower_components/bootstrap-sass/assets/stylesheets/bootstrap";
@import "icons";

$web-font-path: "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" !default;
@import url($web-font-path);
Expand Down
7 changes: 7 additions & 0 deletions sass/icons.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.icon-space-r {
margin-right: 0.4em;
}

.icon-space-l {
margin-left: 0.4em;
}

0 comments on commit bfeaa12

Please sign in to comment.