mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01: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
25 lines
1.2 KiB
SCSS
25 lines
1.2 KiB
SCSS
/*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
$common-vendors-highlightjs--padding: 0.9rem !default;
|
|
$common-vendors-highlightjs--box-shadow: 0 0px 3px 2px inset rgba(0, 0, 0, 0.4) !default;
|
|
$common-vendors-highlightjs--border-radius: $common-border-radius-300 !default;
|
|
$common-vendors-highlightjs--code--padding-x: $common-spacing-200 !default;
|
|
$common-vendors-highlightjs--code--padding-y: $common-spacing-200 !default;
|
|
|
|
$common-vendors-highlightjs--background-color: #282b2e !default;
|
|
$common-vendors-highlightjs--color: #e0e2e4 !default;
|
|
$common-vendors-highlightjs--keyword--color: #93c763 !default;
|
|
$common-vendors-highlightjs--number--color: #ffcd22 !default;
|
|
$common-vendors-highlightjs--attribute--color: #668bb0 !default;
|
|
$common-vendors-highlightjs--regexp--color: #d39745 !default;
|
|
$common-vendors-highlightjs--meta--color: #557182 !default;
|
|
$common-vendors-highlightjs--tag--color: #8cbbad !default;
|
|
$common-vendors-highlightjs--string--color: #ec7600 !default;
|
|
$common-vendors-highlightjs--comment--color: #818e96 !default;
|
|
$common-vendors-highlightjs--selector-class--color: #A082BD !default;
|
|
$common-vendors-highlightjs--code--color: white !default;
|
|
|