fix: theme checker
This commit is contained in:
@ -9,20 +9,20 @@ div
|
||||
span.tag.reversed.text-semibold(data-trans='header.beta')
|
||||
|
||||
div
|
||||
solid-notifications.segment.sm-margin-right-xlarge(
|
||||
nested-field="inbox"
|
||||
bind-user
|
||||
)
|
||||
|
||||
if themeChecker
|
||||
div.selector
|
||||
each val, index in ['primary', 'secondary', 'complementary', 'complementary-darken']
|
||||
label= 'Couleur ' + (index+1)
|
||||
div.selector.text-center
|
||||
each val, index in ['primary', 'secondary', 'third', 'heading']
|
||||
label.segment.margin-right-medium.margin-top-xsmall= 'Couleur ' + (index+1)
|
||||
input.input-color(
|
||||
id='color-'+val
|
||||
type="text"
|
||||
)
|
||||
|
||||
solid-notifications.segment.sm-margin-right-xlarge(
|
||||
nested-field="inbox"
|
||||
bind-user
|
||||
)
|
||||
|
||||
//- User menu visible on large screens
|
||||
details.segment.sm-hidden.user-controls
|
||||
summary.text-right
|
||||
|
Reference in New Issue
Block a user