N°3207 - Global search: Introduce new widget

This commit is contained in:
Molkobain
2020-07-23 17:41:27 +02:00
parent 00dc1d3f3b
commit b3dcfea8dc
17 changed files with 531 additions and 9 deletions

View File

@@ -48,4 +48,12 @@ $ibo-top-bar--quick-actions--margin-right: $ibo-top-bar--elements-spacing !defau
flex-grow: 1; /* Occupy as much width as possible */
overflow-x: hidden; /* Avoid glitches when too many items */
}
}
.ibo-top-bar--quick-actions{
@extend %ibo-vertically-centered-content;
margin-right: var(--ibo-top-bar--quick-actions--margin-right);
.ibo-global-search{
}
}