-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.css
More file actions
44 lines (37 loc) · 691 Bytes
/
Copy pathindex.css
File metadata and controls
44 lines (37 loc) · 691 Bytes
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
39
40
41
42
43
44
paint-canvas {
display: inline-block;
font-size: 0;
outline: none;
margin: 4px 12px 12px;
cursor: crosshair;
}
.paint-image {
cursor: context-menu;
}
.paint-tools {
display: flex;
margin: 8px 12px 4px;
align-items: center;
font-size: 12px;
justify-content: space-between;
}
.paint-options {
display: flex;
align-items: center;
}
.paint-options label {
display: flex;
align-items: center;
margin-right: 8px;
}
.paint-input {
padding: 1px 0 1px 6px;
font-size: 12px;
margin-left: 4px;
}
.paint-input[type="color"] { width: 30px; padding: 0; }
.paint-input[type="number"] { width: 50px; }
.paint-button {
font-size: 11px;
font-weight: normal;
}