fix(ui): update social login design

* Update social login design 

- Responsive images
- Mobile layout as well

* changes according to hyperreality advices
This commit is contained in:
Liran Tal
2016-08-26 21:27:58 +03:00
committed by GitHub
parent 23fd205d81
commit 2f394ecb97
4 changed files with 23 additions and 10 deletions

View File

@@ -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;
}