Skip to content

Commit 3ae4c15

Browse files
committed
Add standard icon spacing classes
* Sets a standard distance for all icon spacing * Uses em so that it scales proportionally to font size
1 parent 95bc4f7 commit 3ae4c15

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

dist/css/csh-material-bootstrap.css

Lines changed: 1 addition & 1 deletion
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)