UNPKG
react-paint-test
Version:
latest (0.1.0)
0.1.0
a simple paint tool
react-paint-test
/
src
/
components
/
canvas
/
index.less
7 lines
(6 loc)
•
222 B
text/less
View Raw
1
2
3
4
5
6
7
.canvas
{
height
:
calc
(
100%
-
190px
);
margin
:
20px
;
box-shadow
:
2px
2px
10px
rgb
(
236
,
235
,
235
), -
2px
-
2px
10px
rgb
(
236
,
235
,
235
), -
2px
2px
10px
rgb
(
236
,
235
,
235
),
2px
-
2px
10px
rgb
(
236
,
235
,
235
); }