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.

23 lines
626 B

  1. /* Copyright 2017 Jairo Llopis <jairo.llopis@tecnativa.com>
  2. * License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */
  3. @colorpicker-img-path: "./";
  4. .colorpicker-element {
  5. @colorpicker-width: 170px;
  6. @colorpicker-height: 118px;
  7. .colorpicker-inline {
  8. min-width: initial;
  9. display: block;
  10. margin-top: 3px !important;
  11. }
  12. .colorpicker-saturation {
  13. width: @colorpicker-height;
  14. height: @colorpicker-height;
  15. }
  16. .colorpicker-hue, .colorpicker-alpha {
  17. width: (@colorpicker-width - @colorpicker-height) / 2;
  18. height: @colorpicker-height;
  19. }
  20. }