Adjust CSS for new version of bootstrap
This commit is contained in:
parent
854c6e8ba3
commit
c642cada00
7 changed files with 29 additions and 44 deletions
|
@ -1,5 +1,5 @@
|
|||
<div class="notification-view-element">
|
||||
<div class="container" ng-click="showNotification();">
|
||||
<div class="notification-content" ng-click="showNotification();">
|
||||
<div class="circle" ng-class="getClass(notification)"></div>
|
||||
<div class="message" ng-bind-html="getMessage(notification)"></div>
|
||||
<div class="orginfo" ng-if="notification.organization">
|
||||
|
|
Reference in a new issue