settings.global.scss 713 B

12345678910111213141516171819
  1. ///* ========================================================================
  2. // #GLOBAL
  3. // ======================================================================== */
  4. // The global settings file contains any project-wide variables; things that
  5. // need to be made available to the entire codebase.
  6. $spacing-unit-tiny: $inuit-global-spacing-unit-tiny;
  7. $spacing-unit-small: $inuit-global-spacing-unit-small;
  8. $spacing-unit-med: 0.75 * $inuit-global-spacing-unit;
  9. $spacing-unit: $inuit-global-spacing-unit;
  10. $spacing-unit-large: $inuit-global-spacing-unit-large;
  11. $spacing-unit-huge: $inuit-global-spacing-unit-huge;
  12. $color-light-gray: #f7f7f7;
  13. $color-dark-gray: #ccc;
  14. $color-text: #222;
  15. $color-links: #0077d8;