Skip to content

Commit c7d19bb

Browse files
committed
ui: sign in/up polish
1 parent 5406e0a commit c7d19bb

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

src/runtime/pages/SignIn.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ async function signinWithGoogle() {
167167
<v-row
168168
align="center"
169169
justify="center"
170-
class="h-screen mt-4 mt-sm-0"
170+
class="h-screen"
171171
>
172172
<v-col
173173
cols="12"
@@ -179,7 +179,7 @@ async function signinWithGoogle() {
179179
:width="xs ? 200 : 250"
180180
class="mx-auto mx-sm-0"
181181
/>
182-
<div class="text-center text-sm-left text-h5 mt-4">
182+
<div class="text-center text-sm-left text-h6 text-sm-h5 mt-2">
183183
{{ nuxtifyConfig.brand?.tagline }}
184184
</div>
185185
</v-col>
@@ -191,6 +191,7 @@ async function signinWithGoogle() {
191191
<v-card
192192
class="mx-auto px-6 py-8"
193193
max-width="344"
194+
elevation="8"
194195
>
195196
<!-- Heading -->
196197
<h1 class="text-center text-h5 mb-2">
@@ -294,7 +295,7 @@ async function signinWithGoogle() {
294295
:disabled="!form"
295296
:loading="loading"
296297
block
297-
:size="xs ? 'default' : 'large'"
298+
size="large"
298299
type="submit"
299300
>
300301
Sign In

src/runtime/pages/SignUp.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ async function signinWithGoogle() {
120120
<v-row
121121
align="center"
122122
justify="center"
123-
class="h-screen mt-4 mt-sm-0"
123+
class="h-screen"
124124
>
125125
<v-col
126126
cols="12"
@@ -132,7 +132,7 @@ async function signinWithGoogle() {
132132
:width="xs ? 200 : 250"
133133
class="mx-auto mx-sm-0"
134134
/>
135-
<div class="text-center text-sm-left text-h5 mt-4">
135+
<div class="text-center text-sm-left text-h6 text-sm-h5 mt-2">
136136
{{ nuxtifyConfig.brand?.tagline }}
137137
</div>
138138
</v-col>
@@ -144,6 +144,7 @@ async function signinWithGoogle() {
144144
<v-card
145145
class="mx-auto px-6 py-8"
146146
max-width="344"
147+
elevation="8"
147148
>
148149
<!-- Heading -->
149150
<h1 class="text-center text-h5 mb-2">
@@ -247,7 +248,7 @@ async function signinWithGoogle() {
247248
:disabled="!form"
248249
:loading="loading"
249250
block
250-
:size="xs ? 'default' : 'large'"
251+
size="large"
251252
type="submit"
252253
>
253254
Get Started

0 commit comments

Comments
 (0)