mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-12 18:22:49 +01:00
Release catalyst
This commit is contained in:
29
ui/src/sass/variables.scss.bak
Normal file
29
ui/src/sass/variables.scss.bak
Normal file
@@ -0,0 +1,29 @@
|
||||
// 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
|
||||
)
|
||||
);
|
||||
Reference in New Issue
Block a user