habitica-self-host/website
Brian Fenton 88c625fe80 removing the 24px top margin on .modal-dialog .title (#10377)
* removing the 24px top margin on .modal-dialog .title so boss HP and difficulty line up

* stop overloading title so much and use a properly-scoped style

* removing unnecessary temp vars

* using SCSS color vars as per CR

* using relative font size measurements instead of absolute pixels, and adding popover override CSS to not break quest shop & invite notifications

* removing redundant font declarations
2018-06-15 10:58:28 +02:00
..
client removing the 24px top margin on .modal-dialog .title (#10377) 2018-06-15 10:58:28 +02:00
common chore(i18n): update locales 2018-06-14 17:06:55 +00:00
raw_sprites feat(content): Aquatic Amigos quest bundle 2018-06-12 20:19:14 +00:00
server Fixes asynchronous cron bug that allows cron to run twice for a user within seconds. (#10142) 2018-06-14 13:47:44 -05:00
static fix(audio): rename todo audio files with wrong casing, fixes #10294 2018-05-19 20:03:19 +02:00
README.md expose new client at /new-app, can be enabled in prod setting a flag 2016-09-21 13:43:39 +02:00

/website/client contains the source files for the new client side that is being developed as part of the Habitica.com redesign. Static assets for the new client can be found in website/static.

The old client side files can be found in /website/client-old, they are still used on Habitica.com while the redesign is in progress.