fix stelline in infowindow map
This commit is contained in:
parent
91f62345d4
commit
954348a323
@ -265,10 +265,10 @@ export class StrutturePubblicheComponent {
|
|||||||
const contentString = `
|
const contentString = `
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<span class="color-primary" style="font-size: 20px;font-weight: bold; color: var(--ion-color-primary);">${
|
<span class="text-primary" style="font-size: 20px;font-weight: bold;">${'<i class="text-primary pi pi-star-fill"></i>'.repeat(
|
||||||
info.struttura.stelline
|
info.struttura.stelline.length,
|
||||||
}</span>
|
)}</span>
|
||||||
<h1 style="margin-top: 0px; margin-bottom: 0px; font-size:16px; color: #222428;">${
|
<h1 class="text-primary" style="margin-top: 0px; margin-bottom: 0px; font-size:16px;">${
|
||||||
info.struttura.nome
|
info.struttura.nome
|
||||||
}</h1>
|
}</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user