mirror of
https://github.com/andrewgioia/mana.git
synced 2024-11-22 06:54:46 +00:00
Merging phyrexian bug fixes with new prefix
This commit is contained in:
commit
66371bd58e
@ -17,23 +17,23 @@
|
|||||||
/**
|
/**
|
||||||
* Single symbols */
|
* Single symbols */
|
||||||
&.@{ms-prefix}-w,
|
&.@{ms-prefix}-w,
|
||||||
&.@{ms-prefix}-pw {
|
&.@{ms-prefix}-wp {
|
||||||
background-color: #F0F2C0;
|
background-color: #F0F2C0;
|
||||||
}
|
}
|
||||||
&.@{ms-prefix}-u,
|
&.@{ms-prefix}-u,
|
||||||
&.@{ms-prefix}-pu {
|
&.@{ms-prefix}-up {
|
||||||
background-color: #B5CDE3;
|
background-color: #B5CDE3;
|
||||||
}
|
}
|
||||||
&.@{ms-prefix}-b,
|
&.@{ms-prefix}-b,
|
||||||
&.@{ms-prefix}-pb {
|
&.@{ms-prefix}-bp {
|
||||||
background-color: #ACA29A;
|
background-color: #ACA29A;
|
||||||
}
|
}
|
||||||
&.@{ms-prefix}-r,
|
&.@{ms-prefix}-r,
|
||||||
&.@{ms-prefix}-pr {
|
&.@{ms-prefix}-rp {
|
||||||
background-color: #DB8664;
|
background-color: #DB8664;
|
||||||
}
|
}
|
||||||
&.@{ms-prefix}-g,
|
&.@{ms-prefix}-g,
|
||||||
&.@{ms-prefix}-pg {
|
&.@{ms-prefix}-gp {
|
||||||
background-color: #93B483;
|
background-color: #93B483;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -193,11 +193,11 @@
|
|||||||
/**
|
/**
|
||||||
* Phyrexian mana and size increases */
|
* Phyrexian mana and size increases */
|
||||||
&.@{ms-prefix}-p:before,
|
&.@{ms-prefix}-p:before,
|
||||||
&.@{ms-prefix}-pw:before,
|
&.@{ms-prefix}-wp:before,
|
||||||
&.@{ms-prefix}-pu:before,
|
&.@{ms-prefix}-up:before,
|
||||||
&.@{ms-prefix}-pb:before,
|
&.@{ms-prefix}-bp:before,
|
||||||
&.@{ms-prefix}-pr:before,
|
&.@{ms-prefix}-rp:before,
|
||||||
&.@{ms-prefix}-pg:before {
|
&.@{ms-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 @@
|
|||||||
.@{ms-prefix}-y:before { content: "\e616"; }
|
.@{ms-prefix}-y:before { content: "\e616"; }
|
||||||
.@{ms-prefix}-z:before { content: "\e617"; }
|
.@{ms-prefix}-z:before { content: "\e617"; }
|
||||||
.@{ms-prefix}-p:before,
|
.@{ms-prefix}-p:before,
|
||||||
.@{ms-prefix}-pw:before,
|
.@{ms-prefix}-wp:before,
|
||||||
.@{ms-prefix}-pu:before,
|
.@{ms-prefix}-up:before,
|
||||||
.@{ms-prefix}-pb:before,
|
.@{ms-prefix}-bp:before,
|
||||||
.@{ms-prefix}-pr:before,
|
.@{ms-prefix}-rp:before,
|
||||||
.@{ms-prefix}-pg:before { content: "\e618"; }
|
.@{ms-prefix}-gp:before { content: "\e618"; }
|
||||||
.@{ms-prefix}-s:before { content: "\e619"; }
|
.@{ms-prefix}-s:before { content: "\e619"; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user