Skip to content
Snippets Groups Projects
Commit 728dd52f authored by EL HAJJIOUI Nabil's avatar EL HAJJIOUI Nabil Committed by bbenarbia
Browse files

Second fix

parent d6285b14
No related branches found
No related tags found
10 merge requests!51Merge mis a jour vitam-ui,!25Nouveau mis a jour Vitamui,!24Nouveau mis a jour Vitamui,!23Nouveau mis a jour Vitamui,!22WIP: nouveau mis a jour Vitamui,!21nouveau mis a jour Vitamui,!20nouveau mis à jour Vitamui,!19nouveau mis à jour Vitamui,!18New MAJ Vitamui,!16[VAS] BUG 7332 : Correction sur la position de la barre permettant de...
......@@ -77,13 +77,6 @@
box-sizing: border-box;
border-radius: 5px;
}
.after-search-launched-button{
color: #fff;
background-color: #2C76C9;
border: 1px solid #2C76C9;
box-sizing: border-box;
border-radius: 5px;
}
.criteria-group {
padding: 10px
}
......@@ -209,9 +202,6 @@ font-size: 22px;
margin-top: 50px;
}
.no-results-center {
text-align: center;
}
.left-margin{
margin-left: 30%;
......
......@@ -613,7 +613,6 @@ emptyForm = {
const c = criteria.criteria;
criteria.values.forEach((value) => {
const keyLabel = this.getKeyLabel(c);
console.log('label = ', keyLabel);
if (keyLabel !== 'ONTOLOGY_TYPE') {
// Standard Filters other than ontology criteria
if (keyLabel.includes('DATE')) {
......
.after-search-launched-button{
color: #fff;
background-color: #2C76C9;
border: 1px solid #2C76C9;
box-sizing: border-box;
border-radius: 5px;
}
.button-content {
border-radius: 7px;
padding-left: 10px;
......@@ -15,12 +7,6 @@
height: 60px;
}
.search-criterias{
font-size: large;
font-weight: bold;
margin-top: 50px;
}
.no-results-center {
text-align: center;
}
......
/** TODO DEPRECATED : REMOVE THIS CSS AT THE END OF THE REWORK **/
.after-search-launched-button{
color: #fff;
background-color: #2C76C9;
border: 1px solid #2C76C9;
box-sizing: border-box;
border-radius: 5px;
}
.search-criterias{
font-size: large;
font-weight: bold;
margin-top: 50px;
}
......@@ -10,6 +10,7 @@
@import 'profile-tag';
@import 'vitamui-tab-group';
@import 'tooltip';
@import 'common-archive';
.mat-drawer-container {
background-color: var(--vitamui-background);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment