feat(forms): tighten labels and add Circle helper text
- join.vue: "Full Name" -> "Name", "Email Address" -> "Email", drop redundant "Your name" placeholder - join.vue + accept-invite.vue: unify Circle helper copy to "Where you are in your co-op journey. You can change this anytime." - join.vue: add .field-note style rule for the new helper paragraph
This commit is contained in:
parent
ad63a37a05
commit
1079e8212f
2 changed files with 11 additions and 4 deletions
|
|
@ -68,7 +68,7 @@
|
|||
|
||||
<div class="form-group full-width">
|
||||
<label class="form-label">Circle</label>
|
||||
<p class="field-note" style="margin-bottom: 8px">Which circle fits where you are right now?</p>
|
||||
<p class="field-note" style="margin-bottom: 8px">Where you are in your co-op journey. You can change this anytime.</p>
|
||||
<div class="circle-radios">
|
||||
<div class="circle-radio community">
|
||||
<input
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue