N°3582 - Migrate backoffice pages to new UIBlock system : Import CSV

This commit is contained in:
acognet
2021-03-23 11:23:55 +01:00
parent dfbb362330
commit 80cc850112
14 changed files with 923 additions and 836 deletions

View File

@@ -10,4 +10,5 @@
@import "audit";
@import "data-synchro";
@import "datamodel-viewer";
@import "csv-import";
@import "global-search";

45
css/backoffice/pages/_csv-import.scss vendored Normal file
View File

@@ -0,0 +1,45 @@
/*!
* @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*/
#tabs1-import .ibo-field--label {
max-width: 50%;
}
div.cell_modified {
font-weight: bold;
color: #004e91;
}
div.cell_error {
font-weight: bold;
color: #D81515;
}
div.cell_error > p {
font-weight: bold;
color: #D81515;
}
tr.row_unchanged td {
border-bottom: 1px #ccc solid;
}
.wizContainer table tr.row_error td {
border-bottom: 1px #ccc solid;
background-color: #fdd;
}
tr.row_modified td {
border-bottom: 1px #ccc solid;
}
tr.row_added td {
border-bottom: 1px #ccc solid;
}
.ibo-import-csv--download-file {
font-size: 4em;
color: $ibo-color-primary-400;
margin: 20px;
}