Skip to content

Commit 1ac4a55

Browse files
committed
fix: styles in submission page
1 parent 8fbdd0c commit 1ac4a55

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/shared/components/SubmissionPage/Submit/index.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ class Submit extends React.Component {
171171
<div>
172172
<ol styleName="wipro-steps">
173173
<li>Upload the outcome/asset/deliverable of the challenge to the repository
174-
(Wipro SharePoint folder) as specified by the project team/challenge creator.
174+
(<strong styleName="wipro-bold">Wipro SharePoint folder</strong>) as specified by the project team/challenge creator.
175175
</li>
176176
<li>Copy the link of the outcome/asset/deliverable that was uploaded.
177177
Enter this link in the text box and click on “SET URL”.
@@ -188,7 +188,7 @@ class Submit extends React.Component {
188188
</div>
189189
<p styleName="wipro-paragraph">
190190
Note: All deliverables/outcomes should be uploaded to the Wipro SharePoint
191-
directory <strong>ONLY</strong>. For work done directly on customer environment and
191+
directory <strong styleName="wipro-bold">ONLY</strong>. For work done directly on customer environment and
192192
involving a customer SharePoint/drive/folder link, create a word document and include a
193193
brief summary of the work done and list the deliverables/assets created along
194194
with the link to the customer SharePoint/drive/folder link and upload the word

src/shared/components/SubmissionPage/Submit/styles.scss

+4
Original file line numberDiff line numberDiff line change
@@ -309,3 +309,7 @@
309309
.wipro-red {
310310
color: red;
311311
}
312+
313+
.wipro-bold {
314+
font-weight: bold;
315+
}

0 commit comments

Comments
 (0)