mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 19:11:56 +02:00
added box shadow to notifications alert and made it info
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user