Multiplicom / axiom

3 stars 0 forks source link

BigIcon font size can be different based on order of CSS rules #96

Closed basvandenberg closed 3 years ago

basvandenberg commented 3 years ago

There are two classes that define the BigIcon font size: AXMBigIcon and fa.

<i class="AXMBigIcon fa fa-history"></i>

The order in which these classes occur in the CSS files determines which font size is used. The fa size is used if that CSS file appears as last CSS file in the HTML head, even though the AXMBigIcon font size should be used.