Last active
March 12, 2016 08:28
-
-
Save jnstq/be6516ea77fc322309e0 to your computer and use it in GitHub Desktop.
Countdown 128x64
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Time", | |
"style": { | |
"width": "128px", | |
"height": "64px", | |
"background": "black", | |
"color": "#fff", | |
"padding": "4px", | |
"lineHeight": 1.1 | |
}, | |
"layout": [ | |
[ | |
{ | |
"component": "I18n", | |
"value": "scoreboard.components.competition_starts_in", | |
"style": { | |
"textAlign": "center", | |
"fontSize": 12, | |
"marginTop": 0 | |
} | |
}, | |
{ | |
"component": "CompetitionCountDown", | |
"style": { | |
"fontSize": 24, | |
"textAlign": "center" | |
} | |
}, | |
{ | |
"component": "DayTime", | |
"style": { | |
"fontSize": 16, | |
"textAlign": "right" | |
} | |
} | |
] | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment