There are two available color variations of Short Info:
- ct-shortInfoReason–grey
- ct-shortInfoReason–black
HTML markup:
1 2 3 4 5 6 7 8 9 10 11 12 |
<div class="ct-shortInfoReason ct-shortInfoReason--black ct-u-displayTableVertical pull-left"> <div class="ct-shortInfoReason-description ct-u-displayTableCell"> Please call us to assist you with your selection process. We will work with your objectives, not ours. </div> <div class="ct-shortInfoReason-title ct-u-displayTableCell"> <div class="ct-u-size28 text-right ct-shortInfoReason-center">Concierge</div> <div class="ct-u-size22 text-right ct-shortInfoReason-center">Service</div> </div> <div class="ct-shortInfoReason-image ct-u-displayTableCell"> <img src="assets/images/demo-content/speaker.png" alt="Speaker"> </div> </div> |