_colorpicker.scss 105 B

12345678
  1. .colorpicker {
  2. z-index: 1;
  3. &:before,
  4. &:after {
  5. display: none !important;
  6. }
  7. }