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.

40 lines
790 B

  1. /*******************************
  2. Form
  3. *******************************/
  4. /*-------------------
  5. Elements
  6. --------------------*/
  7. @inputBackground: #FAFAFA;
  8. @inputBorder: 1px solid #CCCCCC;
  9. @inputBoxShadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset;
  10. @inputBorderRadius: 3px;
  11. @labelFontWeight: bold;
  12. @labelMargin: 6px;
  13. /*-------------------
  14. States
  15. --------------------*/
  16. @inputFocusBackground: #FFFFFF;
  17. @inputFocusBoxShadow:
  18. 0px 1px 2px rgba(0, 0, 0, 0.075) inset,
  19. 0px 0px 5px rgba(81, 167, 232, 0.5)
  20. ;
  21. @inputFocusBorderColor: #51A7E8;
  22. @inputFocusBorderRadius: @inputBorderRadius;
  23. /*-------------------
  24. Types
  25. --------------------*/
  26. /*-------------------
  27. Variations
  28. --------------------*/
  29. /*-------------------
  30. Groups
  31. --------------------*/