consul/ui-v2/app/styles/base/typography/base-variables.scss
John Cowen b41cad6fdf
UI: CSS refactor (#4430) + Fullscreen Layout (#4435)
* Begin refactoring CSS into component folders. Moved most
components into layout/skin folders, left out a couple of ones I want
to think about more.
* Adjust grays based on recent Structure changes 
* Switch to fullscreen layout for lists and detail, left aligned forms (#4435)
* Specifically use the 'actions_close' label, not just the :last-child (actions-group)
* Replace some non-var-ed colours in vaults code skin, plus prefixing (black and white)
2018-08-29 12:11:58 +01:00

27 lines
759 B
SCSS

$typo-family-sans: BlinkMacSystemFont, -apple-system, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',
'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
$typo-family-mono: monospace;
$typo-size-000: 16px;
$typo-size-100: 3.5rem;
$typo-size-200: 2.5rem;
$typo-size-300: 2.2rem;
$typo-size-400: 1.5rem;
$typo-size-500: 1.125rem;
$typo-size-600: 0.875rem;
$typo-size-700: 0.8125rem;
$typo-size-800: 0.75rem;
$typo-weight-light: 300;
$typo-weight-normal: 400;
$typo-weight-medium: 500;
$typo-weight-semibold: 600;
$typo-weight-bold: 700;
$typo-lead-000: 0;
$type-lead-050: 1;
$typo-lead-100: 1.2;
$typo-lead-200: 1.25;
$typo-lead-300: 1.28;
$typo-lead-500: 1.33;
$typo-lead-600: 1.4;
$typo-lead-700: 1.5;
$typo-lead-800: 1.7;