mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-21 19:24:15 +00:00
refactor(bs3): fixes
This commit is contained in:
parent
0fe0cb4f2d
commit
ee871ccb01
3 changed files with 12 additions and 4 deletions
|
|
@ -16,6 +16,14 @@
|
|||
.wide-popover
|
||||
max-width: 400px
|
||||
|
||||
// Small alerts
|
||||
alert-sm-mixin()
|
||||
padding-top: 8px
|
||||
padding-bottom: 8px
|
||||
|
||||
.alert-sm
|
||||
alert-sm-mixin()
|
||||
|
||||
#notification-area
|
||||
position: fixed
|
||||
top: 0
|
||||
|
|
@ -23,8 +31,7 @@
|
|||
z-index: 1061
|
||||
|
||||
.alert
|
||||
padding-top: 8px
|
||||
padding-bottom: 8px
|
||||
alert-sm-mixin()
|
||||
|
||||
// variables
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,8 @@
|
|||
a(ui-sref='options.social.challenges.detail({cid:challenge._id})') {{challenge.name}}
|
||||
div(ng-if='group.challenges.length == 0')
|
||||
p=env.t('noChallenges')
|
||||
a(class='label' ui-sref='options.social.challenges')
|
||||
a.label.label-default(ui-sref='options.social.challenges')
|
||||
|
||||
span.glyphicon.glyphicon-bullhorn
|
||||
=env.t('challenges')
|
||||
=env.t('toCreate')
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@
|
|||
.col-md-8.tavern(ng-controller='ChatCtrl')
|
||||
h3=env.t('tavernTalk')
|
||||
include ./chat-box
|
||||
.alert.alert-info
|
||||
.alert.alert-info.alert-sm
|
||||
!=env.t('tavernAlert1') + ' <a href="https://github.com/HabitRPG/habitrpg/issues/2760" target="_blank">' + env.t('tavernAlert2') + '</a>.'
|
||||
ul.list-unstyled.tavern-chat
|
||||
include ./chat-message
|
||||
|
|
|
|||
Loading…
Reference in a new issue