mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 03:34:14 +00:00
refactor(bs3): misc
This commit is contained in:
parent
9ea9ed841d
commit
b4be88f4e0
2 changed files with 3 additions and 3 deletions
|
|
@ -18,9 +18,6 @@ future re: pets and whatnot, this is just temporary.
|
|||
bottom 0px
|
||||
right 0px
|
||||
padding 2px 3px 2px 3px
|
||||
border-top-right-radius: 0px
|
||||
border-bottom-right-radius: 0px
|
||||
border-bottom-left-radius: 0px
|
||||
|
||||
// basic herobox styles
|
||||
.herobox
|
||||
|
|
|
|||
|
|
@ -74,6 +74,7 @@ script(type='text/ng-template', id='partials/options.social.html')
|
|||
li(ng-class="{ active: $state.includes('options.social.tavern') }")
|
||||
a(ui-sref='options.social.tavern')
|
||||
span.glyphicon.glyphicon-eye-close
|
||||
|
|
||||
=env.t('tavern')
|
||||
li(ng-class="{ active: $state.includes('options.social.party') }")
|
||||
a(ui-sref='options.social.party')
|
||||
|
|
@ -84,10 +85,12 @@ script(type='text/ng-template', id='partials/options.social.html')
|
|||
li(ng-class="{ active: $state.includes('options.social.challenges') }")
|
||||
a(ui-sref='options.social.challenges')
|
||||
span.glyphicon.glyphicon-bullhorn
|
||||
|
|
||||
=env.t('challenges')
|
||||
li(ng-class="{ active: $state.includes('options.social.hall') }")
|
||||
a(ui-sref='options.social.hall')
|
||||
span.glyphicon.glyphicon-flag
|
||||
|
|
||||
=env.t('hall')
|
||||
|
||||
.tab-content
|
||||
|
|
|
|||
Loading…
Reference in a new issue