alexbeletsky / ng-notifications-bar

Angular.js component for stylish and flexible top bar notifications.
http://beletsky.net/ng-notifications-bar
149 stars 52 forks source link

Close icon font-size disproportionate #54

Open tbehunin opened 8 years ago

tbehunin commented 8 years ago

The close icon font-size is 12px and the notification text is 18px. By default, it looks very disproportionate side-by-side (as seen when using font awesome icons). If you simply change the .notifications .close-click style in ngNotificationsBar.css to font-size: inherit;, the icon would look more uniform and proportional to the notification text. I tried to submit a pull request for this but didn't have permissions apparently.

alexbeletsky commented 8 years ago

@tbehunin thanks, it makes sense. Please submit a PR, you don't need to have any special permissions for that.

tbehunin commented 8 years ago

55