-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
converted styling to be responsive using vh units
- Loading branch information
Showing
51 changed files
with
357 additions
and
279 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html><html style="height:100%;width:100%;"><head><meta charset="utf-8"><title>License Plate Game</title><meta name="viewport" content="width=device-width,initial-scale=1"><base href="/"><link rel="icon" href="favicon.ico"><script defer="defer" src="/runtime~app.450b9e5fc6deafa566fa.bundle.js"></script><script defer="defer" src="/vendors-7e9c6a9f.1adc9f385b3ac86c2788.bundle.js"></script><script defer="defer" src="/vendors-319a6989.a80424c5fae4edbd79e3.bundle.js"></script><script defer="defer" src="/vendors-4e64aa37.9e9c6bc89f49649635e3.bundle.js"></script><script defer="defer" src="/vendors-3ce50090.b281a0f6725a5f032f6a.bundle.js"></script><script defer="defer" src="/vendors-fcadf5bb.99541182c2a6c79ed0a2.bundle.js"></script><script defer="defer" src="/vendors-cdd60c62.abf102d6ed9d6bb32f06.bundle.js"></script><script defer="defer" src="/app.8290711458d178b14ff3.bundle.js"></script></head><body aurelia-app="main"></body></html> | ||
<!doctype html><html style="height:100%;width:100%;"><head><meta charset="utf-8"><title>License Plate Game</title><meta name="viewport" content="width=device-width,initial-scale=1"><base href="/"><link rel="icon" href="favicon.ico"><script defer="defer" src="/runtime~app.db86ed36783b23daf9c9.bundle.js"></script><script defer="defer" src="/vendors-7e9c6a9f.bd6bb235580d84aaea0a.bundle.js"></script><script defer="defer" src="/vendors-319a6989.2937262129926ffa8773.bundle.js"></script><script defer="defer" src="/vendors-4e64aa37.7ffc9e9adc57bd13ba64.bundle.js"></script><script defer="defer" src="/vendors-3ce50090.febe1f6e5cab24309b9e.bundle.js"></script><script defer="defer" src="/vendors-fcadf5bb.1e5c46f11392095855ca.bundle.js"></script><script defer="defer" src="/vendors-cdd60c62.2d3305a14ba97e76c0fa.bundle.js"></script><script defer="defer" src="/app.3ad30c1f00b93badac68.bundle.js"></script></head><body aurelia-app="main"></body></html> |
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...s-7e9c6a9f.1adc9f385b3ac86c2788.bundle.js → ...s-7e9c6a9f.bd6bb235580d84aaea0a.bundle.js
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
dist/vendors-fcadf5bb.1e5c46f11392095855ca.bundle.js.LICENSE.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/*! ***************************************************************************** | ||
Copyright (c) Microsoft Corporation. | ||
|
||
Permission to use, copy, modify, and/or distribute this software for any | ||
purpose with or without fee is hereby granted. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH | ||
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY | ||
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, | ||
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM | ||
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR | ||
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | ||
PERFORMANCE OF THIS SOFTWARE. | ||
***************************************************************************** */ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
.not_a_word_tile { | ||
font-size: 1em; | ||
font-size: 1.5vw; /* formerly 1em; */ | ||
} | ||
.boggle_score_tile { | ||
width: 20px; | ||
width: 1.3vw; | ||
font-family: Arial, Helvetica, sans-serif; | ||
color: rgb(21, 98, 241); | ||
background-color: rgb(231, 247, 248); | ||
border: 1px solid darkblue; | ||
border: thin solid darkblue; | ||
} | ||
.scrabble_score_tile { | ||
width: 20px; | ||
width: 1.3vw; | ||
font-family: Spinnaker, Arial, sans-serif; | ||
color: #2A1F1B; | ||
background-color: #ce9f73; | ||
border: 1px solid rgb(139, 107, 0); | ||
background-color: rgb(206, 159, 115, 1); | ||
border: thin solid rgb(139, 107, 0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
.scroll-vertically { | ||
overflow-y: scroll; | ||
} | ||
} | ||
|
||
.answers-table-size { | ||
height: 30vw; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.answers-title-row { | ||
margin-bottom: 0.3vw; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,55 @@ | ||
.current-game-controls-button { | ||
border-radius: 4px; | ||
font-size: 1.0em; | ||
border-radius: 0.4vw; | ||
font-size: 1.8vw; /* formerly 1em; */ | ||
} | ||
.current-game-controls { | ||
.current-game-controls-container { | ||
display: grid; | ||
grid-template-columns: 38fr 62fr; | ||
grid-gap: 0px; | ||
|
||
/* width: 95%; */ | ||
/* height: 15%; */ | ||
margin: 0 auto; | ||
/* padding: 1vw; */ | ||
} | ||
.current-game-controls-container-child { | ||
margin: 0.3vw; | ||
padding: 0.3vw; | ||
display: flex; | ||
flex-direction: row; | ||
align-items: center; | ||
width: 95%; | ||
height: 15%; | ||
margin: 0 auto; | ||
justify-content: center; | ||
flex-flow: row nowrap; | ||
padding: 10px; | ||
column-gap: 10px; | ||
font-size: 1.5em; | ||
/* border: 1px solid grey; */ | ||
/* margin: 0 auto; */ | ||
} | ||
/* | ||
.current-game-controls-time-container { | ||
/ * padding: 0.5vw; * / | ||
font-size: 1.8vw; | ||
margin: 0 auto; | ||
} | ||
*/ | ||
.current-game-controls-time { | ||
flex: 0 0 25%; | ||
padding: 5px; | ||
/* border: 1px solid grey; */ | ||
/* flex: 0 0 25%; */ | ||
/* padding: 0.5vw; */ | ||
display: inline-block; | ||
font-size: 1.8vw; | ||
margin: 0 auto; | ||
} | ||
|
||
.current-game-controls-button { | ||
font-size: 1.8vw; | ||
} | ||
/* | ||
.current-game-controls-buttons { | ||
flex: 0 0 34%; | ||
padding: 5px; | ||
/ * flex: 0 0 34%; * / | ||
/ * padding: 0.5vw; * / | ||
} | ||
.current-game-controls-hint { | ||
flex: 0 0 41%; | ||
padding: 5px; | ||
/ * flex: 0 0 41%; * / | ||
/ * padding: 0.5vw; * / | ||
} | ||
|
||
.reset-icon-color { | ||
color: red; | ||
*/ | ||
.reset-icon { | ||
/* color: red; */ | ||
height: 1.8vw; | ||
width: 1.8vw; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.