N°2847 - Add activity panel to object details (and some variables renaming)

This commit is contained in:
Molkobain
2020-08-13 18:57:07 +02:00
parent f2725c5a5c
commit df20d10afa
33 changed files with 1775 additions and 18 deletions

View File

@@ -77,7 +77,7 @@ $ibo-quick-create--compartment--placeholder-hint--text-color: $ibo-color-grey-70
/* SCSS rules */
.ibo-quick-create{
position: relative;
@extend %ibo-vertically-centered-content;
@extend %ibo-full-height-content;
&.ibo-is-opened{
.ibo-quick-create--input{
@@ -93,7 +93,7 @@ $ibo-quick-create--compartment--placeholder-hint--text-color: $ibo-color-grey-70
}
}
.ibo-quick-create--head{
@extend %ibo-vertically-centered-content;
@extend %ibo-full-height-content;
background-color: $ibo-quick-create--head--background-color;
}
.ibo-quick-create--icon{