|
10 | 10 | <p class="widget-auth-info">
|
11 | 11 | Use your email to sign in.
|
12 | 12 | </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> |
14 | 14 | This is a real app with Node.js backend - use
|
15 | 15 | <br/>
|
16 | | - <span class="font-weight-bold">"admin@flatlogic.com / password"</span> |
| 16 | + <span class="fw-bold">"admin@flatlogic.com / password"</span> |
17 | 17 | <br/>
|
18 | 18 | to login!
|
19 | 19 | </b-alert>
|
|
27 | 27 | <div class="form-group">
|
28 | 28 | <input class="form-control no-border" ref="password" required type="password" name="password" placeholder="Password" />
|
29 | 29 | </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> |
31 | 31 | <p class="widget-auth-info">or sign in with</p>
|
32 | 32 | <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"> |
34 | 34 | <i class="social-icon social-google"></i>
|
35 | 35 | <p class="social-text">GOOGLE</p>
|
36 | 36 | </b-button>
|
37 | | - <b-button @click="microsoftLogin" variant="success" class="social-button"> |
| 37 | + <b-button @click="microsoftLogin" variant="danger" class="social-button text-white"> |
38 | 38 | <i class="social-icon social-microsoft"></i>
|
39 | 39 | <p class="social-text">MICROSOFT</p>
|
40 | 40 | </b-button>
|
|
0 commit comments