Commit 0ec2b2f4 authored by Randall Leeds's avatar Randall Leeds

icon style default tweaks

parent de854e3a
......@@ -188,7 +188,7 @@ $em: 14 / 1em !default;
//FONTICON////////////////////////////////
@mixin fonticon($char, $iconside, $offset: 0) {
@mixin fonticon($char, $iconside, $offset: .2em) {
text-decoration: none;
cursor: pointer;
color: $gray;
......@@ -199,7 +199,6 @@ $em: 14 / 1em !default;
@if $iconside == left {
&:before {
content: $char;
vertical-align: -.1em;
font-family: 'icomoon';
font-style: normal;
margin-right: $offset;
......@@ -216,7 +215,6 @@ $em: 14 / 1em !default;
}
&:after {
content: $char;
vertical-align: -.1em;
font-family: 'icomoon';
font-style: normal;
margin-left: $offset;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment