Product By Chewy
Mixins
by-chewy
@mixin by-chewy() { ... }
@mixin by-chewy() { @include typography.style-as('caption'); color: settings.$color; &:hover { text-decoration: none; } }
logo
@mixin logo() { ... }
@mixin logo() { vertical-align: text-bottom; width: settings.$logo-width; height: settings.$logo-height; }
Variables
color
$color: color.get('logos', 'chewy', 'primary') !default;
Description
Text and brand color
Type
Color
logo-height
$logo-height: kib-core.dimensions-get(default) !default;