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,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;
}