This Documentation is Moved!

This is currently being depreciated. Please visited the new location for the styleguide at https://assets.acc.org/Arches/Latest/docs/

Arches: Utility Classes

Arches:Utility Classes

Multi Product Brand Style System by the American College of Cardiology

Source: dist/css/acc_uc.css, line 1902

4.2.5 Text Shadows

Shadows can be easily added to text there is limited shadows black and white and negative black and white

Example s

Default styling

text has shadow of [modifier class]

.text-shadow_white-n1

inset white shadow

text has shadow of text-shadow_white-n1

.text-shadow_white-1

white shadow

text has shadow of text-shadow_white-1

.text-shadow_black-n1

inset black shadow

text has shadow of text-shadow_black-n1

.text-shadow_black-1

black shadow

text has shadow of text-shadow_black-1

.text-shadow_none

no shadow

text has shadow of text-shadow_none
<div class="[modifier class] p_3 br_solid font_bold br_black-1 br_1 bg bg_primary c_white">text has shadow of [modifier class]</div>
Copy Code