Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Angular-Pixijs-Game
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Richard Torenvliet
Angular-Pixijs-Game
Commits
7e88d454
Commit
7e88d454
authored
Jun 18, 2015
by
Richard Torenvliet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor tweaks in design
parent
a29bc23b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
src/app/game/tapdance/tapdance-result.js
src/app/game/tapdance/tapdance-result.js
+3
-0
src/less/main.less
src/less/main.less
+4
-6
No files found.
src/app/game/tapdance/tapdance-result.js
View file @
7e88d454
...
...
@@ -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
;
});
src/less/main.less
View file @
7e88d454
...
...
@@ -135,7 +135,7 @@ img.bg-image {
line-height: 1em;
margin-left: auto;
margin-right: auto;
padding: 0.
5em 1em 0.5
em 1em;
padding: 0.
9em 1em 1.2
em 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.
4
em 1em 0.3em 1em;
padding: 0.
3
em 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.
5
em;
padding: 0.
2
em;
}
.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
.3
em;
}
.white .button {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment