add container around sharing functionality

This commit is contained in:
Gabriele Cirulli
2014-03-10 12:07:11 +01:00
parent ce33401d05
commit 46813070ac
2 changed files with 11 additions and 3 deletions
+8 -2
View File
@@ -180,16 +180,22 @@ hr {
// line-height: $field-width;
}
.lower {
display: block;
margin-top: 59px;
}
a {
display: inline-block;
background: darken($game-container-background, 10%);
background: darken($game-container-background, 20%);
border-radius: 3px;
padding: 0 20px;
text-decoration: none;
color: $bright-text-color;
height: 40px;
line-height: 42px;
margin-top: 59px;
margin-left: 9px;
// margin-top: 59px;
}
@include animation(fade-in 800ms ease $transition-speed * 12);