706de95458
* header revamp - wip * fix webpack fonts * wip icons * fix compilation errors * implement icons loading without iconmoo * new svg implementation * wip * fix issues with svgs * fix issues with svgs * fix bits svg * fix displaying of pet in avatar * avatar class icon * no party header * update navigation * split code by route * round gems and gp * add string for faqs * fix icons in css
11 lines
123 B
SCSS
11 lines
123 B
SCSS
.bg-health {
|
|
background: $red-50;
|
|
}
|
|
|
|
.bg-experience {
|
|
background: $yellow-100;
|
|
}
|
|
|
|
.bg-mana {
|
|
background: $blue-100;
|
|
} |