mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 22:48:45 +02:00
SCSS: Fix import ordering of the custom root folders
This commit is contained in:
16
css/backoffice/blocks-integrations/_add-to-dashboard.scss
Normal file
16
css/backoffice/blocks-integrations/_add-to-dashboard.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
/*!
|
||||
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
.ibo-details .ibo-prop--apply > span, .ibo-details .ibo-prop--cancel > span {
|
||||
display: unset;
|
||||
}
|
||||
|
||||
.ibo-details .ibo-prop--apply {
|
||||
display: table-column;
|
||||
}
|
||||
|
||||
.ibo-details {
|
||||
margin-top: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user