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 279B

1234567891011121314151617181920
  1. @mixin runo-colorpicker($name : v-colorpicker) {
  2. .#{$name}-popup {
  3. width: 248px;
  4. }
  5. .#{$name}-popup .v-tabsheet .#{$name}-grid {
  6. height: 305px;
  7. }
  8. .#{$name}-popup .v-tabsheet-deco {
  9. background: none;
  10. height: 0;
  11. }
  12. .#{$name}-popup .v-filterselect {
  13. padding-right: 25px;
  14. }
  15. }