Merge pull request #6293 from SaintPeter/fix/new-challenge-color
Change New and Coming Soon to text-info (Blue)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user