Change styles (#179)

* Fill style

* Roughness, opacity and more styles

* Remove duplicated options

* Support diamonds

* Remove unused import

* Fix typo and remove react import
This commit is contained in:
Paulo Menezes 2020-01-05 20:37:24 -03:00 committed by Jared Palmer
parent 4be88c9c58
commit f360c3cb33
2 changed files with 405 additions and 87 deletions

View file

@ -110,6 +110,10 @@ input[type="color"] {
margin: 2px;
}
input[type="range"] {
width: 230px;
}
input {
margin-right: 5px;
@ -136,7 +140,7 @@ button {
border-color: #d6d4d4;
}
&:active {
&:active, &.active {
background-color: #bdbebc;
border-color: #bdbebc;
}