N°2847 - Restore components/layouts SCSS files to keep matching SCSS conventions

This commit is contained in:
Molkobain
2020-12-04 23:03:17 +01:00
parent c46b046254
commit 815b2e1670
54 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,23 @@
/*!
* @copyright Copyright (C) 2010-2020 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;
padding-top: 12px;
}
.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-ral-med-100;
}