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= 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
|
||||||
|
Reference in New Issue
Block a user