add-santa-hat

@include add-santa-hat($color);

Description

Adds Santa hat to all Profile images on a campaign.

Parameters

$color (color)
Colour of Santa hat
Default: '#ff1b1b'

Return

(CSS) Styles to add Santa hat pseudo-element to all .profile-image elements

Examples

Add Santa hat to all Profile images

@include add-santa-hat();

Add Santa hat to all Profile images that's themed with the campaign primary color

@include add-santa-hat($primaryColor);
909

Effect combined with let-it-snow mixin