mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 21:48:45 +02:00
SCSS: Fix import ordering of the custom root folders
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user