diff --git a/.circleci/config.yml b/.circleci/config.yml index 9231a0cf..aa29c413 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -81,7 +81,7 @@ workflows: context : org-global filters: branches: - only: ['develop', 'feature/bug-bash-jun'] + only: ['develop', 'feature/bug-bash-july'] # Production builds are exectuted only on tagged commits to the # master branch. diff --git a/src/components/ChallengeEditor/ChallengeEditor.module.scss b/src/components/ChallengeEditor/ChallengeEditor.module.scss index 79366ade..80989102 100644 --- a/src/components/ChallengeEditor/ChallengeEditor.module.scss +++ b/src/components/ChallengeEditor/ChallengeEditor.module.scss @@ -15,20 +15,33 @@ } } -.title { - @include roboto-bold(); +.textCenter { + text-align: center; +} + +.topContainer { + margin-top: 30px; + display: flex; + justify-content: space-between; + align-items: center; + padding: 0 20px; +} +.leftContainer { + display: flex; + align-items: center; + .title { + text-align: left; + } +} + +.title { font-size: 24px; font-weight: 700; line-height: 29px; + margin-right: 5px; color: $challenges-title; - margin-top: 30px; text-align: center; - - span { - color: $tc-red; - } - } .textRequired { @@ -255,7 +268,6 @@ } .actionButtons { - position: absolute; top: 30px; a,button { height: 40px; diff --git a/src/components/ChallengeEditor/ChallengeViewTabs/ChallengeViewTabs.module.scss b/src/components/ChallengeEditor/ChallengeViewTabs/ChallengeViewTabs.module.scss index 3a4e50c1..d6ecc12d 100644 --- a/src/components/ChallengeEditor/ChallengeViewTabs/ChallengeViewTabs.module.scss +++ b/src/components/ChallengeEditor/ChallengeViewTabs/ChallengeViewTabs.module.scss @@ -3,11 +3,32 @@ $tc-dark-blue: #0681ff; $tc-white: #FFFFFF; +.topContainer { + margin-top: 30px; + display: flex; + justify-content: space-between; + align-items: center; + padding: 0 20px; +} + +.leftContainer { + display: flex; + align-items: center; +} +.title { + @include roboto-bold(); + + font-size: 24px; + font-weight: 700; + line-height: 29px; + margin-right: 5px; + color: $challenges-title; + text-align: left; +} + .actionButtons { display: flex; - position: absolute; top: 30px; - margin-top: 53px; } .actionButtonsLeft { @@ -38,21 +59,6 @@ $tc-white: #FFFFFF; } } -.title { - @include roboto-bold(); - - font-size: 24px; - font-weight: 700; - line-height: 29px; - color: $challenges-title; - margin-top: 25px; - text-align: center; - - span { - color: $tc-red; - } -} - .challenge-view-selector { display: flex; flex-wrap: wrap; diff --git a/src/components/ChallengeEditor/ChallengeViewTabs/index.js b/src/components/ChallengeEditor/ChallengeViewTabs/index.js index e213f179..c431f8d4 100644 --- a/src/components/ChallengeEditor/ChallengeViewTabs/index.js +++ b/src/components/ChallengeEditor/ChallengeViewTabs/index.js @@ -81,60 +81,64 @@ const ChallengeViewTabs = ({ return (
Are you sure want to complete task "{challenge.name}" with the prize ${taskPrize} for {assignedMember}?
} @@ -1600,14 +1600,16 @@ class ChallengeEditor extends Component { return (