Color mixins are used to apply text and fill colors to an element.
Parameters | Type | Details |
---|---|---|
$important |
boolean |
(optional) Default: false |
$color |
string |
(optional) Default: Default: #e8e8e8 |
Sets the element's color and fill according to $color
, typically a lighter
variation of grey.
Parameters | Type | Details |
---|---|---|
$important |
boolean |
(optional) Default: false |
$color |
string |
(optional) Default: #bbb |
Sets the element's color and fill according to $color
, typically a
light-medium grey.
Parameters | Type | Details |
---|---|---|
$important |
boolean |
(optional) Default: false |
$color |
string |
(optional) Default: #888 |
Sets the element's color and fill according to $color
, typically a
medium grey.
Parameters | Type | Details |
---|---|---|
$important |
boolean |
(optional) Default: false |
$color |
string |
(optional) Default: #555 |
Sets the element's color and fill according to $color
, typically a
medium-dark grey.
Parameters | Type | Details |
---|---|---|
$important |
boolean |
(optional) Default: false |
$color |
string |
(optional) Default: #333 |
Sets the element's color and fill according to $color
, typically a dark grey.
Parameters | Type | Details |
---|---|---|
$important |
boolean |
(optional) Default: false |
$color |
string |
(optional) Default: blue |
Sets the element's color and fill according to $color
. This color should match
the brand color of the project.
Parameters | Type | Details |
---|---|---|
$important |
boolean |
(optional) Default: false |
$color |
string |
(optional) Default: yellow |
Sets the element's color and fill according to $color
. This color should match
an accent color of the project.
Parameters | Type | Details |
---|---|---|
$important |
boolean |
(optional) Default: false |
$color |
string |
(optional) Default: green |
Sets the element's color and fill according to $color
, typically a green.
Parameters | Type | Details |
---|---|---|
$important |
boolean |
(optional) Default: false |
$color |
string |
(optional) Default: red |
Sets the element's color and fill according to $color
, typically a red.
Parameters | Type | Details |
---|---|---|
$important |
boolean |
(optional) Default: false |
$color |
string |
(optional) Default: e8e8e8 |
Sets the element's color and fill according to $color
, typically a light grey.
Parameters | Type | Details |
---|---|---|
$important |
boolean |
(optional) Default: false |
$color |
string |
(optional) Default: red |
Sets the element's color and fill according to $color
, typically a red.
Parameters | Type | Details |
---|---|---|
$important |
boolean |
(optional) Default: false |
$color |
string |
(optional) Default: #ff4d4d |
Sets the element's color and fill according to $color
.