diff --git a/modules/users/client/css/users.css b/modules/users/client/css/users.css index 3a196c58f2..cd0141635b 100644 --- a/modules/users/client/css/users.css +++ b/modules/users/client/css/users.css @@ -39,3 +39,14 @@ width: 300px; height: 300px; } + +.social { + -webkit-transition-duration: 0.4s; + -moz-transition-duration: 0.4s; + -o-transition-duration: 0.4s; + transition-duration: 0.4s; +} + +.social:hover { + opacity: 0.65; +} \ No newline at end of file diff --git a/modules/users/client/views/authentication/authentication.client.view.html b/modules/users/client/views/authentication/authentication.client.view.html index 5110d71482..f0e9488749 100644 --- a/modules/users/client/views/authentication/authentication.client.view.html +++ b/modules/users/client/views/authentication/authentication.client.view.html @@ -1,12 +1,14 @@
-

Sign in using your social accounts

-
- - - - - - +

Sign in using your social accounts

+
+ + + +
+
+ + +
diff --git a/modules/users/client/views/authentication/signin.client.view.html b/modules/users/client/views/authentication/signin.client.view.html index c9ac85d7d0..c30190c6ce 100644 --- a/modules/users/client/views/authentication/signin.client.view.html +++ b/modules/users/client/views/authentication/signin.client.view.html @@ -1,5 +1,5 @@
-

Or with your account

+

Or with your account