beccabroek | a30394b | 2018-12-14 17:19:45 -0600 | [diff] [blame] | 1 | // 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 Muranaka | 6f7ec80 | 2019-06-24 14:35:41 -0500 | [diff] [blame] | 14 | color: $text-01; |
beccabroek | a30394b | 2018-12-14 17:19:45 -0600 | [diff] [blame] | 15 | border-radius: 0; |
16 | text-align: left; | ||||
17 | } | ||||
beccabroek | a30394b | 2018-12-14 17:19:45 -0600 | [diff] [blame] | 18 | } |