Adding the flashback symbol

This commit is contained in:
Andrew Gioia 2015-04-13 11:52:54 -04:00
parent cbaba03286
commit eff42cff4e
8 changed files with 19 additions and 5 deletions

View File

@ -749,3 +749,8 @@
.ms-loyalty-start:before {
content: "\e628";
}
/**
* Other */
.ms-flashback:before {
content: "\e629";
}

2
css/mana.min.css vendored

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -48,4 +48,5 @@
<glyph unicode="&#xe626;" d="M0.458 204.564c0 0 73.542 234.766-0.458 491.328 0 0 314 50.108 512 50.108 216 0 512-54.28 512-54.28-72-241.96-3.296-487.156-3.296-487.156s-314.704-54.564-508.704-54.564c-194 0-511.542 54.564-511.542 54.564z" />
<glyph unicode="&#xe627;" d="M1023.542 138.898c-597.826-80.282-1023.080-2.924-1023.084 0 0 0 80.236 228.742 51.882 456.38-0.34 2.722 455.66 220.722 455.66 220.722h2c0 0 460.984-220.722 460.984-220.722h-2.162c-24.194-228.118 51.882-456.38 51.882-456.38h2.838z" />
<glyph unicode="&#xe628;" d="M1.392 642.22h1021.216c0 0-52.732-73.74-67.842-169.44-15.112-95.702-0.19-171.256-0.19-171.256l-442.576-154.010-439.612 154.010c0 0 12.672 75.554 2.598 161.182-10.074 85.626-73.594 179.514-73.594 179.514zM713.87 754.952c-24.072-75.98-137.008-100.988-201.87-101.902-24.958 0.812-33.684 0.396-62.126 6.046-51.174 10.164-117.544 37.27-138.822 92.938l-2.208-0.024-307.452-109.79h1021.216l-308.738 112.732z" />
<glyph unicode="&#xe629;" d="M286.504 960c11.044 0 22.052-0.656 32.726-1.958l113.59-17.834c140.716-26.402 231.336-172.648 231.336-372.65v-615.32c-0.004-8.97-7.284-16.238-16.266-16.238h-525.864c-5.068 0-9.852 2.36-12.928 6.388l-101.918 133.324c-2.162 2.83-3.336 6.29-3.336 9.848v492.628c0 228.376 113.592 381.812 282.66 381.812v0zM384.958 918.552c-147.544 0-246.664-138.442-246.664-344.5v-605.58h493.336v605.58c0 206.058-99.128 344.5-246.672 344.5v0zM478.836 231.136c8.986 0 16.266-7.268 16.266-16.238-0.004-8.97-7.282-16.238-16.266-16.238h-180.628c-8.984 0-16.264 7.268-16.264 16.238s7.28 16.238 16.264 16.238h180.628zM530.020 374.020c8.984 0 16.264-7.27 16.264-16.238-0.004-8.97-7.284-16.238-16.268-16.238h-282.986c-8.984 0-16.268 7.268-16.266 16.238-0.002 8.968 7.282 16.238 16.266 16.238h282.99zM470.534 552.624c8.986 0 16.266-7.27 16.266-16.238-0.004-8.97-7.284-16.238-16.266-16.238h-164.024c-8.984 0-16.268 7.268-16.266 16.238-0.002 8.968 7.282 16.238 16.266 16.238h164.024zM530.020 676.026c8.984 0 16.264-7.27 16.264-16.238-0.004-8.97-7.284-16.238-16.268-16.238h-282.986c-8.984 0-16.268 7.268-16.266 16.238-0.002 8.968 7.282 16.238 16.266 16.238h282.99z" horiz-adv-x="668" />
</font></defs></svg>

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Binary file not shown.

View File

@ -116,6 +116,8 @@
<i class="ms ms-land ms-2x"></i>
<i class="ms ms-planeswalker ms-2x"></i>
<i class="ms ms-sorcery ms-2x"></i>
&nbsp;&nbsp;
<i class="ms ms-flashback ms-2x"></i>
</p>
<h3>Planeswalker symbols</h3>
<p>

View File

@ -89,7 +89,13 @@
/**
* Planeswalker symbols */
.@{prefix}-loyalty-up:before { content: "\e627"; } // Up
.@{prefix}-loyalty-down:before { content: "\e625"; } // Up
.@{prefix}-loyalty-zero:before { content: "\e626"; } // Up
.@{prefix}-loyalty-start:before { content: "\e628"; } // Up
.@{prefix}-loyalty-up:before { content: "\e627"; } // Up
.@{prefix}-loyalty-down:before { content: "\e625"; } // Up
.@{prefix}-loyalty-zero:before { content: "\e626"; } // Up
.@{prefix}-loyalty-start:before { content: "\e628"; } // Up
/**
* Other */
.@{prefix}-flashback:before { content: "\e629"; }