mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
18 lines
No EOL
691 B
Text
18 lines
No EOL
691 B
Text
#color-settings
|
|
table.table.table-bordered.table-hover
|
|
tr
|
|
th(data-i18n="wizard_settings.active") Active
|
|
th(data-i18n="wizard_settings.color") Color
|
|
th(data-i18n="wizard_settings.group") Group
|
|
for group in colorGroups
|
|
tr.color-group(data-name=group.name)
|
|
td.enabled-cell
|
|
input(type='checkbox', checked=group.exists, id=group.name).color-group-checkbox
|
|
td.color-cell
|
|
input.minicolors(type=hidden, value=group.rgb, name=group.name)
|
|
td.group-cell
|
|
label(for=group.name, data-i18n='wizard_settings.' + group.dasherized)= group.humanized
|
|
|
|
canvas#tinting-display(width=200, height=200).img-rounded
|
|
|
|
div.clearfix |