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

merge master

......@@ -164,16 +164,19 @@ hr {
height: 60px;
line-height: 60px;
margin-top: 222px; }
.game-container .game-message .lower {
display: block;
margin-top: 59px; }
.game-container .game-message a {
display: inline-block;
background: #a69382;
background: #8f7a66;
border-radius: 3px;
padding: 0 20px;
text-decoration: none;
color: #f9f6f2;
height: 40px;
line-height: 42px;
margin-top: 59px; }
margin-left: 9px; }
.game-container .game-message .score-sharing {
display: inline-block;
vertical-align: middle;
......
......@@ -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;
}
.score-sharing {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册