mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
Revert "move progress-pollyfill to require for performance"
This reverts commit 96b983b564.
23 lines
No EOL
380 B
Stylus
23 lines
No EOL
380 B
Stylus
// basic avatar sprite group
|
|
.avatar
|
|
cursor: pointer
|
|
position: relative
|
|
width: 90px
|
|
height: 90px
|
|
|
|
.character-sprites
|
|
position: absolute
|
|
|
|
.lvl
|
|
position: absolute
|
|
bottom: 0px
|
|
right: 10px
|
|
|
|
// main and party avatars
|
|
.main-avatar, .party-avatar
|
|
.character-sprites
|
|
top: -15px
|
|
|
|
|
|
.character-sprites span
|
|
position: absolute |