new color picker

This commit is contained in:
Eugene Pankov
2022-03-16 10:26:34 +01:00
parent 0560196546
commit 515ddbf64b
6 changed files with 36 additions and 25 deletions

View File

@@ -393,3 +393,15 @@ hr {
.dropdown-menu {
box-shadow: $dropdown-box-shadow;
}
ngx-colors-panel .opened {
background: $body-bg !important;
button {
color: $body-color;
}
.button svg {
fill: white;
}
}