Skip to content

fix: styles in submission page #7087

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/shared/components/SubmissionPage/Submit/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class Submit extends React.Component {
<div>
<ol styleName="wipro-steps">
<li>Upload the outcome/asset/deliverable of the challenge to the repository
(Wipro SharePoint folder) as specified by the project team/challenge creator.
(<strong styleName="wipro-bold">Wipro SharePoint folder</strong>) as specified by the project team/challenge creator.
</li>
<li>Copy the link of the outcome/asset/deliverable that was uploaded.
Enter this link in the text box and click on “SET URL”.
Expand All @@ -188,7 +188,7 @@ class Submit extends React.Component {
</div>
<p styleName="wipro-paragraph">
Note: All deliverables/outcomes should be uploaded to the Wipro SharePoint
directory <strong>ONLY</strong>. For work done directly on customer environment and
directory <strong styleName="wipro-bold">ONLY</strong>. For work done directly on customer environment and
involving a customer SharePoint/drive/folder link, create a word document and include a
brief summary of the work done and list the deliverables/assets created along
with the link to the customer SharePoint/drive/folder link and upload the word
Expand Down
4 changes: 4 additions & 0 deletions src/shared/components/SubmissionPage/Submit/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -309,3 +309,7 @@
.wipro-red {
color: red;
}

.wipro-bold {
font-weight: bold;
}