Rob Fellows created NIFI-12956:
----------------------------------
Summary: Add semantic styles for the basic theme colors
Key: NIFI-12956
URL: https://issues.apache.org/jira/browse/NIFI-12956
Project: Apache NiFi
Issue Type: Sub-task
Components: Core UI
Reporter: Rob Fellows
We should add themed styles for the commonly used colors from the palettes. I'm
thinking like the 3 (light, default, dark) main colors from each palette.
Something like this:
{code:java}
.warn-light {
color: $warn-palette-light
}
.warn-default {
color: $warn-palette-default
}
.warn-dark {
color: $warn-palette-dark
}
.primary-light {
color: $primary-palette-light
}
.primary-default {
color: $primary-palette-default
}
.primary-dark {
color: $primary-palette-dark
}
.accent-light {
color: $accent-palette-light
}
.accent-default {
color: $accent-palette-default
}
.accent-dark {
color: $accent-palette-dark
}
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)