mirror of
https://github.com/andrewgioia/mana.git
synced 2024-11-23 23:34:45 +00:00
This commit is contained in:
parent
896becc552
commit
533f4dcbe7
@ -139,7 +139,7 @@
|
|||||||
<span class="utf"><i></i> ms-rarity <code>&#xe96c;</code></span>
|
<span class="utf"><i></i> ms-rarity <code>&#xe96c;</code></span>
|
||||||
<span class="utf"><i></i> ms-scheme <code>&#xe970;</code></span>
|
<span class="utf"><i></i> ms-scheme <code>&#xe970;</code></span>
|
||||||
<span class="utf"><i></i> ms-sorcery <code>&#xe624;</code></span>
|
<span class="utf"><i></i> ms-sorcery <code>&#xe624;</code></span>
|
||||||
<span class="utf"><i></i> ms-token <code>&#xe96d;</code></span>
|
<span class="utf"><i></i> ms-token <code>&#xe96d;</code></span>
|
||||||
<span class="utf"><i></i> ms-tribal <code>&#xe925;</code></span>
|
<span class="utf"><i></i> ms-tribal <code>&#xe925;</code></span>
|
||||||
<span class="utf"><i></i> ms-vanguard <code>&#xe971;</code></span>
|
<span class="utf"><i></i> ms-vanguard <code>&#xe971;</code></span>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
|
@ -14,7 +14,10 @@
|
|||||||
&-g::before { content: "\e604"; }
|
&-g::before { content: "\e604"; }
|
||||||
&-0::before { content: "\e605"; }
|
&-0::before { content: "\e605"; }
|
||||||
&-1::before { content: "\e606"; }
|
&-1::before { content: "\e606"; }
|
||||||
&-2::before { content: "\e607"; }
|
&-2 { // need to correct for bootstrap's .ms-2 utility class
|
||||||
|
margin-left: inherit !important;
|
||||||
|
&::before { content: "\e607";
|
||||||
|
}
|
||||||
&-3::before { content: "\e608"; }
|
&-3::before { content: "\e608"; }
|
||||||
&-4::before { content: "\e609"; }
|
&-4::before { content: "\e609"; }
|
||||||
&-5::before { content: "\e60a"; }
|
&-5::before { content: "\e60a"; }
|
||||||
|
Loading…
Reference in New Issue
Block a user