add styling for super tiles
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user