Skip to content

Disclaimer

Edit on GitHub

Pattern for displaying legal copy and disclaimer text using utility classes.

@volvo-cars/css v2.5.1
volvocars.com
Show codeHide code
<p class="micro text-secondary container-md md:text-center">
Images and photographs on this website are for general guidance only and do
not necessarily reflect the exact specifications or features of the model
concerned.
</p>

From £XX,XXX*

*Price shown is recommended retail price including VAT.

Show codeHide code
<div class="stack-8">
<p class="font-medium">From £XX,XXX*</p>
<p class="micro text-secondary">
*Price shown is recommended retail price including VAT.
</p>
</div>