UNPKG
colorify
Version:
latest (0.2.0)
0.2.0
0.0.0
a collection of color tools
github.com/skratchdot/colorify
skratchdot/colorify
colorify
/
app
/
less
/
includes
/
components
/
mixer-gradient.less
19 lines
(18 loc)
•
249 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.mixer-gradient
{
height
:
200px
;
width
:
100%
;
border
:
1px
solid black;
border-radius
:
5px
;
margin-bottom
:
10px
; &
.editor
{
height
:
100px
; }
svg
{
width
:
100%
;
height
:
100%
;
overflow
: visible;
ellipse
{
cursor
: pointer; } } }