mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2026-01-01 03:43:08 +01:00
30 lines
633 B
SCSS
30 lines
633 B
SCSS
// Globals
|
|
// $body-font-family: 'Work Sans', serif;
|
|
$border-radius-root: 6px;
|
|
$font-size-root: 14px;
|
|
|
|
// Variables must come before the import
|
|
$btn-letter-spacing: 0;
|
|
$btn-font-weight: 400;
|
|
$list-item-title-font-size: 0.929rem;
|
|
$list-item-dense-title-font-size: 0.929rem;
|
|
$list-item-dense-title-font-weight: initial;
|
|
$fab-icon-sizes: (
|
|
'small': 20
|
|
);
|
|
$btn-sizes: (
|
|
'default': 41,
|
|
'large': 54
|
|
);
|
|
|
|
$headings: (
|
|
'h1': (
|
|
'size': 3.3125rem,
|
|
'line-height': 1.15em
|
|
),
|
|
'h2': (
|
|
'size': 2.25rem,
|
|
'line-height': 1.5em
|
|
)
|
|
);
|