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.

21 lines
596 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-element {
  4. @colorpicker-width: 170px;
  5. @colorpicker-height: 118px;
  6. .colorpicker-inline {
  7. min-width: initial;
  8. display: block;
  9. margin-top: 3px !important;
  10. }
  11. .colorpicker-saturation {
  12. width: @colorpicker-height;
  13. height: @colorpicker-height;
  14. }
  15. .colorpicker-hue, .colorpicker-alpha {
  16. width: (@colorpicker-width - @colorpicker-height) / 2;
  17. height: @colorpicker-height;
  18. }
  19. }