aboutsummaryrefslogtreecommitdiff
path: root/src/App.css
blob: c436008b7e2bf6816894cdcd4ca609b9f75c76c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.toolkit {
  float: right;
  background: lightblue;
}

.toolkititem {
  padding: 5px;
}

.toolkititem.selected {
  background: lightcoral;
}

/* .paintarea {

} */

.paintareacell {
  width: 20px;
  height: 20px;
  border: 1px solid grey;
}

.paletteitem {
  width: 30px;
  height: 30px;
  border: 3px solid black;
  display: inline-block;
}

.paletteitem.selected {
  border: 3px solid red;
}

.colorIndicator {
  width: 100px;
  height: 100px;
}