mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Removing extra class in favor of .lead
This commit is contained in:
parent
ff2ebe46b8
commit
065238525c
2 changed files with 1 additions and 8 deletions
|
|
@ -109,13 +109,6 @@ html, body
|
|||
/* Misc
|
||||
-------------------------------------------------- */
|
||||
//move
|
||||
|
||||
.modal-subheading {
|
||||
margin: 12px 0 8px;
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.new-stuff-modal // a .modal-body
|
||||
h2, h3
|
||||
font-weight: 700
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@ script(type='text/ng-template', id='modals/abuse-flag.html')
|
|||
script(type='text/ng-template', id='modals/remove-member.html')
|
||||
.modal-header.text-center
|
||||
h4=env.t('sureKick')
|
||||
p.modal-subheading {{::removeMemberData.member.profile.name}}
|
||||
p.lead: strong {{::removeMemberData.member.profile.name}}
|
||||
.modal-body
|
||||
textarea.form-control(type='text',rows='5',placeholder=env.t('optionalMessage'),ng-model='removeMemberData.message')
|
||||
.modal-footer
|
||||
|
|
|
|||
Loading…
Reference in a new issue