ZindaCSS

Alert boxes in ZindaCSS

You can use alert boxes to notify of any type of information.

Error

Show that an error occured

Class: alert-error|alert-danger
Example:
This is an example of error/danger type alert.


Warn

Show that a minor error occured, or give a warn message.

Class: alert-warn
Example:
This is an example of warn type alert.


Info

Inform the user of something.

Class: alert-info
Example:
This is an example of info type alert.


Green info

Green color used for information.

Class: alert-green
Example:
This is an example of green type alert.


Dark colored info

Dark color used for information

Class: alert-dark
Example:
This is an example of dark type alert.


Light info

Light color used for information

Class: alert-light
Example:
This is an example of light type alert.