提交 46813070 编写于 作者: G Gabriele Cirulli

add container around sharing functionality

上级 ce33401d
......@@ -24,7 +24,9 @@
<div class="game-container">
<div class="game-message">
<p></p>
<a class="retry-button">Try again</a>
<div class="lower">
<a class="retry-button">Try again</a>
</div>
</div>
<div class="grid-container">
......
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册