Files
habitica/website/client/src/assets/scss/stats.scss
T
Matteo Pagliazzi b44fbdcb14 old client structure
2019-10-01 11:44:38 +02:00

11 lines
123 B
SCSS

.bg-health {
background: $red-50;
}
.bg-experience {
background: $yellow-100;
}
.bg-mana {
background: $blue-100;
}