From f20aae71dca254e6818632821fb19617985e1cf5 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sat, 14 Nov 2015 14:35:05 -0500 Subject: remove trailing whitespace --- _sass/icons.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '_sass') 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'; } /* '' */ -- cgit v1.2.3