OperationCode / operationcode_frontend

Front-end repository for live site. Please go to `front-end` repo to contribute instead.
https://operationcode.org
MIT License
101 stars 222 forks source link

Notification badges missing CSS styles #953

Closed jjhampton closed 6 years ago

jjhampton commented 6 years ago

Bug Report

What is the current behavior?

Notification toastrs are unstyled (see screenshot below).

What is the expected behavior?

Notifications should be styled as green/red "toastrs".

What steps did you take to get this behavior?

Log in to the website (instead of green success toasts in top-right, an unstyled toastr displays below the content). Also replicated on dev when attempting to log in when back-end not working (should get a red error toastr).

Additional Info

Screenshots

screen shot 2018-04-22 at 4 12 05 pm

selection_044

The toast-* CSS styles are incorrectly namespaced w/ a notifications_ prefix in the output CSS.