Skip to content

Commit

Permalink
pin hovering, new screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
drscaon committed Jul 11, 2018
1 parent dcc8177 commit cc1797a
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 8 deletions.
13 changes: 9 additions & 4 deletions app/app.global.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,26 @@
width: 20px;
border-radius: 20px;
background: radial-gradient(circle at 6px 6px, rgb(200, 200, 206), rgb(55, 55, 151), rgb(5, 5, 151));

transition: 0.1s;
}

.Pin:hover{
height: 25px;
width: 25px;
background: radial-gradient(circle at 6px 6px, rgb(190, 190, 206), rgb(50, 50, 135), rgb(10, 10, 135));
}

.Hole{
border:0;
margin: 0 auto;
height: 10px;
width: 10px;
background: black;
background: radial-gradient(circle at 6px 6px, black, rgb(145, 145, 145));
border-radius: 10px;

}

.Chosen{
background: radial-gradient(circle at 6px 6px, rgb(232, 239, 245), rgb(11, 173, 173), rgb(0, 78, 255));
background: radial-gradient(circle at 6px 6px, rgb(232, 239, 245), rgb(11, 173, 173), rgb(0, 78, 255)) !important;
height: 22px;
width: 22px;
}
Expand Down
2 changes: 1 addition & 1 deletion app/config/boards.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ const BOARDS = {
]
}

export default BOARDS;
export default BOARDS;
4 changes: 2 additions & 2 deletions app/main.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ app.on('ready', async () => {
mainWindow = new BrowserWindow({
show: false,
width: 600,
height: 700
height: 600
});

//mainWindow.setMenu(null);
mainWindow.setMenu(null);

mainWindow.loadURL(`file://${__dirname}/app.html`);

Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ONE-LEFT",
"productName": "one-left",
"version": "1.0.0",
"version": "1.1.0",
"description": "A TRADITIONAL BOARD GAME",
"main": "./main.prod.js",
"author": {
Expand Down
Binary file modified resources/one_left_screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/one_left_screenshot_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/one_left_screenshot_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cc1797a

Please sign in to comment.