File tree 4 files changed +15
-0
lines changed
src/shared/components/Settings/Profile
4 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -341,6 +341,7 @@ export default class Hobby extends ConsentComponent {
341
341
< div styleName = "field row-1" >
342
342
< label htmlFor = "hobby" >
343
343
Hobby
344
+ < span styleName = "text-required" > * Required</ span >
344
345
< input type = "hidden" />
345
346
</ label >
346
347
< input disabled = { ! canModifyTrait } id = "hobby" name = "hobby" type = "text" placeholder = "Hobby" onChange = { this . onUpdateInput } value = { newHobby . hobby } maxLength = "128" required />
@@ -351,6 +352,7 @@ export default class Hobby extends ConsentComponent {
351
352
< label styleName = "description-label" htmlFor = "description" >
352
353
< span >
353
354
Description
355
+ < span styleName = "text-required" > * Required</ span >
354
356
</ span >
355
357
{ ' ' }
356
358
< span styleName = "description-counts" >
Original file line number Diff line number Diff line change @@ -180,6 +180,12 @@ textarea {
180
180
line-height : 15px ;
181
181
font-weight : 500 ;
182
182
color : $tc-gray-80 ;
183
+
184
+ .text-required {
185
+ font-size : 10px ;
186
+ color : $tc-red-110 ;
187
+ margin-left : 5px ;
188
+ }
183
189
}
184
190
185
191
& .col-1 {
Original file line number Diff line number Diff line change @@ -590,6 +590,7 @@ export default class Skills extends ConsentComponent {
590
590
< div styleName = "field" >
591
591
< label htmlFor = "skills" >
592
592
Skill
593
+ < span styleName = "text-required" > * Required</ span >
593
594
< input type = "hidden" />
594
595
</ label >
595
596
< Select
Original file line number Diff line number Diff line change 165
165
line-height : 15px ;
166
166
color : $tc-gray-80 ;
167
167
margin-bottom : 6px ;
168
+
169
+ .text-required {
170
+ font-size : 10px ;
171
+ color : $tc-red-110 ;
172
+ margin-left : 5px ;
173
+ }
168
174
}
169
175
170
176
.col-1 ,
You can’t perform that action at this time.
0 commit comments