﻿/*
    This is a library file.
    Any modifications should be made in the SupplyPoint-Angular-Extensions project.
*/
md-toast.md-successToast-theme .md-toast-content {
    background-color: green;
    text-align: center;
}

md-toast.md-errorToast-theme .md-toast-content {
    background-color: rgba(255, 0, 0, 1);
    text-align: center;
}