aboutsummaryrefslogtreecommitdiff
path: root/src/Grid.css
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-04-11 16:27:38 -0400
committerDeterminant <ted.sybil@gmail.com>2019-04-11 16:27:38 -0400
commitf8b6ec4c684b3892f0a6e0add1f3bebee6a7f944 (patch)
tree7ef24b88817f10f5a82ba5e995dbb476f8bc62f1 /src/Grid.css
parentcec07addd7e377516bf3987a8e31e5d171873082 (diff)
...
Diffstat (limited to 'src/Grid.css')
-rw-r--r--src/Grid.css37
1 files changed, 0 insertions, 37 deletions
diff --git a/src/Grid.css b/src/Grid.css
deleted file mode 100644
index 33c2725..0000000
--- a/src/Grid.css
+++ /dev/null
@@ -1,37 +0,0 @@
-div.grid {
- display: inline-block;
-}
-
-.grid div {
- -webkit-transition: background-color 0.3s ease-out;
- -moz-transition: background-color 0.3s ease-out;
- -o-transition: background-color 0.3s ease-out;
- transition: background-color 0.3s ease-out;
- user-select: none;
-}
-
-.gridCell div div {
- height: 20px;
- width: 20px;
- margin: 2px;
- display: inline-block;
- cursor: pointer;
-}
-
-.smallGridCell div div {
- height: 15px;
- width: 15px;
- margin: 1px;
- display: inline-block;
- cursor: pointer;
-}
-
-.gridRow div {
- height: 24px;
- text-align: center;
-}
-
-.smallGridRow div {
- height: 17px;
- text-align: center;
-}