mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-06 12:11:02 +01:00
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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user