Commit 7e88d454 authored by Richard Torenvliet's avatar Richard Torenvliet

Minor tweaks in design

parent a29bc23b
......@@ -54,4 +54,7 @@ angular.module('Interactive.game.tapdance.result', [
$scope.points = result;
$scope.clicks = clicks;
$scope.result_info = result_info[result];
game.played = 0;
game.clicks = 0;
});
......@@ -135,7 +135,7 @@ img.bg-image {
line-height: 1em;
margin-left: auto;
margin-right: auto;
padding: 0.5em 1em 0.5em 1em;
padding: 0.9em 1em 1.2em 1em;
position: relative;
top: 80px;
width: @popup-width
......@@ -162,7 +162,6 @@ img.bg-image {
border-radius: 20px;
background: #e7d878;
color: white;
padding: 1em;
}
.gold a.button {
......@@ -176,7 +175,7 @@ img.bg-image {
.popup a.button {
margin-top: 2em;
margin-bottom: 2em;
padding: 0.4em 1em 0.3em 1em;
padding: 0.3em 1em 0.3em 1em;
color: white;
font-weight: 600;
}
......@@ -280,11 +279,10 @@ img.bg-image {
border-radius: 20px;
background: white;
color: #d0b745;
padding: 1em;
}
.popup-content {
padding: 0.5em;
padding: 0.2em;
}
.popup-content p {
......@@ -295,7 +293,7 @@ img.bg-image {
font-weight: 600;
margin-bottom: 0;
margin-top: 0.2em;
font-size: 2em;
font-size: 2.3em;
}
.white .button {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment