Merge pull request #6293 from SaintPeter/fix/new-challenge-color

Change New and Coming Soon to text-info (Blue)
This commit is contained in:
Quincy Larson
2016-01-20 17:24:37 +08:00

View File

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