qcobjects-docs
Version:
The official app and website for documentation of QCObjects
14 lines (13 loc) • 389 B
HTML
<style>
p.success::before{
content: "\2705 "
}
</style>
<quick-component name="loading_message" template-source="none">
<div style="border:1px solid #ccc;border-radius:20px;padding:5%">
<div >
<h1>Success!</h1>
<p class="success">We received your contact information and one of our executives will be in touch with you soon!</p>
</div>
</div>
</quick-component>