This repository was archived by the owner on Aug 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +23
-10
lines changed Expand file tree Collapse file tree 4 files changed +23
-10
lines changed Original file line number Diff line number Diff line change 3939 width : 300px ;
4040 height : 300px ;
4141}
42+
43+ .social {
44+ -webkit-transition-duration : 0.4s ;
45+ -moz-transition-duration : 0.4s ;
46+ -o-transition-duration : 0.4s ;
47+ transition-duration : 0.4s ;
48+ }
49+
50+ .social : hover {
51+ opacity : 0.65 ;
52+ }
Original file line number Diff line number Diff line change 11< section class ="row ">
2- < h3 class ="col-md-12 text-center "> Sign in using your social accounts</ h3 >
3- < div class ="col-md-12 text-center ">
4- < img ng-click ="vm.callOauthProvider('/api/auth/facebook') " ng-src ="/modules/users/client/img/buttons/facebook.png ">
5- < img ng-click ="vm.callOauthProvider('/api/auth/twitter') " ng-src ="/modules/users/client/img/buttons/twitter.png ">
6- < img ng-click ="vm.callOauthProvider('/api/auth/google') " ng-src ="/modules/users/client/img/buttons/google.png ">
7- < img ng-click ="vm.callOauthProvider('/api/auth/linkedin') " ng-src ="/modules/users/client/img/buttons/linkedin.png ">
8- < img ng-click ="vm.callOauthProvider('/api/auth/github') " ng-src ="/modules/users/client/img/buttons/github.png ">
9- < img ng-click ="vm.callOauthProvider('/api/auth/paypal') " ng-src ="/modules/users/client/img/buttons/paypal.png ">
2+ < h3 class ="col-xs-12 text-center "> Sign in using your social accounts</ h3 >
3+ < div class ="row col-xs-12 col-md-6 text-center ">
4+ < div class ="col-xs-4 social "> < a class ="btn "> < img class ="img-responsive " ng-click ="vm.callOauthProvider('/api/auth/facebook') " ng-src ="/modules/users/client/img/buttons/facebook.png "> </ a > </ div >
5+ < div class ="col-xs-4 social "> < a class ="btn "> < img class ="img-responsive " ng-click ="vm.callOauthProvider('/api/auth/twitter') " ng-src ="/modules/users/client/img/buttons/twitter.png "> </ a > </ div >
6+ < div class ="col-xs-4 social "> < a class ="btn "> < img class ="img-responsive " ng-click ="vm.callOauthProvider('/api/auth/google') " ng-src ="/modules/users/client/img/buttons/google.png "> </ a > </ div >
7+ </ div >
8+ < div class ="row col-xs-12 col-md-6 text-center ">
9+ < div class ="col-xs-4 social "> < a class ="btn "> < img class ="img-responsive " ng-click ="vm.callOauthProvider('/api/auth/linkedin') " ng-src ="/modules/users/client/img/buttons/linkedin.png "> </ a > </ div >
10+ < div class ="col-xs-4 social "> < a class ="btn "> < img class ="img-responsive " ng-click ="vm.callOauthProvider('/api/auth/github') " ng-src ="/modules/users/client/img/buttons/github.png "> </ a > </ div >
11+ < div class ="col-xs-4 social "> < a class ="btn "> < img class ="img-responsive " ng-click ="vm.callOauthProvider('/api/auth/paypal') " ng-src ="/modules/users/client/img/buttons/paypal.png "> </ a > </ div >
1012 </ div >
1113 < div ui-view > </ div >
1214</ section >
Original file line number Diff line number Diff line change 11< div >
2- < h3 class ="col-md -12 text-center "> Or with your account</ h3 >
2+ < h3 class ="col-xs -12 text-center "> Or with your account</ h3 >
33 < div class ="col-xs-offset-2 col-xs-8 col-md-offset-4 col-md-4 ">
44 < form name ="vm.userForm " ng-submit ="vm.signin(vm.userForm.$valid) " class ="signin " novalidate autocomplete ="off ">
55 < fieldset >
Original file line number Diff line number Diff line change 11< div >
2- < h3 class ="col-md -12 text-center "> Or sign up using your email</ h3 >
2+ < h3 class ="col-xs -12 text-center "> Or sign up using your email</ h3 >
33 < div class ="col-xs-offset-2 col-xs-8 col-md-offset-4 col-md-4 ">
44 < form name ="vm.userForm " ng-submit ="vm.signup(vm.userForm.$valid) " class ="signin " novalidate autocomplete ="off ">
55 < fieldset >
You can’t perform that action at this time.
0 commit comments