ITL utility_classes

ITL utility_classes

Source: _colors.scss, line 112

2.5 Font-colors

@mixin color($color) Use the color class directly to change the font color

  • .<color>: font color
  • .<color>--faded: lowers the opacity of the color
  • .grad-<color>: gradient font color

Example

Red text

faded blue text

Purple gradient text

<h1 class="red">Red text</h1>
<h1 class="red--faded">faded blue text</h1>
<h1 class="grad-purple">Purple gradient text</h1>