From 2f394ecb97657982e852762dfff98d27120df2cd Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Fri, 26 Aug 2016 21:27:58 +0300 Subject: [PATCH] fix(ui): update social login design * Update social login design - Responsive images - Mobile layout as well * changes according to hyperreality advices --- modules/users/client/css/users.css | 11 +++++++++++ .../authentication.client.view.html | 18 ++++++++++-------- .../authentication/signin.client.view.html | 2 +- .../authentication/signup.client.view.html | 2 +- 4 files changed, 23 insertions(+), 10 deletions(-) diff --git a/modules/users/client/css/users.css b/modules/users/client/css/users.css index 3a196c58..cd014163 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 5110d714..f0e94887 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 c9ac85d7..c30190c6 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