25 lines
865 B
HTML
25 lines
865 B
HTML
<style>
|
|
.main .pane { border-color: transparent; line-height: 1.5; padding:0}
|
|
.fa-trash {color:red;}
|
|
</style>
|
|
<div class="border-round border">
|
|
<div align="center">
|
|
<h4>Vanderbilt University Medical Center</h4>
|
|
</div>
|
|
<p>
|
|
|
|
</p>
|
|
</div>
|
|
<br>
|
|
<div class="border-round border">
|
|
<b>{{layout.header.title}}</B>, empowers patients with answers to questions they may have around kidney transplant care and other related conditions.
|
|
|
|
<div>
|
|
Click on the following:
|
|
<ul class="">
|
|
<div><i class="fa-solid fa-volume-high" style="margin-right:20px"></i> read response</div>
|
|
<div><i class="fa-solid fa-file" style="margin-right:20px"></i> supporting documents</div>
|
|
<div><i class="fa-solid fa-trash" style="margin-right:20px"></i> delete question</div>
|
|
</ul>
|
|
</div>
|
|
</div> |