mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
25 lines
715 B
SCSS
25 lines
715 B
SCSS
/*
|
|
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
$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;
|
|
|
|
|
|
/**
|
|
* customize Bulma content variables
|
|
* See https://bulma.io/documentation/elements/content/
|
|
*/
|
|
$content-table-cell-border: 1px solid black;
|
|
$content-table-cell-border-width: 1px;
|
|
$content-table-head-cell-border-width: 1px;
|
|
$content-table-foot-cell-border-width: 1px;
|
|
$content-table-foot-cell-color: black;
|