mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 12:48:52 +00:00
finish applying new colours for tier 9 (staff) and tier 8 (mods)
This commit is contained in:
parent
8961ac6198
commit
0f5ef3a1ea
3 changed files with 3 additions and 5 deletions
|
|
@ -39,6 +39,7 @@ future re: pets and whatnot, this is just temporary.
|
|||
left: 2px
|
||||
opacity: 0 // Hide username by default
|
||||
transition: opacity 0.2s ease-out
|
||||
opacity: 1 // TST XXX ALYS - make it easy to see name colour in party
|
||||
|
||||
// Show username if not using mount or background
|
||||
&.isUser.noBackgroundImage:not(.hasMount)
|
||||
|
|
|
|||
|
|
@ -130,8 +130,7 @@ hrpg-contributor-label-mixin($hrpg-contributor-color)
|
|||
.label-contributor-7
|
||||
hrpg-contributor-label-mixin($color-contributor-seven)
|
||||
.label-contributor-8
|
||||
hrpg-contributor-label-mixin($color-contributor-staff)
|
||||
// FOR NEW MOD LEVEL: line above will change from -staff to -mod
|
||||
hrpg-contributor-label-mixin($color-contributor-mod)
|
||||
.label-contributor-9
|
||||
hrpg-contributor-label-mixin($color-contributor-staff)
|
||||
.label-npc
|
||||
|
|
|
|||
|
|
@ -123,11 +123,9 @@
|
|||
!=env.t('legSeventh')
|
||||
tr
|
||||
td
|
||||
a.label.label-contributor-7(ng-click='toggleUserTier($event)')=env.t('moderator') + ' (' + env.t('guardian') + ')'
|
||||
// FOR NEW MOD LEVEL: line above will change from -7 to -8
|
||||
a.label.label-contributor-8(ng-click='toggleUserTier($event)')=env.t('moderator') + ' (' + env.t('guardian') + ')'
|
||||
div
|
||||
p=env.t('guardianText')
|
||||
// FOR NEW MOD LEVEL: edit guardianText to remove this: "Not all Tier 7 contributors are moderators. All current moderators are listed below the Tavern chat box."
|
||||
tr
|
||||
td
|
||||
a.label.label-contributor-9(ng-click='toggleUserTier($event)')=env.t('staff') + ' (' + env.t('heroic') + ')'
|
||||
|
|
|
|||
Loading…
Reference in a new issue