mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-27 06:04:12 +01:00
- Add generic set block ui component - Add model link set (direct and indirect) attribute (display style) - Add model link set direct allowed values - Create link set viewer block UI (BlockLinksSetDisplayAsProperty) - Add set block ui factory for linkset - Add object factory and create new endpoint in object controller (with data binder) - Add link set model, link set repository and link set data transformer services
14 lines
361 B
SCSS
14 lines
361 B
SCSS
/*
|
|
* @copyright Copyright (C) 2010-2022 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
.ibo-linked-set--bulk-tooltip-info {
|
|
font-size: $ibo-font-size-100;
|
|
&:before{
|
|
margin-right: $ibo-vendors-selectize--item--icon--margin-right;
|
|
@extend %fa-solid-base;
|
|
content: '\f05a';
|
|
color: $ibo-color-information-500;
|
|
}
|
|
} |