taiga-front/app/partials/includes/components/notification-message.jade

31 lines
793 B
Plaintext

//- To Aadd a new notification type:
//-
//- div.hidden.notification-message.notification-message-< type >
//- (...)
//- h4 < title >
//- (...)
//- p < message >
//- (...)
//-
//-See coffe/modules/base/confirm.coffee
div.notification-message.notification-message-success
div.text
h4.warning
p
div.notification-message.notification-message-error
tg-svg(svg-icon="icon-error")
div.text
h4.warning
p
a.close(href="", title="{{'NOTIFICATION.CLOSE' | translate}}")
tg-svg(svg-icon="icon-close")
div.notification-light.notification-message-light-error
div.text
h4.warning
p
a.close(href="", title="{{'NOTIFICATION.CLOSE' | translate}}")
tg-svg(svg-icon="icon-close")