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.

29 lines
656 B

10 years ago
  1. @background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05)) #FEFEFE;
  2. @boxShadow:
  3. 0px 0px 0px 1px rgba(255, 255, 255, 0.3) inset,
  4. 0px 0px 0px 1px rgba(0, 0, 0, 0.2) inset
  5. ;
  6. @verticalPadding: 15px;
  7. @horizontalPadding: 15px;
  8. @headerFontSize: 1.15em;
  9. @infoTextColor: #264C72;
  10. @warningTextColor: #613A00;
  11. @errorTextColor: #991111;
  12. @floatingBoxShadow:
  13. 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset,
  14. 0px 2px 3px 0px rgba(0, 0, 0, 0.1),
  15. 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset
  16. ;
  17. @infoBorderColor: #97C1DA;
  18. @errorBorderColor: #DA9797;
  19. @warningBorderColor: #DCA874;
  20. @small: 12px;
  21. @medium: 13px;
  22. @large: 14px;
  23. @huge: 16px;
  24. @massive: 18px;