bd6e6e551e19e562b71a328a20716295555dd0c8
[yaffs-website] / web / themes / contrib / bootstrap / starterkits / less / less / component / icon.less
1 /**
2  * Icon styles.
3  */
4 a {
5   &.icon-before .glyphicon,
6   & .glyphicon.icon-before {
7     margin-right: .25em;
8   }
9   &.icon-after .glyphicon,
10   & .glyphicon.icon-after {
11     margin-left: .25em;
12   }
13 }
14
15 .btn {
16   &.icon-before .glyphicon,
17   & .glyphicon.icon-before {
18     margin-left: -.25em;
19     margin-right: .25em;
20   }
21   &.icon-after .glyphicon,
22   & .glyphicon.icon-after {
23     margin-left: .25em;
24     margin-right: -.25em;
25   }
26 }