Utilities
The SCSS utilities to simplify the code.
Functions
The custom SCSS functions to simplify the code.
color-code($color)
Returns the code of the color to inject it in an svg background.
For example: color-code(#001122)
returns "001122"
.
Parameters:
-
$color
The color to decode
Mixins
The custom SCSS mixins to simplify the code.
background-search($color)
Creates a background image for the search input.
Parameters:
-
$color
The color of the image
background-select($color)
Creates a background image for the select input.
Parameters:
-
$color
The color of the image
background-checkbox($color)
Creates a background image for the checkbox input.
Parameters:
-
$color
The color of the image
background-checkbox-checked($color)
Creates a background image for the checked checkbox input.
Parameters:
-
$color
The color of the image
background-radio($color)
Creates a background image for the radio input.
Parameters:
-
$color
The color of the image
background-radio-checked($color)
Creates a background image for the checked radio input.
Parameters:
-
$color
The color of the image