blob: e9b1980f0b70d1fa430349d8392a71d7131c25e1 [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: $text-01;
border-radius: 0;
text-align: left;
}
}