sds
parent
5249aca685
commit
7ccde89202
|
@ -2773,6 +2773,7 @@ const Mon_Catalogue_Public = (props) => {
|
||||||
|
|
||||||
setmy_theme_code(theme_code);
|
setmy_theme_code(theme_code);
|
||||||
|
|
||||||
|
|
||||||
//---
|
//---
|
||||||
var node = {
|
var node = {
|
||||||
"_id": _id,
|
"_id": _id,
|
||||||
|
@ -3772,6 +3773,57 @@ const Mon_Catalogue_Public = (props) => {
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div className="indicateurs_data">
|
||||||
|
{New_Get_Subdomain_Partner_Data_result && New_Get_Subdomain_Partner_Data_result.length > 0
|
||||||
|
&& New_Get_Subdomain_Partner_Data_result[0].catalog_pub_indicateur_1_txt &&
|
||||||
|
<div style={{
|
||||||
|
textAlign: "right",
|
||||||
|
width: '100%',
|
||||||
|
fontSize: `${New_Get_Subdomain_Partner_Data_result[0].catalog_pub_indicateur_1_taille}` + "px",
|
||||||
|
color: `${New_Get_Subdomain_Partner_Data_result[0].catalog_pub_indicateur_1_color}`,
|
||||||
|
fontWeight: `${New_Get_Subdomain_Partner_Data_result[0].catalog_pub_indicateur_1_gras}`,
|
||||||
|
}}> {New_Get_Subdomain_Partner_Data_result[0].catalog_pub_indicateur_1_txt}
|
||||||
|
</div>}
|
||||||
|
|
||||||
|
{New_Get_Subdomain_Partner_Data_result && New_Get_Subdomain_Partner_Data_result.length > 0
|
||||||
|
&& New_Get_Subdomain_Partner_Data_result[0].catalog_pub_indicateur_2_txt &&
|
||||||
|
<div style={{
|
||||||
|
textAlign: "right",
|
||||||
|
width: '100%',
|
||||||
|
fontSize: `${New_Get_Subdomain_Partner_Data_result[0].catalog_pub_indicateur_2_taille}` + "px",
|
||||||
|
color: `${New_Get_Subdomain_Partner_Data_result[0].catalog_pub_indicateur_2_color}`,
|
||||||
|
fontWeight: `${New_Get_Subdomain_Partner_Data_result[0].catalog_pub_indicateur_2_gras}`,
|
||||||
|
}}> {New_Get_Subdomain_Partner_Data_result[0].catalog_pub_indicateur_2_txt}
|
||||||
|
</div>}
|
||||||
|
|
||||||
|
{New_Get_Subdomain_Partner_Data_result && New_Get_Subdomain_Partner_Data_result.length > 0
|
||||||
|
&& New_Get_Subdomain_Partner_Data_result[0].catalog_pub_indicateur_3_txt &&
|
||||||
|
<div style={{
|
||||||
|
textAlign: "right",
|
||||||
|
width: '100%',
|
||||||
|
fontSize: `${New_Get_Subdomain_Partner_Data_result[0].catalog_pub_indicateur_3_taille}` + "px",
|
||||||
|
color: `${New_Get_Subdomain_Partner_Data_result[0].catalog_pub_indicateur_3_color}`,
|
||||||
|
fontWeight: `${New_Get_Subdomain_Partner_Data_result[0].catalog_pub_indicateur_3_gras}`,
|
||||||
|
}}> {New_Get_Subdomain_Partner_Data_result[0].catalog_pub_indicateur_3_txt}
|
||||||
|
</div>}
|
||||||
|
|
||||||
|
{New_Get_Subdomain_Partner_Data_result && New_Get_Subdomain_Partner_Data_result.length > 0
|
||||||
|
&& New_Get_Subdomain_Partner_Data_result[0].catalog_pub_indicateur_4_txt &&
|
||||||
|
<div style={{
|
||||||
|
textAlign: "right",
|
||||||
|
width: '100%',
|
||||||
|
fontSize: `${New_Get_Subdomain_Partner_Data_result[0].catalog_pub_indicateur_4_taille}` + "px",
|
||||||
|
color: `${New_Get_Subdomain_Partner_Data_result[0].catalog_pub_indicateur_4_color}`,
|
||||||
|
fontWeight: `${New_Get_Subdomain_Partner_Data_result[0].catalog_pub_indicateur_4_gras}`,
|
||||||
|
}}> {New_Get_Subdomain_Partner_Data_result[0].catalog_pub_indicateur_4_txt}
|
||||||
|
</div>}
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div className="Header_Content">
|
<div className="Header_Content">
|
||||||
<div className="rectangle_8"> </div>
|
<div className="rectangle_8"> </div>
|
||||||
|
|
||||||
|
|
|
@ -2284,6 +2284,10 @@
|
||||||
.display_grid_list_bton {
|
.display_grid_list_bton {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.indicateurs_data {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 601px) and (max-width: 991px) {
|
@media only screen and (min-width: 601px) and (max-width: 991px) {
|
||||||
|
@ -5343,10 +5347,15 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.view_grid {
|
.view_grid {}
|
||||||
|
|
||||||
|
|
||||||
|
.indicateurs_data {
|
||||||
|
position: fixed;
|
||||||
|
left: 65%;
|
||||||
|
top: 4rem;
|
||||||
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 992px) and (max-width: 1199px) {
|
@media only screen and (min-width: 992px) and (max-width: 1199px) {
|
||||||
|
@ -8392,6 +8401,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.indicateurs_data {
|
||||||
|
position: fixed;
|
||||||
|
left: 65%;
|
||||||
|
top: 4rem;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
|
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
|
||||||
|
@ -11443,6 +11458,12 @@
|
||||||
margin-right: 2%;
|
margin-right: 2%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.indicateurs_data {
|
||||||
|
position: fixed;
|
||||||
|
left: 70%;
|
||||||
|
top: 4rem;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1920px) {
|
@media only screen and (min-width: 1920px) {
|
||||||
|
@ -14522,6 +14543,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.indicateurs_data {
|
||||||
|
position: fixed;
|
||||||
|
left: 75%;
|
||||||
|
top: 4rem;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// end media
|
// end media
|
||||||
|
|
Loading…
Reference in New Issue