File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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" >"admin@flatlogic.com / password"</span >
16+ <span class =" fw -bold" >"admin@flatlogic.com / password"</span >
1717 <br />
1818 to login!
1919 </b-alert >
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 >
You can’t perform that action at this time.
0 commit comments