blob: ae6d1bcbfbc538fb432a53208f9382b20ceeafa0 [file] [log] [blame]
// Overrides style for ngToast notifications
.ng-toast {
margin-top: 9em;
.close {
margin: .3em;
}
.title {
font-weight: bold;
}
.ng-toast__message {
max-width: 400px;
}
.alert {
color: #333;
border-radius: 0;
text-align: left;
}
.alert-success::before {
content: "Success!";
display: block;
font-weight: bold;
}
.alert-danger::before {
content: "Error";
display: block;
font-weight: bold;
}
}