N°3573 - Migrate backoffice pages to new UIBlock system : System Information

This commit is contained in:
Eric
2021-06-18 17:04:39 +02:00
parent efb7f84ec4
commit 108bc2fa1d
4 changed files with 27 additions and 1 deletions

View File

@@ -18,6 +18,18 @@ $ibo-datatable--sort-order--color: $ibo-color-orange-600 !default;
$ibo-fieldsorter--selected--background-color: $ibo-color-blue-200 !default;
/* CSS variables (can be changed directly from the browser) */
:root {
--ibo-datatable-panel--table-spacing: #{$ibo-datatable-panel--table-spacing};
}
.ibo-datatable {
.ibo-datatable-header {
color: var(--ibo-body-text-color);
}
}
.ibo-datatable--toolbar {
display: flex;
justify-content: space-between;