mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 11:38:24 +00:00
Merge pull request #1899 from Fandekasp/header_colors
change avatars lvl colors
This commit is contained in:
commit
c5a42cbf5a
2 changed files with 3 additions and 3 deletions
|
|
@ -164,7 +164,6 @@ div.tooltip-inner {
|
|||
position absolute
|
||||
bottom 0px
|
||||
right 0px
|
||||
background-color #dfe9ea
|
||||
padding 1px 3px 1px 3px
|
||||
|
||||
a
|
||||
|
|
@ -178,4 +177,4 @@ a
|
|||
|
||||
.modal-indented-list
|
||||
margin-left: 10px;
|
||||
padding-left: 10px;
|
||||
padding-left: 10px;
|
||||
|
|
|
|||
|
|
@ -27,4 +27,5 @@ figure.herobox(ng-click='clickMember(profile._id)', data-name='{{profile.profile
|
|||
// Pet
|
||||
// FIXME handle @minimal, this might have to be a directive
|
||||
span.current-pet(class='Pet-{{profile.items.currentPet}}', ng-show='profile.items.currentPet && !minimal')
|
||||
.avatar-level Lvl {{profile.stats.lvl}}
|
||||
.avatar-level(class='label label-contributor-{{profile.contributor.level}}' ng-class='{"badge badge-info": {{party.leader==profile._id}}}')
|
||||
| Lvl {{profile.stats.lvl}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue