Source: dist/css/acc_uc.css, line 642
4.1.2 Font Color
You can change the color of the text with some simple use classes.
This is currently being depreciated. Please visited the new location for the styleguide at https://assets.acc.org/Arches/Latest/docs/
Source: dist/css/acc_uc.css, line 642
You can change the color of the text with some simple use classes.
text that's white
text that's black
text that's primary
text that's alert
text that's info
text that's warning the user
text that inherits from its parent
<div class="[modifier class] font_normal font_2 font_bold bg_shade-4 p_3">
<div class="text-lowercase">a b c d e f g h i j k l m n o p q r s t u v w x y z</div>
<div class="text-uppercase">a b c d e f g h i j k l m n o p q r s t u v w x y z</div>
</div>