mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-02 06:58:49 +02:00
N°4283 Replace hardcoded spacing values by SCSS spacing variables
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
|
||||
/* SCSS variables */
|
||||
$ibo-notification-entry--short-description--text-color: inherit !default;
|
||||
$ibo-notification-entry--long-description-toggler-icon--margin-left: 12px !default;
|
||||
$ibo-notification-entry--long-description--margin-top: 8px !default;
|
||||
$ibo-notification-entry--long-description-toggler-icon--margin-left: $ibo-spacing-400 !default;
|
||||
$ibo-notification-entry--long-description--margin-top: $ibo-spacing-300 !default;
|
||||
|
||||
/* CSS rules */
|
||||
/* - Long description */
|
||||
|
||||
Reference in New Issue
Block a user