colorpicker: refactoring the new unififed colorpicker, #9347

This commit is contained in:
Torkel Ödegaard
2017-10-04 07:56:41 +02:00
parent 2aae2556a5
commit be3c5d1355
7 changed files with 37 additions and 101 deletions

View File

@@ -36,8 +36,9 @@
z-index: 0;
}
.colorpicker-container {
min-height: 190px;
.gf-color-picker__body {
padding-bottom: 10px;
padding-left: 6px;
}
.drop-popover.gf-color-picker {

View File

@@ -171,6 +171,12 @@ $gf-form-margin: 0.25rem;
pointer-events: none;
}
}
&--small {
padding-top: 4px;
padding-bottom: 4px;
font-size: $font-size-sm;
}
}
.gf-form-hint {