Feature: Ability to customise widget color (#903)

- Use Chrome style color-picker
This commit is contained in:
Pranav Raj S
2020-05-30 17:28:00 +05:30
committed by GitHub
parent ec197b077d
commit 47ec7ad7c9
10 changed files with 124 additions and 68 deletions

View File

@@ -1,13 +0,0 @@
@import '~dashboard/assets/scss/variables';
.widget-color--selector.vc-compact {
border: 1px solid $color-border;
box-shadow: none;
margin-bottom: $space-normal;
width: 356px;
.vc-compact-color-item {
height: 24px;
width: 24px;
}
}