add styling for super tiles

This commit is contained in:
Gabriele Cirulli
2014-03-14 13:50:49 +01:00
parent 10c72a76b3
commit f663e17a4b
2 changed files with 23 additions and 0 deletions
+12
View File
@@ -393,6 +393,18 @@ hr {
$exponent: $exponent + 1;
}
// Super tiles (above 2048)
&.tile-super .tile-inner {
color: $bright-text-color;
background: mix(#333, $tile-gold-color, 95%);
font-size: 30px;
@include smaller(480px) {
font-size: 10px;
}
}
}
@include keyframes(appear) {