added box shadow to notifications alert and made it info

This commit is contained in:
Henry Oswald 2016-02-11 12:34:38 +00:00
parent 8e5907f79e
commit 0538ca2de5
2 changed files with 4 additions and 1 deletions

View file

@ -8,7 +8,7 @@ span(ng-controller="NotificationsController").userNotifications
)
.row(ng-hide="unreadNotification.hide")
.col-xs-12
.alert.alert-warning
.alert.alert-info
span(ng-bind-html="unreadNotification.html")
button(ng-click="dismiss(unreadNotification)").close.pull-right
span(aria-hidden="true") ×

View file

@ -32,6 +32,9 @@
ul {
margin-bottom:0px;
}
.alert {
.box-shadow(2px 4px 6px rgba(0, 0, 0, 0.25));
}
}