mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
SCSS: Fix base font
This commit is contained in:
@@ -40,7 +40,7 @@ body{
|
||||
height: 100vh;
|
||||
color: var(--ibo-body-text-color);
|
||||
background-color: var(--ibo-body-background-color);
|
||||
@extend %ibo-font-ral-nor-100;
|
||||
@extend %ibo-font-ral-med-100;
|
||||
}
|
||||
|
||||
#ibo-navigation-menu{
|
||||
|
||||
@@ -18,5 +18,9 @@
|
||||
|
||||
$family-sans-serif: $ibo-font-family-base, $ibo-font-family-fallbacks !default;
|
||||
|
||||
$body-color: $ibo-color-grey-900 !default;
|
||||
$body-font-size: $ibo-font-size-100 !default;
|
||||
$body-weight: $ibo-font-weight-500 !default;
|
||||
|
||||
$body-overflow-x: hidden !default;
|
||||
$body-overflow-y: auto !default;
|
||||
Reference in New Issue
Block a user