blob: e9b1980f0b70d1fa430349d8392a71d7131c25e1 [file] [log] [blame]
beccabroeka30394b2018-12-14 17:19:45 -06001// Overrides style for ngToast notifications
2.ng-toast {
3 margin-top: 9em;
4 .close {
5 margin: .3em;
6 }
7 .title {
8 font-weight: bold;
9 }
10 .ng-toast__message {
11 max-width: 400px;
12 }
13 .alert {
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050014 color: $text-01;
beccabroeka30394b2018-12-14 17:19:45 -060015 border-radius: 0;
16 text-align: left;
17 }
beccabroeka30394b2018-12-14 17:19:45 -060018}