Sha256: 2cf69fa06a831588e85a10f4ce2fd39356ef5fe86b14822fe78692fe71a252f1
Contents?: true
Size: 1.1 KB
Versions: 2
Compression:
Stored size: 1.1 KB
Contents
// Colors $blue: #1565c0; $blue-light: #3b83d5; $gray: #333; $white: #fff; // Font Colors $font-color--base: $gray; $action-color: $blue; $action-color--alt: $blue-light; $action-color--contrast: $white; // Background Colors $viewport-background-color: $white; :root { // Typography --font-family: system-ui, sans-serif; --font-family--heading: var(--font-family); --font-weight--thin: 100; --font-weight--extra-light: 200; --font-weight--light: 300; --font-weight--normal: 400; --font-weight--medium: 500; --font-weight--semi-bold: 600; --font-weight--bold: 700; --font-weight--extra-bold: 800; --font-weight--black: 900; // Line heights --line-height: 1.5; --line-height--heading: 1.2; // Other Sizes --border-radius: 0.1875rem; --spacing: 1.5rem; --spacing--small: 0.75rem; // Borders --border-width: 0.0625rem; --border: var(--border-width) solid currentColor; // Focus --focus-outline-width: 0.1875rem; --focus-outline-offset: 0.125rem; --focus-outline: var(--focus-outline-width) solid #{$action-color}; // Animations --duration: 150ms; --timing: ease; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bitters-2.0.4 | core/_variables.scss |
bitters-2.0.3 | core/_variables.scss |