SCSS: Fix import ordering of the custom root folders

This commit is contained in:
Molkobain
2021-05-22 23:00:05 +02:00
committed by Eric
parent dd26b40f12
commit 4379e49f3b
12 changed files with 19 additions and 5 deletions

View File

@@ -0,0 +1,14 @@
/*!
* @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*/
$ibo-caselog-entry-form-within-activity-panel--padding-bottom: 14px !default;
$ibo-caselog-entry-form-within-activity-panel--border-bottom: 1px solid $ibo-color-grey-500 !default;
.ibo-activity-panel--tab-entry-form {
.ibo-caselog-entry-form {
padding-bottom: $ibo-caselog-entry-form-within-activity-panel--padding-bottom;
border-bottom: $ibo-caselog-entry-form-within-activity-panel--border-bottom;
}
}