Skip to content

Instantly share code, notes, and snippets.

@jnstq
Last active March 12, 2016 08:28
Show Gist options
  • Save jnstq/be6516ea77fc322309e0 to your computer and use it in GitHub Desktop.
Save jnstq/be6516ea77fc322309e0 to your computer and use it in GitHub Desktop.
Countdown 128x64
{
"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