You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed ng-notifications-bar and successfully created a notification, and was able to style the notifications, but now the message is separated from the notification. Two bars appear. One is white and one is the color of the notification. The white bar contains the message and the colored bar is beneath it. Here is my installation.
I imported the styling using: @import (less) "/node_modules/ng-notifications-bar/css/ngNotificationsBar.css";
Do you know why this would happen? Here is an image of what it looks like:
The text was updated successfully, but these errors were encountered:
tonestrike
changed the title
CSS not styling notifications browserify + browserify-shim
Notification styling issues browserify + browserify-shim
Oct 3, 2016
I have installed
ng-notifications-bar
and successfully created a notification, and was able to style the notifications, but now the message is separated from the notification. Two bars appear. One is white and one is the color of the notification. The white bar contains the message and the colored bar is beneath it. Here is my installation.Package.json
I have required ng-notifications-bar in my app:
I imported the styling using:
@import (less) "/node_modules/ng-notifications-bar/css/ngNotificationsBar.css";
Do you know why this would happen? Here is an image of what it looks like:
The text was updated successfully, but these errors were encountered: