Skip to content

Commit

Permalink
fix(ui): don't hide social buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineAugusti committed May 14, 2015
1 parent 617abb5 commit 6f8eb8a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 12 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/build/rev-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"assets/css/styles.min.css": "assets/css/styles.min-7631e3f0.css",
"assets/js/scripts.min.js": "assets/js/scripts.min-5822e4e9.js"
"assets/css/styles.min.css": "assets/css/styles.min-1ec395f5.css",
"assets/js/scripts.min.js": "assets/js/scripts.min-4400cde9.js"
}
4 changes: 0 additions & 4 deletions ressources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ new WOW().init();

$(document).ready(function() {

$('.social-buttons a i').delay(200).queue(function() {
$(this).addClass('animated fadeIn');
});

// Signup view
$('input#login-signup').keypress(function() {
var el = this;
Expand Down
1 change: 0 additions & 1 deletion ressources/sass/screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,6 @@ h3 {
}

i {
opacity: 0;
@media screen and (max-width: $breakpointSmartphone) {
position: relative;
bottom: 2px;
Expand Down

0 comments on commit 6f8eb8a

Please sign in to comment.