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