Fixes ms-2 utility class collision (#123) and wrong token unicode on the cheatsheet (#122)

This commit is contained in:
Andrew Gioia 2024-10-30 06:49:13 -04:00
parent 896becc552
commit 533f4dcbe7
Signed by: andrew
GPG Key ID: FC09694A000800C8
2 changed files with 5 additions and 2 deletions

View File

@ -139,7 +139,7 @@
<span class="utf"><i>&#xe96c;</i> ms-rarity <code>&amp;#xe96c;</code></span>
<span class="utf"><i>&#xe970;</i> ms-scheme <code>&amp;#xe970;</code></span>
<span class="utf"><i>&#xe624;</i> ms-sorcery <code>&amp;#xe624;</code></span>
<span class="utf"><i>&#xe972;</i> ms-token <code>&amp;#xe96d;</code></span>
<span class="utf"><i>&#xe96d;</i> ms-token <code>&amp;#xe96d;</code></span>
<span class="utf"><i>&#xe925;</i> ms-tribal <code>&amp;#xe925;</code></span>
<span class="utf"><i>&#xe971;</i> ms-vanguard <code>&amp;#xe971;</code></span>
<div class="clear"></div>

View File

@ -14,7 +14,10 @@
&-g::before { content: "\e604"; }
&-0::before { content: "\e605"; }
&-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"; }
&-4::before { content: "\e609"; }
&-5::before { content: "\e60a"; }