mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
13 lines
452 B
SCSS
13 lines
452 B
SCSS
// this variables are used to determine which shop npc/backgrounds should be loaded
|
|
// possible values are: normal, fall, habitoween, thanksgiving, winter, nye, birthday, valentines, spring, summer
|
|
// 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';
|
|
|
|
$restingToolbarHeight: 40px;
|
|
$menuToolbarHeight: 56px;
|