mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
15 lines
525 B
SCSS
15 lines
525 B
SCSS
/*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
/* SCSS variables */
|
|
$ibo-transition-entry--original-state-label--text-color: $ibo-color-grey-800 !default;
|
|
$ibo-transition-entry--original-state-label--text-decoration: line-through !default;
|
|
|
|
/* Main information */
|
|
.ibo-transition-entry--original-state-label{
|
|
color: $ibo-transition-entry--original-state-label--text-color;
|
|
text-decoration: $ibo-transition-entry--original-state-label--text-decoration;
|
|
}
|