mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
* N°7793 Add common SCSS variables between backoffice and end-user portal * Add shame & readme * Move font face to common * Inherit color functions * Move font icon to common * FIx breaking change introduced in lifecycle palette * FIx breaking change introduced in base * Move approot url to common * Make highlightjs common variables more coherent with 3.2.1 commonization approach * Deprecated and migrate the usage of ibo-adjust-alpha and ibo-adjust-lightness
24 lines
1.1 KiB
SCSS
24 lines
1.1 KiB
SCSS
/*!
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
/* SCSS variables */
|
|
$common-has-description--content: "?" !default;
|
|
$common-has-description--padding-left: $common-spacing-200 !default;
|
|
$common-has-description--color: $common-color-grey-600 !default;
|
|
$common-has-description--font-size: 0.7em !default; /* Font size is em on purpose as we want it to be proportional to its context */
|
|
|
|
$common-is-code--background-color: $common-color-white-200 !default;
|
|
$common-is-code--padding: 1.25rem 1.5rem !default;
|
|
|
|
$common-hyperlink-color: $common-color-primary-700 !default;
|
|
$common-hyperlink-text-decoration: none !default;
|
|
$common-hyperlink-color--on-hover: $common-color-primary-800 !default;
|
|
$common-hyperlink-text-decoration--on-hover: $common-hyperlink-text-decoration !default;
|
|
$common-hyperlink-color--on-active: $common-color-primary-900 !default;
|
|
$common-hyperlink-text-decoration--on-active: $common-hyperlink-text-decoration !default;
|
|
|
|
$common-figure--spacing-x: 2em !default; /* Mind that this matches Bulma rule for figure */
|
|
$common-figure--spacing-y: 2em !default;
|