CRM-16415 Replacing plus-circle icon
[civicrm-core.git] / css / crm-i.css
CommitLineData
a2c70872
AH
1/* Direct copy of .fa from font-awesome.css
2This is separate to avoid conflict with a site theme's implementation of FA. It
3is loaded before font-awesome.css so that .fa-XXX classes can modify it. */
4.crm-i {
5 display: inline-block;
6 font: normal normal normal 14px/1 FontAwesome;
7 font-size: inherit;
8 text-rendering: auto;
9 -webkit-font-smoothing: antialiased;
10 -moz-osx-font-smoothing: grayscale;
11 transform: translate(0, 0);
12}