You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

colorpicker.scss 212B

123456789101112131415
  1. @mixin chameleon-colorpicker($name : v-colorpicker) {
  2. .#{$name}-button-color {
  3. border: 1px solid #8B8B8B;
  4. }
  5. .#{$name}-popup {
  6. width: 248px;
  7. }
  8. .#{$name}-popup .v-tabsheet .#{$name}-grid {
  9. height: 308px;
  10. }
  11. }