customizable icon color

This commit is contained in:
Daniel
2023-06-02 15:29:52 +03:30
parent 3e6bef875b
commit be180d34e2
11 changed files with 165 additions and 99 deletions
+13 -7
View File
@@ -31,13 +31,6 @@
animation: fade-in-animation 100ms;
}
/* Bug: "lg:block" just didn't work... */
@media (min-width: 1024px) {
.lgblock {
display: block;
}
}
@keyframes fade-in-animation {
0% {
opacity: 0;
@@ -89,3 +82,16 @@
opacity: 1;
}
}
/* For react-colorful */
.color-picker .react-colorful {
width: 7.5rem;
height: 7.5rem;
}
.color-picker .react-colorful__hue {
height: 1rem;
}
.color-picker .react-colorful__pointer {
width: 1.3rem;
height: 1.3rem;
}