mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
added box shadow to notifications alert and made it info
This commit is contained in:
parent
8e5907f79e
commit
0538ca2de5
2 changed files with 4 additions and 1 deletions
|
@ -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") ×
|
||||
|
|
|
@ -32,6 +32,9 @@
|
|||
ul {
|
||||
margin-bottom:0px;
|
||||
}
|
||||
.alert {
|
||||
.box-shadow(2px 4px 6px rgba(0, 0, 0, 0.25));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue