mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
22 lines
503 B
SCSS
22 lines
503 B
SCSS
/*
|
|
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
/* SCSS variables */
|
|
$ibo-dashlet-header-dynamic--count--margin-right: 10px !default;
|
|
|
|
/* Rules */
|
|
.ibo-dashlet-header-dynamic--container {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.ibo-dashlet-header-dynamic--count {
|
|
@extend %ibo-font-ral-bol-200;
|
|
margin-right: $ibo-dashlet-header-dynamic--count--margin-right;
|
|
}
|
|
|
|
.ibo-dashlet-header-dynamic--label {
|
|
@extend %ibo-font-size-100;
|
|
} |