comparison css/font-awesome/scss/_core.scss @ 0:fee56ee2f7ac draft

"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/clustergrammer_flow commit b11dfcf10d287c1da91ffb1d5d0148c7f8f61356"
author azomics
date Fri, 31 Jul 2020 19:06:45 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:fee56ee2f7ac
1 // Base Class Definition
2 // -------------------------
3
4 .#{$fa-css-prefix} {
5 display: inline-block;
6 font-family: FontAwesome;
7 font-style: normal;
8 font-weight: normal;
9 line-height: 1;
10 -webkit-font-smoothing: antialiased;
11 -moz-osx-font-smoothing: grayscale;
12 }