consistent admin heading sizes
parent
9501f30b23
commit
190d17cabd
|
|
@ -328,7 +328,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|||
</button>
|
||||
</div>
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4 has-text-white">${cityssm.escapeHTML(burialSiteType.burialSiteType)}</h2>
|
||||
<h2 class="title is-5 has-text-white">${cityssm.escapeHTML(burialSiteType.burialSiteType)}</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-hidden-print">
|
||||
|
|
|
|||
|
|
@ -600,7 +600,7 @@ type ResponseJSON =
|
|||
</button>
|
||||
</div>
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4 has-text-white">${cityssm.escapeHTML(burialSiteType.burialSiteType)}</h2>
|
||||
<h2 class="title is-5 has-text-white">${cityssm.escapeHTML(burialSiteType.burialSiteType)}</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-hidden-print">
|
||||
|
|
|
|||
|
|
@ -444,7 +444,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|||
<div class="level is-mobile">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4 has-text-white">(All Contract Types)</h2>
|
||||
<h2 class="title is-5 has-text-white">(All Contract Types)</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-hidden-print">
|
||||
|
|
@ -492,7 +492,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|||
</button>
|
||||
</div>
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4 has-text-white">${cityssm.escapeHTML(contractType.contractType)}</h2>
|
||||
<h2 class="title is-5 has-text-white">${cityssm.escapeHTML(contractType.contractType)}</h2>
|
||||
</div>
|
||||
${contractType.isPreneed
|
||||
? `<div class="level-item">
|
||||
|
|
@ -553,7 +553,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|||
<div class="level is-mobile">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4 has-text-white">${cityssm.escapeHTML(contractType.contractType)}</h2>
|
||||
<h2 class="title is-5 has-text-white">${cityssm.escapeHTML(contractType.contractType)}</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-hidden-print">
|
||||
|
|
|
|||
|
|
@ -807,7 +807,7 @@ type ResponseJSON =
|
|||
<div class="level is-mobile">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4 has-text-white">(All Contract Types)</h2>
|
||||
<h2 class="title is-5 has-text-white">(All Contract Types)</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-hidden-print">
|
||||
|
|
@ -880,7 +880,7 @@ type ResponseJSON =
|
|||
</button>
|
||||
</div>
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4 has-text-white">${cityssm.escapeHTML(contractType.contractType)}</h2>
|
||||
<h2 class="title is-5 has-text-white">${cityssm.escapeHTML(contractType.contractType)}</h2>
|
||||
</div>
|
||||
${
|
||||
contractType.isPreneed
|
||||
|
|
@ -969,7 +969,7 @@ type ResponseJSON =
|
|||
<div class="level is-mobile">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-4 has-text-white">${cityssm.escapeHTML(contractType.contractType)}</h2>
|
||||
<h2 class="title is-5 has-text-white">${cityssm.escapeHTML(contractType.contractType)}</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="level-right is-hidden-print">
|
||||
|
|
|
|||
|
|
@ -29,9 +29,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|||
feeCategory.feeCategoryId.toString();
|
||||
// eslint-disable-next-line no-unsanitized/property
|
||||
feeCategoryContainerElement.innerHTML = `<div class="panel-heading">
|
||||
<div class="columns">
|
||||
<div class="columns is-vcentered">
|
||||
<div class="column">
|
||||
<h2 class="title is-5 has-text-white mb-2">
|
||||
<h2 class="title is-5 has-text-white">
|
||||
${cityssm.escapeHTML(feeCategory.feeCategory)}
|
||||
</h2>
|
||||
${feeCategory.isGroupedFee
|
||||
|
|
|
|||
|
|
@ -73,9 +73,9 @@ declare const exports: Record<string, unknown>
|
|||
|
||||
// eslint-disable-next-line no-unsanitized/property
|
||||
feeCategoryContainerElement.innerHTML = `<div class="panel-heading">
|
||||
<div class="columns">
|
||||
<div class="columns is-vcentered">
|
||||
<div class="column">
|
||||
<h2 class="title is-5 has-text-white mb-2">
|
||||
<h2 class="title is-5 has-text-white">
|
||||
${cityssm.escapeHTML(feeCategory.feeCategory)}
|
||||
</h2>
|
||||
${
|
||||
|
|
|
|||
Loading…
Reference in New Issue