mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +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
|
left: 2px
|
||||||
opacity: 0 // Hide username by default
|
opacity: 0 // Hide username by default
|
||||||
transition: opacity 0.2s ease-out
|
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
|
// Show username if not using mount or background
|
||||||
&.isUser.noBackgroundImage:not(.hasMount)
|
&.isUser.noBackgroundImage:not(.hasMount)
|
||||||
|
|
|
||||||
|
|
@ -130,8 +130,7 @@ hrpg-contributor-label-mixin($hrpg-contributor-color)
|
||||||
.label-contributor-7
|
.label-contributor-7
|
||||||
hrpg-contributor-label-mixin($color-contributor-seven)
|
hrpg-contributor-label-mixin($color-contributor-seven)
|
||||||
.label-contributor-8
|
.label-contributor-8
|
||||||
hrpg-contributor-label-mixin($color-contributor-staff)
|
hrpg-contributor-label-mixin($color-contributor-mod)
|
||||||
// FOR NEW MOD LEVEL: line above will change from -staff to -mod
|
|
||||||
.label-contributor-9
|
.label-contributor-9
|
||||||
hrpg-contributor-label-mixin($color-contributor-staff)
|
hrpg-contributor-label-mixin($color-contributor-staff)
|
||||||
.label-npc
|
.label-npc
|
||||||
|
|
|
||||||
|
|
@ -123,11 +123,9 @@
|
||||||
!=env.t('legSeventh')
|
!=env.t('legSeventh')
|
||||||
tr
|
tr
|
||||||
td
|
td
|
||||||
a.label.label-contributor-7(ng-click='toggleUserTier($event)')=env.t('moderator') + ' (' + env.t('guardian') + ')'
|
a.label.label-contributor-8(ng-click='toggleUserTier($event)')=env.t('moderator') + ' (' + env.t('guardian') + ')'
|
||||||
// FOR NEW MOD LEVEL: line above will change from -7 to -8
|
|
||||||
div
|
div
|
||||||
p=env.t('guardianText')
|
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
|
tr
|
||||||
td
|
td
|
||||||
a.label.label-contributor-9(ng-click='toggleUserTier($event)')=env.t('staff') + ' (' + env.t('heroic') + ')'
|
a.label.label-contributor-9(ng-click='toggleUserTier($event)')=env.t('staff') + ' (' + env.t('heroic') + ')'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue