_settings.scss 813 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. // Settings file containing Foundation defaults
  2. // Grid Settings
  3. // $rowWidth: 1000px;
  4. // $columnGutter: 30px;
  5. // $totalColumns: 12;
  6. // $mobileTotalColumns: 4;
  7. // Colors Settings
  8. // $mainColor: #2ba6cb;
  9. // $secondaryColor: #e9e9e9;
  10. // $alertColor: #c60f13;
  11. // $successColor: #5da423;
  12. // $txtColor: #222;
  13. // $highlightColor: #ffff99;
  14. // $black: #000;
  15. // $white: #fff;
  16. // $shinyEdge: rgba(#fff, .5);
  17. // $darkEdge: rgba(#000, .2);
  18. // Button Settings
  19. // $buttonRadius: 3px;
  20. // $btnBase: 10px;
  21. // $tinyBtnBase: $btnBase - 5;
  22. // $smallBtnBase: $btnBase - 3;
  23. // $largeBtnBase: $btnBase + 5;
  24. // Form Settings
  25. // $formSpacing: 12px;
  26. // Tab Settings
  27. // $tabHeight: 40px;
  28. // Nav Bar Settings
  29. // $navBarHeight: 40px;
  30. // $navFlyoutBaseWidth: 250px;
  31. // Modular Scale
  32. // $ratio: $golden;
  33. // $base-size: 14px 44px;