Files
habitica/website/client/src/assets/scss/variables.scss
2020-11-30 14:59:30 -06:00

12 lines
417 B
SCSS

// this variables are used to determine which shop npc/backgrounds should be loaded
// possible values are: normal, fall, habitoween, normal, winter, nye, birthday, valentines, normal, normal
// more to be added on future seasons
$npc_market_flavor: 'normal';
$npc_quests_flavor: 'normal';
$npc_seasonal_flavor: 'normal';
$npc_timetravelers_flavor: 'normal';
$npc_tavern_flavor: 'normal';
$menuToolbarHeight: 56px;