I am looking to add an icon next to two paragraphs that will be positioned exactly in the center (vertically) on the left side of the paragraphs. Here is the desired outcome:
https://i.sstatic.net/RmjOR.png
Currently, here is what I have:
https://i.sstatic.net/HCLgK.png
This is the code snippet I am working with:
<div class="row">
<div class="col-sm-12"> <span>
Promo Code
</span>
<icon type="Success filled"></icon>
<p class="text-success">PlayerRegistrationPromotion Applied</p>
<p>
$ in credits available</p>
</div>
</div>
Note: The text and sentences used in the example are just placeholder data. The main focus is on the styling. How can I achieve the desired layout effectively?