aboutsummaryrefslogtreecommitdiff
path: root/src/App.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.css')
-rw-r--r--src/App.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/App.css b/src/App.css
new file mode 100644
index 0000000..9de7f5a
--- /dev/null
+++ b/src/App.css
@@ -0,0 +1,19 @@
+.paintarea {
+}
+
+.paintareacell {
+ width: 40px;
+ height: 40px;
+ border: 1px solid grey;
+}
+
+.paletteitem {
+ width: 40px;
+ height: 40px;
+ border: 1px solid grey;
+ display: inline-block;
+}
+
+.paletteitem.selected {
+ border: 1px solid red;
+} \ No newline at end of file