react-color-picker-wheel
Version:
Color picker component for React.js using color wheel
17 lines (15 loc) • 377 B
CSS
.defaultHandle{
position: absolute;
box-sizing: border-box;
background-color: white;
border-radius: 100%;
transform: translate(0,-50%);
}
.barBackground{
height: 90%;
width: 100%;
mask-image: url('../assets/mask.svg');
-webkit-mask-image: url('../assets/mask.svg');
mask-size: contain;
-webkit-mask-size: contain;
}