mirror of
https://github.com/andrewgioia/mana.git
synced 2024-11-21 22:54:45 +00:00
Adds watermarks and missing ability icons to cheatsheet, fixes cheatsheet and attributes head paths
This commit is contained in:
parent
2a553809b4
commit
896becc552
51
css/mana.css
51
css/mana.css
@ -893,6 +893,30 @@
|
|||||||
.ms-watermark-crossbreedlabs::before {
|
.ms-watermark-crossbreedlabs::before {
|
||||||
content: "\ea09";
|
content: "\ea09";
|
||||||
}
|
}
|
||||||
|
.ms-watermark-cutiemark-apples::before {
|
||||||
|
content: "\ea27";
|
||||||
|
}
|
||||||
|
.ms-watermark-cutiemark-balloons::before {
|
||||||
|
content: "\ea28";
|
||||||
|
}
|
||||||
|
.ms-watermark-cutiemark-butterflies::before {
|
||||||
|
content: "\ea29";
|
||||||
|
}
|
||||||
|
.ms-watermark-cutiemark-gems::before {
|
||||||
|
content: "\ea04";
|
||||||
|
}
|
||||||
|
.ms-watermark-cutiemark-rainbow::before {
|
||||||
|
content: "\ea2a";
|
||||||
|
}
|
||||||
|
.ms-watermark-cutiemark-sparkle::before {
|
||||||
|
content: "\ea05";
|
||||||
|
}
|
||||||
|
.ms-watermark-cutiemark-waningmoon::before {
|
||||||
|
content: "\ea06";
|
||||||
|
}
|
||||||
|
.ms-watermark-cutiemark-waxingmoon::before {
|
||||||
|
content: "\ea07";
|
||||||
|
}
|
||||||
.ms-watermark-dci::before {
|
.ms-watermark-dci::before {
|
||||||
content: "\ea1d";
|
content: "\ea1d";
|
||||||
}
|
}
|
||||||
@ -992,30 +1016,6 @@
|
|||||||
.ms-watermark-mirran::before {
|
.ms-watermark-mirran::before {
|
||||||
content: "\ea03";
|
content: "\ea03";
|
||||||
}
|
}
|
||||||
.ms-watermark-cutiemark-apples::before {
|
|
||||||
content: "\ea27";
|
|
||||||
}
|
|
||||||
.ms-watermark-cutiemark-balloons::before {
|
|
||||||
content: "\ea28";
|
|
||||||
}
|
|
||||||
.ms-watermark-cutiemark-butterflies::before {
|
|
||||||
content: "\ea29";
|
|
||||||
}
|
|
||||||
.ms-watermark-cutiemark-gems::before {
|
|
||||||
content: "\ea04";
|
|
||||||
}
|
|
||||||
.ms-watermark-cutiemark-rainbow::before {
|
|
||||||
content: "\ea2a";
|
|
||||||
}
|
|
||||||
.ms-watermark-cutiemark-sparkle::before {
|
|
||||||
content: "\ea05";
|
|
||||||
}
|
|
||||||
.ms-watermark-cutiemark-waningmoon::before {
|
|
||||||
content: "\ea06";
|
|
||||||
}
|
|
||||||
.ms-watermark-cutiemark-waxingmoon::before {
|
|
||||||
content: "\ea07";
|
|
||||||
}
|
|
||||||
.ms-watermark-mps::before {
|
.ms-watermark-mps::before {
|
||||||
content: "\ea1a";
|
content: "\ea1a";
|
||||||
}
|
}
|
||||||
@ -1049,6 +1049,9 @@
|
|||||||
.ms-watermark-transformers::before {
|
.ms-watermark-transformers::before {
|
||||||
content: "\ea18";
|
content: "\ea18";
|
||||||
}
|
}
|
||||||
|
.ms-watermark-trumpkatsumai::before {
|
||||||
|
content: "\ea2b";
|
||||||
|
}
|
||||||
.ms-watermark-wotc::before {
|
.ms-watermark-wotc::before {
|
||||||
content: "\ea1b";
|
content: "\ea1b";
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
2
css/mana.min.css
vendored
2
css/mana.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -301,13 +301,19 @@ blockquote {
|
|||||||
|
|
||||||
.utf i {
|
.utf i {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-family: mana;
|
|
||||||
font-style: normal;
|
|
||||||
font-size: 1.25em;
|
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
padding: 0 5px 0 0;
|
padding: 0 5px 0 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 1.25em;
|
width: 1.25em;
|
||||||
|
font: normal normal normal 16px/1 Mana;
|
||||||
|
font-size: 1.25em;
|
||||||
|
text-rendering: auto;
|
||||||
|
transform: translate(0, 0);
|
||||||
|
speak: none;
|
||||||
|
text-transform: none;
|
||||||
|
vertical-align: middle;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
.utf i.long {
|
.utf i.long {
|
||||||
|
2
docs/assets/mana.min.css
vendored
2
docs/assets/mana.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -2,8 +2,8 @@
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
||||||
<title>Attributes and Examples | Mana</title>
|
<title>Attributes and Examples | Mana</title>
|
||||||
<link rel="stylesheet" href="css/mana.min.css" />
|
<link rel="stylesheet" href="assets/mana.min.css" />
|
||||||
<link rel="stylesheet" href="css/main.css" />
|
<link rel="stylesheet" href="assets/docs.css" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
||||||
<title>Icon Cheatsheet | Mana</title>
|
<title>Icon Cheatsheet | Mana</title>
|
||||||
<link rel="stylesheet" href="css/mana.min.css" />
|
<link rel="stylesheet" href="assets/mana.min.css" />
|
||||||
<link rel="stylesheet" href="css/main.css" />
|
<link rel="stylesheet" href="assets/docs.css" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -159,7 +159,6 @@
|
|||||||
<span class="utf"><i></i> ms-dfc-facedown <code>&#xe9d6;</code></span>
|
<span class="utf"><i></i> ms-dfc-facedown <code>&#xe9d6;</code></span>
|
||||||
<span class="utf"><i></i> ms-dfc-modal-face <code>&#xe983;</code></span>
|
<span class="utf"><i></i> ms-dfc-modal-face <code>&#xe983;</code></span>
|
||||||
<span class="utf"><i></i> ms-dfc-modal-back <code>&#xe984;</code></span>
|
<span class="utf"><i></i> ms-dfc-modal-back <code>&#xe984;</code></span>
|
||||||
|
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="vectors overflow">
|
<div class="vectors overflow">
|
||||||
@ -191,6 +190,11 @@
|
|||||||
<span class="utf"><i></i> ms-school-quandrix <code>&#xe99e;</code></span>
|
<span class="utf"><i></i> ms-school-quandrix <code>&#xe99e;</code></span>
|
||||||
<span class="utf"><i></i> ms-school-silverquill <code>&#xe9a0;</code></span>
|
<span class="utf"><i></i> ms-school-silverquill <code>&#xe9a0;</code></span>
|
||||||
<span class="utf"><i></i> ms-school-witherbloom <code>&#xe9a2;</code></span>
|
<span class="utf"><i></i> ms-school-witherbloom <code>&#xe9a2;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-school-brokers <code>&#xea0d;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-school-cabaretti <code>&#xea0e;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-school-maestros <code>&#xea0e;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-school-obscura <code>&#xea10;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-school-riveteers <code>&#xea11;</code></span>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="vectors overflow">
|
<div class="vectors overflow">
|
||||||
@ -204,6 +208,7 @@
|
|||||||
<span class="utf"><i></i> ms-ability-aftermath <code>&#xe979;</code></span>
|
<span class="utf"><i></i> ms-ability-aftermath <code>&#xe979;</code></span>
|
||||||
<span class="utf"><i></i> ms-ability-alliance <code>&#xe9b5;</code></span>
|
<span class="utf"><i></i> ms-ability-alliance <code>&#xe9b5;</code></span>
|
||||||
<span class="utf"><i></i> ms-ability-amass <code>&#xe97a;</code></span>
|
<span class="utf"><i></i> ms-ability-amass <code>&#xe97a;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-ability-amass-orcs <code>&#xe9e0;</code></span>
|
||||||
<span class="utf"><i></i> ms-ability-ascend <code>&#xe94a;</code></span>
|
<span class="utf"><i></i> ms-ability-ascend <code>&#xe94a;</code></span>
|
||||||
<span class="utf"><i></i> ms-ability-backup <code>&#xe9d9;</code></span>
|
<span class="utf"><i></i> ms-ability-backup <code>&#xe9d9;</code></span>
|
||||||
<span class="utf"><i></i> ms-ability-bargain <code>&#xe9e2;</code></span>
|
<span class="utf"><i></i> ms-ability-bargain <code>&#xe9e2;</code></span>
|
||||||
@ -253,6 +258,7 @@
|
|||||||
<span class="utf"><i></i> ms-ability-hexproof-red <code>&#xe958;</code></span>
|
<span class="utf"><i></i> ms-ability-hexproof-red <code>&#xe958;</code></span>
|
||||||
<span class="utf"><i></i> ms-ability-hexproof-white <code>&#xe959;</code></span>
|
<span class="utf"><i></i> ms-ability-hexproof-white <code>&#xe959;</code></span>
|
||||||
<span class="utf"><i></i> ms-ability-hideaway <code>&#xe9b8;</code></span>
|
<span class="utf"><i></i> ms-ability-hideaway <code>&#xe9b8;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-ability-improvise <code>&#xe9de;</code></span>
|
||||||
<span class="utf"><i></i> ms-ability-incubate <code>&#xe9db;</code></span>
|
<span class="utf"><i></i> ms-ability-incubate <code>&#xe9db;</code></span>
|
||||||
<span class="utf"><i></i> ms-ability-indestructible <code>&#xe95a;</code></span>
|
<span class="utf"><i></i> ms-ability-indestructible <code>&#xe95a;</code></span>
|
||||||
<span class="utf"><i></i> ms-ability-investigate <code>&#xe9ab;</code></span>
|
<span class="utf"><i></i> ms-ability-investigate <code>&#xe9ab;</code></span>
|
||||||
@ -278,6 +284,7 @@
|
|||||||
<span class="utf"><i></i> ms-ability-read-ahead <code>&#xe9b9;</code></span>
|
<span class="utf"><i></i> ms-ability-read-ahead <code>&#xe9b9;</code></span>
|
||||||
<span class="utf"><i></i> ms-ability-reconfigure <code>&#xe9b3;</code></span>
|
<span class="utf"><i></i> ms-ability-reconfigure <code>&#xe9b3;</code></span>
|
||||||
<span class="utf"><i></i> ms-ability-revolt <code>&#xe961;</code></span>
|
<span class="utf"><i></i> ms-ability-revolt <code>&#xe961;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-ability-ring-bearer <code>&#xe9df;</code></span>
|
||||||
<span class="utf"><i></i> ms-ability-riot <code>&#xe973;</code></span>
|
<span class="utf"><i></i> ms-ability-riot <code>&#xe973;</code></span>
|
||||||
<span class="utf"><i></i> ms-ability-robber-of-the-rich <code>&#xe9e5;</code></span>
|
<span class="utf"><i></i> ms-ability-robber-of-the-rich <code>&#xe9e5;</code></span>
|
||||||
<span class="utf"><i></i> ms-ability-role-cursed <code>&#xe9e6;</code></span>
|
<span class="utf"><i></i> ms-ability-role-cursed <code>&#xe9e6;</code></span>
|
||||||
@ -291,6 +298,7 @@
|
|||||||
<span class="utf"><i></i> ms-ability-static <code>&#xe962;</code></span>
|
<span class="utf"><i></i> ms-ability-static <code>&#xe962;</code></span>
|
||||||
<span class="utf"><i></i> ms-ability-summoning-sickness <code>&#xe96a;</code></span>
|
<span class="utf"><i></i> ms-ability-summoning-sickness <code>&#xe96a;</code></span>
|
||||||
<span class="utf"><i></i> ms-ability-surveil <code>&#xe963;</code></span>
|
<span class="utf"><i></i> ms-ability-surveil <code>&#xe963;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-ability-the-ring-tempts-you <code>&#xe9e1;</code></span>
|
||||||
<span class="utf"><i></i> ms-ability-toxic <code>&#xe9bf;</code></span>
|
<span class="utf"><i></i> ms-ability-toxic <code>&#xe9bf;</code></span>
|
||||||
<span class="utf"><i></i> ms-ability-training <code>&#xe9b0;</code></span>
|
<span class="utf"><i></i> ms-ability-training <code>&#xe9b0;</code></span>
|
||||||
<span class="utf"><i></i> ms-ability-trample <code>&#xe964;</code></span>
|
<span class="utf"><i></i> ms-ability-trample <code>&#xe964;</code></span>
|
||||||
@ -337,6 +345,67 @@
|
|||||||
<span class="utf"><i></i> ms-counter-vortex <code>&#xe946;</code></span>
|
<span class="utf"><i></i> ms-counter-vortex <code>&#xe946;</code></span>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="vectors overflow">
|
||||||
|
<span class="utf"><i></i> ms-watermark-agentsofsneak <code>&#xea08;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-arena <code>&#xea1e;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-colorpie <code>&#xe9f0;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-conspiracy <code>&#xea12;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-corocoro <code>&#xea15;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-crossbreedlabs <code>&#xea09;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-cutiemark-apples <code>&#xea27;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-cutiemark-balloons <code>&#xea28;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-cutiemark-butterflies <code>&#xea29;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-cutiemark-gems <code>&#xea04;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-cutiemark-rainbow <code>&#xea2a;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-cutiemark-sparkle <code>&#xea05;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-cutiemark-waningmoon <code>&#xea06;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-cutiemark-waxingmoon <code>&#xea07;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-dci <code>&#xea1d;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-dengekimaoh <code>&#xea14;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-desparked <code>&#xe9f1;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-dnd <code>&#xea17;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-flavor-aestheticconsultation <code>&#xe9f2;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-flavor-farewelltoarms <code>&#xe9f8;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-flavor-monkeymonkeymonkey <code>&#xe9f7;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-flavor-moxlotus <code>&#xe9f5;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-flavor-myfirsttome <code>&#xe9f6;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-flavor-shoetree <code>&#xe9f7;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-flavor-whenfluffybunniesattack <code>&#xe9f8;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-fnm <code>&#xea16;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-goblinexplosioneers <code>&#xea0a;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-grandprix <code>&#xea1f;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-grandprix2 <code>&#xea20;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-herospath <code>&#xea02;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-herospath-1 <code>&#xe9f9;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-herospath-2 <code>&#xe9fa;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-herospath-3 <code>&#xe9fb;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-herospath-4 <code>&#xe9fc;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-herospath-5 <code>&#xe9fd;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-herospath-6 <code>&#xe9fe;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-herospath-7 <code>&#xe9ff;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-herospath-8 <code>&#xea00;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-herospath-9 <code>&#xea01;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-japanjunior <code>&#xea24;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-judgeacademy <code>&#xea13;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-junior <code>&#xea23;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-juniorapac <code>&#xea21;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-junioreurope <code>&#xea22;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-leagueofdastardlydoom <code>&#xea0b;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-mirran <code>&#xea03;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-mps <code>&#xea1a;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-mtg <code>&#xe9ed;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-mtg10 <code>&#xe9ee;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-mtg15 <code>&#xe9ef;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-nerf <code>&#xea19;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-orderofthewidget <code>&#xea0c;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-protour <code>&#xea26;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-scholarship <code>&#xea25;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-transformers <code>&#xea18;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-trumpkatsumai <code>&#xea2b;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-wotc <code>&#xea1b;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-watermark-wpn <code>&#xea1c;</code></span>
|
||||||
|
<div class="clear"></div>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
Binary file not shown.
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.6 MiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
fonts/mana.eot
BIN
fonts/mana.eot
Binary file not shown.
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.6 MiB |
BIN
fonts/mana.ttf
BIN
fonts/mana.ttf
Binary file not shown.
BIN
fonts/mana.woff
BIN
fonts/mana.woff
Binary file not shown.
BIN
fonts/mana.woff2
BIN
fonts/mana.woff2
Binary file not shown.
@ -413,6 +413,16 @@
|
|||||||
&-conspiracy::before { content: "\ea12"; }
|
&-conspiracy::before { content: "\ea12"; }
|
||||||
&-corocoro::before { content: "\ea15"; }
|
&-corocoro::before { content: "\ea15"; }
|
||||||
&-crossbreedlabs::before { content: "\ea09"; }
|
&-crossbreedlabs::before { content: "\ea09"; }
|
||||||
|
&-cutiemark {
|
||||||
|
&-apples::before { content: "\ea27"; }
|
||||||
|
&-balloons::before { content: "\ea28"; }
|
||||||
|
&-butterflies::before { content: "\ea29"; }
|
||||||
|
&-gems::before { content: "\ea04"; }
|
||||||
|
&-rainbow::before { content: "\ea2a"; }
|
||||||
|
&-sparkle::before { content: "\ea05"; }
|
||||||
|
&-waningmoon::before { content: "\ea06"; }
|
||||||
|
&-waxingmoon::before { content: "\ea07"; }
|
||||||
|
}
|
||||||
&-dci::before { content: "\ea1d"; }
|
&-dci::before { content: "\ea1d"; }
|
||||||
&-dengekimaoh::before { content: "\ea14"; }
|
&-dengekimaoh::before { content: "\ea14"; }
|
||||||
&-desparked::before { content: "\e9f1"; }
|
&-desparked::before { content: "\e9f1"; }
|
||||||
@ -450,16 +460,6 @@
|
|||||||
&-leagueofdastardlydoom::before { content: "\ea0b"; }
|
&-leagueofdastardlydoom::before { content: "\ea0b"; }
|
||||||
&-maestros::before { content: "\ea0f"; }
|
&-maestros::before { content: "\ea0f"; }
|
||||||
&-mirran::before { content: "\ea03"; }
|
&-mirran::before { content: "\ea03"; }
|
||||||
&-cutiemark {
|
|
||||||
&-apples::before { content: "\ea27"; }
|
|
||||||
&-balloons::before { content: "\ea28"; }
|
|
||||||
&-butterflies::before { content: "\ea29"; }
|
|
||||||
&-gems::before { content: "\ea04"; }
|
|
||||||
&-rainbow::before { content: "\ea2a"; }
|
|
||||||
&-sparkle::before { content: "\ea05"; }
|
|
||||||
&-waningmoon::before { content: "\ea06"; }
|
|
||||||
&-waxingmoon::before { content: "\ea07"; }
|
|
||||||
}
|
|
||||||
&-mps::before { content: "\ea1a"; }
|
&-mps::before { content: "\ea1a"; }
|
||||||
&-mtg::before { content: "\e9ed"; }
|
&-mtg::before { content: "\e9ed"; }
|
||||||
&-mtg10::before { content: "\e9ee"; }
|
&-mtg10::before { content: "\e9ee"; }
|
||||||
@ -471,6 +471,7 @@
|
|||||||
&-riveteers::before { content: "\ea11"; }
|
&-riveteers::before { content: "\ea11"; }
|
||||||
&-scholarship::before { content: "\ea25"; }
|
&-scholarship::before { content: "\ea25"; }
|
||||||
&-transformers::before { content: "\ea18"; }
|
&-transformers::before { content: "\ea18"; }
|
||||||
|
&-trumpkatsumai::before { content: "\ea2b"; }
|
||||||
&-wotc::before { content: "\ea1b"; }
|
&-wotc::before { content: "\ea1b"; }
|
||||||
&-wpn::before { content: "\ea1c"; }
|
&-wpn::before { content: "\ea1c"; }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user