Преглед изворни кода

:lipstick: Styled buttons using waveui standards

tabs-content
tomit4 пре 3 година
родитељ
комит
23aa37c686

+ 1
- 1
frontend/src/components/onboarding/FormInput.vue Прегледај датотеку

19
     textarea(v-if='question.response_key_prompt == "blurb"' placeholder='My Origin Story starts off like this...' type='text' v-model='input' rows='4' cols='50')
19
     textarea(v-if='question.response_key_prompt == "blurb"' placeholder='My Origin Story starts off like this...' type='text' v-model='input' rows='4' cols='50')
20
     p(v-if='question.response_key_prompt == "image"') Hey, you're almost done!
20
     p(v-if='question.response_key_prompt == "image"') Hey, you're almost done!
21
         p Please provide an image of yourself so others can recognize you if you ever meet up IRL:
21
         p Please provide an image of yourself so others can recognize you if you ever meet up IRL:
22
-        button(@click='submitImage') Upload Image
22
+        w-button.ma1.grow(@click='submitImage') Upload Image
23
     w-button.ma1.grow(@click='handleSubmit') NEXT
23
     w-button.ma1.grow(@click='handleSubmit') NEXT
24
 </template>
24
 </template>
25
 <script>
25
 <script>

+ 2
- 3
frontend/src/views/SurveyCompleteView.vue Прегледај датотеку

15
                 p {{ surveyObjects[index].response_key_prompt }}
15
                 p {{ surveyObjects[index].response_key_prompt }}
16
                 p You Answered:  {{aspect}}
16
                 p You Answered:  {{aspect}}
17
                 br
17
                 br
18
-        button(@click="changeAnswers") Change Answers
19
-        br
20
-        button(@click="finalSubmit") Submit Answers
18
+        w-button.ma1(@click="changeAnswers") Change Answers
19
+        w-button.ma1(@click="finalSubmit") Submit Answers
21
 </template>
20
 </template>
22
 
21
 
23
 <script>
22
 <script>

Loading…
Откажи
Сачувај