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

Change notification styles to be global #954

Closed jjhampton closed 6 years ago

jjhampton commented 6 years ago

Description of changes

Changes naming convention of imported notifications.css so it works globally. It's now named like the other global stylesheets (normalize.global.css and react-select.global.css) - changed to notifications.global.css.

Can be tested by logging in - a green notification toastr should display in top right (instead of unstyled toastr seen in the issue screenshot).

Issue Resolved

Fixes #953