Removing extra class in favor of .lead

This commit is contained in:
Tyler Smith 2016-02-02 10:22:17 -08:00
parent ff2ebe46b8
commit 065238525c
2 changed files with 1 additions and 8 deletions

View file

@ -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

View file

@ -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