Skip to content

Commit 1d3c09f

Browse files
author
Yeliazar
committed
updated Login
1 parent bc1bf0a commit 1d3c09f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/pages/Login/Login.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<p class="widget-auth-info">
1111
Use your email to sign in.
1212
</p>
13-
<b-alert class="alert-sm text-center mt-2" variant="secondary" show>
13+
<b-alert class="alert-sm text-center mt-2" variant="primary" show>
1414
This is a real app with Node.js backend - use
1515
<br/>
16-
<span class="font-weight-bold">"[email protected] / password"</span>
16+
<span class="fw-bold">"[email protected] / password"</span>
1717
<br/>
1818
to login!
1919
</b-alert>
@@ -27,14 +27,14 @@
2727
<div class="form-group">
2828
<input class="form-control no-border" ref="password" required type="password" name="password" placeholder="Password" />
2929
</div>
30-
<b-button type="submit" size="sm" class="auth-btn mb-3" variant="info">{{this.isFetching ? 'Loading...' : 'Login'}}</b-button>
30+
<b-button type="submit" size="sm" class="auth-btn mb-3 text-white" variant="primary">{{this.isFetching ? 'Loading...' : 'Login'}}</b-button>
3131
<p class="widget-auth-info">or sign in with</p>
3232
<div class="social-buttons">
33-
<b-button @click="googleLogin" variant="primary" class="social-button mb-2">
33+
<b-button @click="googleLogin" variant="warning" class="social-button mb-2 text-white">
3434
<i class="social-icon social-google"></i>
3535
<p class="social-text">GOOGLE</p>
3636
</b-button>
37-
<b-button @click="microsoftLogin" variant="success" class="social-button">
37+
<b-button @click="microsoftLogin" variant="danger" class="social-button text-white">
3838
<i class="social-icon social-microsoft"></i>
3939
<p class="social-text">MICROSOFT</p>
4040
</b-button>

0 commit comments

Comments
 (0)