diff options
author | Ben Burwell <ben@benburwell.com> | 2015-11-14 14:35:05 -0500 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2015-11-14 14:35:05 -0500 |
commit | f20aae71dca254e6818632821fb19617985e1cf5 (patch) | |
tree | c4dfa0ab427ddd0c97c8c398a07670d820e6474f | |
parent | fefd49ff9db9e133c70bbeef33601628a3e6c88d (diff) |
remove trailing whitespace
-rw-r--r-- | _sass/icons.scss | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/_sass/icons.scss b/_sass/icons.scss index 6b180e9..a56bb5f 100644 --- a/_sass/icons.scss +++ b/_sass/icons.scss @@ -21,25 +21,25 @@ margin-right: .2em; text-align: center; /* opacity: .8; */ - + /* For safety - reset parent styles, that can break glyph codes*/ font-variant: normal; text-transform: none; - + /* fix buttons height, for twitter bootstrap */ line-height: 1em; - + /* Animation center compensation - margins should be symmetric */ /* remove if not needed */ margin-left: .2em; /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ - + /* Font smoothing. That was taken from TWBS */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - + /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ } @@ -47,7 +47,7 @@ .lg-icon:before { font-size: 200%; } - + .icon-twitter:before { content: '\e800'; } /* '' */ .icon-share-twitter:before { content: '\e801'; } /* '' */ .icon-share-gplus:before { content: '\e803'; } /* '' */ |