Add colorpicker component

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2019-04-26 08:56:54 +02:00
parent 07cfa1abb8
commit dfb91a0e39
5 changed files with 130 additions and 8 deletions

View File

@@ -77,4 +77,7 @@
opacity: 1;
background-size: 20px;
background-position: center center;
}
}
.icon-colorpicker {
background-image: url('../img/color_picker.svg');
}