diff --git a/src/shared/components/challenge-detail/Header/index.jsx b/src/shared/components/challenge-detail/Header/index.jsx index 3eb3dc8b8a..85e914bfde 100644 --- a/src/shared/components/challenge-detail/Header/index.jsx +++ b/src/shared/components/challenge-detail/Header/index.jsx @@ -261,9 +261,9 @@ export default function ChallengeHeader(props) {
-

+

PRIZES -

+ { bonusType ? ( diff --git a/src/shared/components/challenge-detail/Specification/SideBar/index.jsx b/src/shared/components/challenge-detail/Specification/SideBar/index.jsx index acede5ae5e..7f85c70da5 100644 --- a/src/shared/components/challenge-detail/Specification/SideBar/index.jsx +++ b/src/shared/components/challenge-detail/Specification/SideBar/index.jsx @@ -100,12 +100,12 @@ DOWNLOADS: { !isDesign && !isMM && (
-

+

REVIEW STYLE: -

-

+

+

Final Review: -

+ {reviewTypeTitle} @@ -114,9 +114,9 @@ Final Review:
-

+

Approval: -

+ User Sign-Off @@ -131,9 +131,9 @@ Approval: { !isMM && (
-

+

CHALLENGE LINKS: -

+ { isDevelop && environment && environment.length > 0 && ( @@ -181,12 +181,12 @@ Approval: isDesign && (
-

+

SUBMISSION FORMAT: -

-

+

+

Your Design Files: -

+
  1. {'Look for instructions in this challenge regarding what files to provide.'} @@ -214,9 +214,9 @@ Your Design Files: Read the FAQ.

    -

    +

    Fonts, Stock Photos, and Icons: -

    +

    All fonts, stock photos, and icons within your design must be declared when you submit. DO NOT include any 3rd party files in your @@ -227,9 +227,9 @@ Fonts, Stock Photos, and Icons: here.

    -

    +

    Screening: -

    +

    All submissions are screened for eligibility before the challenge holder picks winners. Don @@ -250,9 +250,9 @@ t let your hard work go to waste. }

    -

    +

    SOURCE FILES: -

    +
      { fileTypes && fileTypes.length > 0 @@ -267,9 +267,9 @@ SOURCE FILES:

      You must include all source files with your submission.

      -

      +

      SUBMISSION LIMIT: -

      +

      { submissionLimit @@ -287,9 +287,9 @@ SUBMISSION LIMIT: terms.length > 0 && (

      -

      +

      CHALLENGE TERMS: -

      +
      { terms.map(t => ( @@ -308,9 +308,9 @@ CHALLENGE TERMS: } { shareable && (
      -

      +

      SHARE: -

      +
      )} diff --git a/src/shared/components/challenge-detail/Specification/SideBar/styles.scss b/src/shared/components/challenge-detail/Specification/SideBar/styles.scss index 438ad98832..c69db8c60a 100644 --- a/src/shared/components/challenge-detail/Specification/SideBar/styles.scss +++ b/src/shared/components/challenge-detail/Specification/SideBar/styles.scss @@ -91,7 +91,7 @@ padding-bottom: 7px; } - h3 { + h2 { @include roboto-bold; font-size: 13px; @@ -100,7 +100,7 @@ padding-bottom: 2px; } - h4 { + h3 { @include roboto-bold; font-size: 13px; @@ -109,7 +109,7 @@ margin-top: 4 * $base-unit; } - h4:first-of-type { + h3:first-of-type { margin-top: 2 * $base-unit; }