Skip to content

Commit bfeaa12

Browse files
Merge pull request #1 from sman591/icon-spacing
Add standard icon spacing classes
2 parents 5441f42 + 3ae4c15 commit bfeaa12

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

dist/css/csh-material-bootstrap.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/csh-material-bootstrap.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sass/csh-material-bootstrap.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// -----------------------------------------------------
44
@import "variables";
55
@import "../bower_components/bootstrap-sass/assets/stylesheets/bootstrap";
6+
@import "icons";
67

78
$web-font-path: "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" !default;
89
@import url($web-font-path);

sass/icons.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.icon-space-r {
2+
margin-right: 0.4em;
3+
}
4+
5+
.icon-space-l {
6+
margin-left: 0.4em;
7+
}

0 commit comments

Comments
 (0)