Text Color Utilities

Text colors for Webstop’s products.

Bootstrap has a set of text color classes, we add to those base classes by adding clases for colors of Webstop Products.

Examples

Product Text Colors

These classes set the text color of the element they are applied to.

Circular
Coupon
Recipe
Shopping List
<div class="row mx-1">
  <div class="text-circular col p-3">Circular</div>
  <div class="text-coupon col p-3">Coupon</div>
  <div class="text-recipe col p-3">Recipe</div>
  <div class="text-shopping-list col p-3">Shopping List</div>
</div>

Product Sass Variables

The following Sass variables manage the colors for Webstop products and can be overridden in the core-customizations for each retailer.

Variable Default Value
$circular $red
$coupon $blue
$recipe $green
$shopping-list $purple