Change New and Coming Soon to text-info

This commit is contained in:
SaintPeter
2016-01-18 17:52:51 -08:00
parent a13178ad42
commit fdb2e6d20a

View File

@ -36,11 +36,11 @@ block content
span= challenge.title span= challenge.title
span.sr-only= " Incomplete" span.sr-only= " Incomplete"
if challenge.markNew if challenge.markNew
span.text-success.small     span.text-info.small    
strong strong
em New em New
if challengeBlock.isComingSoon if challengeBlock.isComingSoon
span.text-success.small     span.text-info.small    
strong strong
em Coming Soon em Coming Soon
span.text-primary     span.text-primary    
@ -51,11 +51,11 @@ block content
span= challenge.title span= challenge.title
span.sr-only= " Incomplete" span.sr-only= " Incomplete"
if challenge.markNew if challenge.markNew
span.text-success.small     span.text-info.small    
strong strong
em New em New
if challengeBlock.isComingSoon if challengeBlock.isComingSoon
span.text-success.small     span.text-info.small    
strong strong
em Coming Soon em Coming Soon
.spacer .spacer