Initial commit
[yaffs-website] / web / themes / custom / yaffs / scss / component / _icon.scss
1 /**
2  * Icon styles.
3  */
4 a {
5   &.icon-before .glyphicon {
6     margin-right: .25em;
7   }
8   &.icon-after .glyphicon {
9     margin-left: .25em;
10   }
11 }
12
13 .btn {
14   &.icon-before .glyphicon {
15     margin-left: -.25em;
16     margin-right: .25em;
17   }
18   &.icon-after .glyphicon {
19     margin-left: .25em;
20     margin-right: -.25em;
21   }
22 }