CLIENT GUI Framework
[vnfsdk/refrepo.git] / portal-common / src / main / webapp / common / thirdparty / font-awesome / scss / _core.scss
1 // Base Class Definition\r
2 // -------------------------\r
3 \r
4 .#{$fa-css-prefix} {\r
5   display: inline-block;\r
6   font: normal normal normal 14px/1 FontAwesome; // shortening font declaration\r
7   font-size: inherit; // can't have font-size inherit on line above, so need to override\r
8   text-rendering: auto; // optimizelegibility throws things off #1094\r
9   -webkit-font-smoothing: antialiased;\r
10   -moz-osx-font-smoothing: grayscale;\r
11 }\r