activity-goal-theme

@include activity-goal-theme($theme);

Description

Control the colours used for the Activity Goals tile when an image is not available.

Parameters

$theme (shades | color)
Base colour to be used as theme.
Default: primary

Return

(CSS) Styles to theme .activity-goals__item--no-image.

Examples

Apply a secondary theme to activity goals

@include activity-goal-theme(secondary);

Use a custom color to theme activity goals

@include activity-goal-theme(#298f76);