| 3942 | -ms-filter: unset; | 3942 | -ms-filter: unset; |
| 3943 | padding: 5px 5px 10px 50px; | 3943 | padding: 5px 5px 10px 50px; |
| 3944 | font-size: calc(var(--mainFontSize) * 0.9); | 3944 | font-size: calc(var(--mainFontSize) * 0.9); |
| 3945 | filter: saturate(0.8); | | |
| 3946 | width:300px; | 3945 | width:300px; |
| 3947 | } | 3946 | } |
| 3948 | | 3947 | |
| | 3948 | .toast-success { |
| | 3949 | background-color: #5d9e5d; |
| | 3950 | } |
| | 3951 | |
| | 3952 | .toast-error { |
| | 3953 | background-color: #a83c36; |
| | 3954 | } |
| | 3955 | |
| | 3956 | .toast-info { |
| | 3957 | background-color: #4092aa; |
| | 3958 | } |
| | 3959 | |
| | 3960 | .toast-warning { |
| | 3961 | background-color: #e29325; |
| | 3962 | } |
| | 3963 | |
| 3949 | button.toast-close-button { | 3964 | button.toast-close-button { |
| 3950 | padding-right: 3px | 3965 | padding-right: 3px |
| 3951 | } | 3966 | } |