mirror of
https://github.com/andrewgioia/mana.git
synced 2024-11-24 15:34:45 +00:00
Fix phyrexian colored mana
* regarding mtgjson the phyrexian mana is declared as first ‘color’ followed by phyrexian like: wp for white phyrexian
This commit is contained in:
parent
9b8a654d5b
commit
b6f8befd28
@ -17,23 +17,23 @@
|
|||||||
/**
|
/**
|
||||||
* Single symbols */
|
* Single symbols */
|
||||||
&.@{prefix}-w,
|
&.@{prefix}-w,
|
||||||
&.@{prefix}-pw {
|
&.@{prefix}-wp {
|
||||||
background-color: #F0F2C0;
|
background-color: #F0F2C0;
|
||||||
}
|
}
|
||||||
&.@{prefix}-u,
|
&.@{prefix}-u,
|
||||||
&.@{prefix}-pu {
|
&.@{prefix}-up {
|
||||||
background-color: #B5CDE3;
|
background-color: #B5CDE3;
|
||||||
}
|
}
|
||||||
&.@{prefix}-b,
|
&.@{prefix}-b,
|
||||||
&.@{prefix}-pb {
|
&.@{prefix}-bp {
|
||||||
background-color: #ACA29A;
|
background-color: #ACA29A;
|
||||||
}
|
}
|
||||||
&.@{prefix}-r,
|
&.@{prefix}-r,
|
||||||
&.@{prefix}-pr {
|
&.@{prefix}-rp {
|
||||||
background-color: #DB8664;
|
background-color: #DB8664;
|
||||||
}
|
}
|
||||||
&.@{prefix}-g,
|
&.@{prefix}-g,
|
||||||
&.@{prefix}-pg {
|
&.@{prefix}-gp {
|
||||||
background-color: #93B483;
|
background-color: #93B483;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -193,11 +193,11 @@
|
|||||||
/**
|
/**
|
||||||
* Phyrexian mana and size increases */
|
* Phyrexian mana and size increases */
|
||||||
&.@{prefix}-p:before,
|
&.@{prefix}-p:before,
|
||||||
&.@{prefix}-pw:before,
|
&.@{prefix}-wp:before,
|
||||||
&.@{prefix}-pu:before,
|
&.@{prefix}-up:before,
|
||||||
&.@{prefix}-pb:before,
|
&.@{prefix}-bp:before,
|
||||||
&.@{prefix}-pr:before,
|
&.@{prefix}-rp:before,
|
||||||
&.@{prefix}-pg:before {
|
&.@{prefix}-gp:before {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
-moz-transform: scale( 1.2, 1.2 );
|
-moz-transform: scale( 1.2, 1.2 );
|
||||||
-webkit-transform: scale( 1.2, 1.2 );
|
-webkit-transform: scale( 1.2, 1.2 );
|
||||||
|
@ -26,11 +26,11 @@
|
|||||||
.@{prefix}-y:before { content: "\e616"; }
|
.@{prefix}-y:before { content: "\e616"; }
|
||||||
.@{prefix}-z:before { content: "\e617"; }
|
.@{prefix}-z:before { content: "\e617"; }
|
||||||
.@{prefix}-p:before,
|
.@{prefix}-p:before,
|
||||||
.@{prefix}-pw:before,
|
.@{prefix}-wp:before,
|
||||||
.@{prefix}-pu:before,
|
.@{prefix}-up:before,
|
||||||
.@{prefix}-pb:before,
|
.@{prefix}-bp:before,
|
||||||
.@{prefix}-pr:before,
|
.@{prefix}-rp:before,
|
||||||
.@{prefix}-pg:before { content: "\e618"; }
|
.@{prefix}-gp:before { content: "\e618"; }
|
||||||
.@{prefix}-s:before { content: "\e619"; }
|
.@{prefix}-s:before { content: "\e619"; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user