feature: Include theme checker tool in Hubl
This commit is contained in:
committed by
Jean-Baptiste Pasquier
parent
fae3025cc2
commit
aada18ac52
@ -5,6 +5,16 @@
|
||||
|
||||
span.beta-tag(data-trans='header.beta')
|
||||
|
||||
if themeChecker
|
||||
div.selector
|
||||
each val, index in ['primary', 'secondary', 'complementary', 'complementary-darken']
|
||||
label= 'Couleur ' + (index+1)
|
||||
input.input-color(
|
||||
id='color-'+val
|
||||
type="text"
|
||||
)
|
||||
|
||||
|
||||
solid-notifications.notLoggedIn(
|
||||
nested-field="inbox"
|
||||
bind-user
|
||||
|
Reference in New Issue
Block a user