UNPKG
react-paint-test
Version:
latest (0.1.0)
0.1.0
a simple paint tool
react-paint-test
/
src
/
components
/
toolBar
/
index.less
16 lines
(14 loc)
•
235 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.toolbar
{
height
:
150px
;
background-color
:
#f5f6f7
;
padding
:
10px
;
display
: flex;
overflow
: auto;
flex-shrink
:
0
;
.toolbar-item
{
margin
:
0
5px
; }
.divider
{
margin
:
0
5px
; } }