Summary
A collection of SASS variables that can be used to set colors of elements.
There are no attributes defined for this pattern.
There are no classes defined for this pattern.
There are no events defined for this pattern.
There are no methods defined for this pattern.
There are no functions defined for this pattern.
There are no mixins defined for this pattern.
Name |
Description |
zui-color-white |
The primary color white.
|
zui-color-black |
The primary color black.
|
zui-color-red |
The primary color red.
|
zui-color-blue |
The primary color blue.
|
zui-color-green |
The primary color green.
|
zui-color-yellow |
The primary color yellow.
|
zui-color-primary |
The primary color used throughout the library.
|
zui-color-primary-hover |
The primary color used throughout the library when hovered over elements.
|
zui-color-primary-border |
The primary color for borders used throughout the library.
|
zui-color-secondary |
The secondary color used throughout the library.
|
zui-color-secondary-hover |
The secondary color used throughout the library when hovered over elements.
|
zui-color-alert |
The color used for alerts. This is used for the "top bar" and "alert" patterns.
|
zui-color-success |
The color used for success. This is used for the "top bar" and "alert" patterns.
|
zui-color-warning |
The color used for warnings. This is used for the "top bar" and "alert" patterns.
|
zui-color-info |
The color used for information. This is used for the "top bar" and "alert" patterns.
|
Example
Markup
There is no markup for this pattern.