AZ Snackbar has some basic CSS that you should not initially need to adjust.
snackbar.css
You can find the CSS which you can change yourself in the file
CSS Team
/*---------------------
Snackbar
snackbar.css
---------------------*/
.az-snackbar
{
background-color: #0078D7;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.az-snackbar > .az-snackbar-table .az-snackbar-text
{
color: #FFFFFF;
}
.az-snackbar > .az-snackbar-table .az-snackbar-close
{
color: #FFFFFF;
}